aboutsummaryrefslogtreecommitdiffstats
path: root/test/argcasfile.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-02-13 21:53:20 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-02-13 21:53:20 +0200
commit09887734833d47e9c2ea1203689a9bc7bccae723 (patch)
tree24447572cfc7b471e061f190a81f83bef48ab5ed /test/argcasfile.awk
parent6accefb01528b9676d39b430941c5f0319490c6e (diff)
parent4c82793760b88c55ca18cdbdfb819c3ea98cfa91 (diff)
downloadegawk-09887734833d47e9c2ea1203689a9bc7bccae723.tar.gz
egawk-09887734833d47e9c2ea1203689a9bc7bccae723.tar.bz2
egawk-09887734833d47e9c2ea1203689a9bc7bccae723.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'test/argcasfile.awk')
-rw-r--r--test/argcasfile.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/argcasfile.awk b/test/argcasfile.awk
new file mode 100644
index 00000000..489f25ca
--- /dev/null
+++ b/test/argcasfile.awk
@@ -0,0 +1 @@
+{ for (i in ARGV) print i,ARGV[i] }