diff options
Diffstat (limited to 'testsuite/comment.t')
-rw-r--r-- | testsuite/comment.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/comment.t b/testsuite/comment.t new file mode 100644 index 0000000..ab873f8 --- /dev/null +++ b/testsuite/comment.t @@ -0,0 +1,5 @@ +# lines beginning with a `#' should be ignored +g/./# including in global commands \ +s/l/x/\ +# and in the command list \ +s/x/y/ |