summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-08-20 05:40:00 -0700
committerGitHub <noreply@github.com>2017-08-20 05:40:00 -0700
commit499fdd614f782de085054e2e50d926a0f0adb71f (patch)
tree9421eb4793bd062ca2f13c5586433b5803123805 /examples
parentf49d88a5bc5d981c78c2242a53ac34f8576b89ee (diff)
parentdc0ad81e6858aa9387c7dbd88f5721b6762f51b1 (diff)
downloadcmd2-git-499fdd614f782de085054e2e50d926a0f0adb71f.tar.gz
Merge pull request #212 from kotfu/fix/test_regex_transcript
Ensure editor and the file to edit can have spaces in them
Diffstat (limited to 'examples')
-rw-r--r--examples/transcript_regex.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/transcript_regex.txt b/examples/transcript_regex.txt
index 47357284..31e731a9 100644
--- a/examples/transcript_regex.txt
+++ b/examples/transcript_regex.txt
@@ -1,5 +1,6 @@
# Run this transcript with "python example.py -t transcript_regex.txt"
-# The regex for editor matches any word until first space. The one for colors is because no color on Windows.
+# The regex for colors is because no color on Windows.
+# The regex for editor will match whatever program you use.
(Cmd) set
abbrev: True
autorun_on_edit: False
@@ -7,7 +8,7 @@ colors: /(True|False)/
continuation_prompt: >
debug: False
echo: False
-editor: /([^\s]+)/
+editor: /.*/
feedback_to_output: True
locals_in_py: True
maxrepeats: 3