diff options
Diffstat (limited to 'testdir/t.comment')
-rw-r--r-- | testdir/t.comment | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testdir/t.comment b/testdir/t.comment new file mode 100644 index 000000000000..0b549566c17f --- /dev/null +++ b/testdir/t.comment @@ -0,0 +1,5 @@ +# this is a comment line +# so is this +/#/ { print "this one has a # in it: " $0 # comment + print "again:" $0 + } |