aboutsummaryrefslogtreecommitdiffstats
path: root/test/isarrayunset.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-01-17 18:22:05 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-01-17 18:22:05 +0200
commit8c26b0480d3f83416e6791a0453e3548e139a00f (patch)
tree2e5f368e845606894fd11adbfd0b97755e59abfe /test/isarrayunset.awk
parentf125b932361d91ee4a92806a62704d3279da6417 (diff)
downloadegawk-8c26b0480d3f83416e6791a0453e3548e139a00f.tar.gz
egawk-8c26b0480d3f83416e6791a0453e3548e139a00f.tar.bz2
egawk-8c26b0480d3f83416e6791a0453e3548e139a00f.zip
Fix isarray to take unset variable.
Diffstat (limited to 'test/isarrayunset.awk')
-rw-r--r--test/isarrayunset.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/isarrayunset.awk b/test/isarrayunset.awk
new file mode 100644
index 00000000..8b54cdca
--- /dev/null
+++ b/test/isarrayunset.awk
@@ -0,0 +1 @@
+BEGIN { print isarray(a) }