aboutsummaryrefslogtreecommitdiffstats
path: root/test/dfastress.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-06-20 20:39:13 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-06-20 20:39:13 +0300
commit9b304d53b807e4baaf128a6f15ec176fca4dba6f (patch)
tree5b8f56e6da3660a733189c5f9579908b085b7a01 /test/dfastress.awk
parentbcbe7799ffc4b051e52eaf8f7f19ff844d4c7d20 (diff)
downloadegawk-9b304d53b807e4baaf128a6f15ec176fca4dba6f.tar.gz
egawk-9b304d53b807e4baaf128a6f15ec176fca4dba6f.tar.bz2
egawk-9b304d53b807e4baaf128a6f15ec176fca4dba6f.zip
Add fix for crash from grep, add test case.
Diffstat (limited to 'test/dfastress.awk')
-rw-r--r--test/dfastress.awk1
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)( |$)/ }