diff options
Diffstat (limited to 'test/litoct.awk')
-rw-r--r-- | test/litoct.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/litoct.awk b/test/litoct.awk new file mode 100644 index 0000000..5cfc128 --- /dev/null +++ b/test/litoct.awk @@ -0,0 +1 @@ +{ if (/a\52b/) print "match" ; else print "no match" } |