diff options
Diffstat (limited to 'tests/transcripts/regex_set.txt')
-rw-r--r-- | tests/transcripts/regex_set.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/transcripts/regex_set.txt b/tests/transcripts/regex_set.txt new file mode 100644 index 00000000..3a4a234d --- /dev/null +++ b/tests/transcripts/regex_set.txt @@ -0,0 +1,19 @@ +# Run this transcript with "python example.py -t transcript_regex.txt" +# The regex for colors is because no color on Windows. +# The regex for editor will match whatever program you use. +# Regexes on prompts just make the trailing space obvious + +(Cmd) set +abbrev: True +autorun_on_edit: False +colors: /(True|False)/ +continuation_prompt: >/ / +debug: False +echo: False +editor: /.*/ +feedback_to_output: False +locals_in_py: True +maxrepeats: 3 +prompt: (Cmd)/ / +quiet: False +timing: False |