diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-16 22:50:05 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-16 22:50:05 -0400 |
| commit | de8ce46ccc06776fc375bf8820a6c4912a8d0e1a (patch) | |
| tree | e9678887acad993ec25a2889cfb7fd5194614711 | |
| parent | a5632e06cba42a26bb7d628631071d5cf0236e6f (diff) | |
| download | cmd2-git-de8ce46ccc06776fc375bf8820a6c4912a8d0e1a.tar.gz | |
Added a regex to transcript for color because its not present on Windows.
| -rw-r--r-- | examples/transcript_regex.txt | 4 | ||||
| -rw-r--r-- | tests/transcript_regex.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/transcript_regex.txt b/examples/transcript_regex.txt index 9c4c7a48..06d76c2c 100644 --- a/examples/transcript_regex.txt +++ b/examples/transcript_regex.txt @@ -1,10 +1,10 @@ # Run this transcript with "python example.py -t transcript_regex.txt" -# The regex for editor matches any word until first space. +# The regex for editor matches any word until first space. The one for colors is because no color on Windows. (Cmd) set abbrev: True autorun_on_edit: True case_insensitive: True -colors: True +colors: /True|False/ continuation_prompt: > debug: False default_file_name: command.txt diff --git a/tests/transcript_regex.txt b/tests/transcript_regex.txt index 9c4c7a48..06d76c2c 100644 --- a/tests/transcript_regex.txt +++ b/tests/transcript_regex.txt @@ -1,10 +1,10 @@ # Run this transcript with "python example.py -t transcript_regex.txt" -# The regex for editor matches any word until first space. +# The regex for editor matches any word until first space. The one for colors is because no color on Windows. (Cmd) set abbrev: True autorun_on_edit: True case_insensitive: True -colors: True +colors: /True|False/ continuation_prompt: > debug: False default_file_name: command.txt |
