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/transcripts/extension_notation.txt | |
parent | 07b0ca8fc36ca66ad2a2a5887f08064b9e6cb812 (diff) | |
download | cmd2-git-20d752047185214806694bc7a045a8af8e5a240f.tar.gz |
Add comments to all regex test files
Diffstat (limited to 'tests/transcripts/extension_notation.txt')
-rw-r--r-- | tests/transcripts/extension_notation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/transcripts/extension_notation.txt b/tests/transcripts/extension_notation.txt index 3b538790..68e728ca 100644 --- a/tests/transcripts/extension_notation.txt +++ b/tests/transcripts/extension_notation.txt @@ -1,2 +1,4 @@ +# inception: a regular expression that matches itself + (Cmd) say (?:fred) /(?:\(\?:fred\))/ |