aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-07-01 10:09:25 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-07-01 10:09:25 +0300
commitd8de6a38b2e4f2481a3c72477495f7a2b79da743 (patch)
treec10fbd3af1c1a31b8a5aba5827566f31223430bf /test
parenta4cbdf37b98a56f688f8e1be96666a6f109c0e38 (diff)
parentce41ffb80b068139b4e04e3cff1d5dc2ee0ccc78 (diff)
downloadegawk-d8de6a38b2e4f2481a3c72477495f7a2b79da743.tar.gz
egawk-d8de6a38b2e4f2481a3c72477495f7a2b79da743.tar.bz2
egawk-d8de6a38b2e4f2481a3c72477495f7a2b79da743.zip
Merge branch 'master' into feature/fixtype
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog1
-rw-r--r--test/dumpvars.ok2
-rw-r--r--test/symtab6.ok2
-rw-r--r--test/symtab8.ok2
4 files changed, 7 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index f0f346ee..d495e573 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -2,6 +2,7 @@
* arrayind1.awk, arrayind1.ok: Comment out prints to stderr to
avoid buffer flushing on obscure systems.
+ * dumpvars.ok, symtab6.ok, symtab8.ok: Update after code changes.
2016-06-26 Andrew J. Schorr <aschorr@telemetry-investments.com>
diff --git a/test/dumpvars.ok b/test/dumpvars.ok
index 73d3d306..7caecd35 100644
--- a/test/dumpvars.ok
+++ b/test/dumpvars.ok
@@ -9,6 +9,7 @@ FILENAME: "-"
FNR: 3
FPAT: "[^[:space:]]+"
FS: " "
+FUNCTAB: array, 42 elements
IGNORECASE: 0
LINT: 0
NF: 1
@@ -23,4 +24,5 @@ RS: "\n"
RSTART: 0
RT: "\n"
SUBSEP: "\034"
+SYMTAB: array, 28 elements
TEXTDOMAIN: "messages"
diff --git a/test/symtab6.ok b/test/symtab6.ok
index 91f27e75..34c10636 100644
--- a/test/symtab6.ok
+++ b/test/symtab6.ok
@@ -9,6 +9,7 @@ FILENAME: ""
FNR: 0
FPAT: "[^[:space:]]+"
FS: " "
+FUNCTAB: array, 42 elements
IGNORECASE: 0
LINT: 0
NF: 0
@@ -23,4 +24,5 @@ RS: "\n"
RSTART: 0
RT: ""
SUBSEP: "\034"
+SYMTAB: array, 29 elements
TEXTDOMAIN: "messages"
diff --git a/test/symtab8.ok b/test/symtab8.ok
index 724f374b..0cf40fe9 100644
--- a/test/symtab8.ok
+++ b/test/symtab8.ok
@@ -9,6 +9,7 @@ FIELDWIDTHS: ""
FNR: 1
FPAT: "[^[:space:]]+"
FS: " "
+FUNCTAB: array, 42 elements
IGNORECASE: 0
LINT: 0
NF: 1
@@ -23,5 +24,6 @@ RS: "\n"
RSTART: 0
RT: "\n"
SUBSEP: "\034"
+SYMTAB: array, 29 elements
TEXTDOMAIN: "messages"
test: 1