aboutsummaryrefslogtreecommitdiffstats
path: root/test/scalar.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/scalar.awk')
-rw-r--r--test/scalar.awk4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/scalar.awk b/test/scalar.awk
new file mode 100644
index 00000000..9027389b
--- /dev/null
+++ b/test/scalar.awk
@@ -0,0 +1,4 @@
+BEGIN{
+ sub(/x/,"",a)
+ a[1]
+}