diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-04 17:44:35 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-04 17:44:35 -0500 |
commit | a5d3f7959c252ee23cf6360b81292d376b8c6fcc (patch) | |
tree | c5e03847b6d37bd2bb6155957d10332268224783 /tests/transcripts | |
parent | 60a212c1c585f0c4c06ffcfeb9882520af8dbf35 (diff) | |
download | cmd2-git-a5d3f7959c252ee23cf6360b81292d376b8c6fcc.tar.gz |
Updated set command to support tab completion of values
Diffstat (limited to 'tests/transcripts')
-rw-r--r-- | tests/transcripts/regex_set.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/transcripts/regex_set.txt b/tests/transcripts/regex_set.txt index 5bf9add3..5004adc5 100644 --- a/tests/transcripts/regex_set.txt +++ b/tests/transcripts/regex_set.txt @@ -4,10 +4,10 @@ # Regexes on prompts just make the trailing space obvious (Cmd) set -allow_style: /(Terminal|Always|Never)/ +allow_style: /'(Terminal|Always|Never)'/ debug: False echo: False -editor: /.*/ +editor: /'.*'/ feedback_to_output: False max_completion_items: 50 maxrepeats: 3 |