aboutsummaryrefslogtreecommitdiffstats
path: root/test/symtab10.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-06-08 22:54:54 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-06-08 22:54:54 +0300
commit98c043ed84ea6fe877561da25e1bf94f68374a67 (patch)
treed07e306e3dbb831469804191c53d71e3aefb1cc9 /test/symtab10.awk
parentaf38e153c3de3710b7e828f52869b446c73c808d (diff)
downloadegawk-98c043ed84ea6fe877561da25e1bf94f68374a67.tar.gz
egawk-98c043ed84ea6fe877561da25e1bf94f68374a67.tar.bz2
egawk-98c043ed84ea6fe877561da25e1bf94f68374a67.zip
Bug fix in symbol lookup, could break watchpoints.
Diffstat (limited to 'test/symtab10.awk')
-rw-r--r--test/symtab10.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/symtab10.awk b/test/symtab10.awk
new file mode 100644
index 00000000..6fbd3994
--- /dev/null
+++ b/test/symtab10.awk
@@ -0,0 +1 @@
+BEGIN { SYMTAB["x"] ; y=1 ; y++ }