diff options
Diffstat (limited to 'examples/transcripts/transcript_regex.txt')
-rw-r--r-- | examples/transcripts/transcript_regex.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/transcripts/transcript_regex.txt b/examples/transcripts/transcript_regex.txt new file mode 100644 index 00000000..7d017dee --- /dev/null +++ b/examples/transcripts/transcript_regex.txt @@ -0,0 +1,17 @@ +# 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 +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 |