diff options
author | Jared Crapo <jared@kotfu.net> | 2017-08-22 10:18:06 -0600 |
---|---|---|
committer | Jared Crapo <jared@kotfu.net> | 2017-08-22 10:45:44 -0600 |
commit | 20d752047185214806694bc7a045a8af8e5a240f (patch) | |
tree | 21100d624aa1132b3f4f1b663293b74eb0ae94e6 /tests/test_transcript.py | |
parent | 07b0ca8fc36ca66ad2a2a5887f08064b9e6cb812 (diff) | |
download | cmd2-git-20d752047185214806694bc7a045a8af8e5a240f.tar.gz |
Add comments to all regex test files
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r-- | tests/test_transcript.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py index 320ad1b6..9928be15 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -274,7 +274,6 @@ def test_invalid_syntax(_cmdline_app, capsys): ('multiline_regex.txt', False), ('regex_set.txt', False), ('singleslash.txt', False), - ('slashdot.txt', False), ('slashes_escaped.txt', False), ('slashslash.txt', False), ('spaces.txt', False), |