diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-04 12:04:34 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-04 12:04:34 +0200 |
commit | 81896b422307105edb9908958bbedd09967d9a05 (patch) | |
tree | 89421f3e15278d3d6a6bbd15066465e0bc62a2fd /test/functab1.ok | |
parent | 3d9b832439afeb1b05c60831e0865df585dc55ac (diff) | |
download | egawk-81896b422307105edb9908958bbedd09967d9a05.tar.gz egawk-81896b422307105edb9908958bbedd09967d9a05.tar.bz2 egawk-81896b422307105edb9908958bbedd09967d9a05.zip |
Add tests for SYMTAB and FUNCTAB.
Diffstat (limited to 'test/functab1.ok')
-rw-r--r-- | test/functab1.ok | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functab1.ok b/test/functab1.ok new file mode 100644 index 00000000..2a60a4cb --- /dev/null +++ b/test/functab1.ok @@ -0,0 +1,2 @@ +gawk: functab1.awk:3: fatal: `delete' is not allowed with FUNCTAB +EXIT CODE: 2 |