aboutsummaryrefslogtreecommitdiffstats
path: root/test/reint.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/reint.awk')
-rw-r--r--test/reint.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/reint.awk b/test/reint.awk
new file mode 100644
index 00000000..add0f2ac
--- /dev/null
+++ b/test/reint.awk
@@ -0,0 +1 @@
+{ print match($0, /a{3}/) }