aboutsummaryrefslogtreecommitdiffstats
path: root/test/range2.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/range2.awk')
-rw-r--r--test/range2.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/range2.awk b/test/range2.awk
new file mode 100644
index 00000000..c4f11eaa
--- /dev/null
+++ b/test/range2.awk
@@ -0,0 +1 @@
+BEGIN { print("a" ~ /^[\300-\337]/) }