diff options
Diffstat (limited to 'test/dfastress.awk')
-rw-r--r-- | test/dfastress.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dfastress.awk b/test/dfastress.awk new file mode 100644 index 00000000..40dd3ee7 --- /dev/null +++ b/test/dfastress.awk @@ -0,0 +1 @@ +BEGIN { print "a" ~ /(^| )*(a|b)*(c|d)( |$)/ } |