diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-01-24 09:36:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-01-24 09:36:43 +0200 |
commit | c0dfb9269380ff5a90dbf6606f64989848304527 (patch) | |
tree | 2d21a4e0bc3d75b8a98cc6b0b3db8e7fafd90dbd /test/symtab11.ok | |
parent | 1ef484e65a03a8360434c404c9a3006671bab2f7 (diff) | |
download | egawk-c0dfb9269380ff5a90dbf6606f64989848304527.tar.gz egawk-c0dfb9269380ff5a90dbf6606f64989848304527.tar.bz2 egawk-c0dfb9269380ff5a90dbf6606f64989848304527.zip |
Fix assertion error in sorted loops for SYMTAB/FUNCTAB.
Diffstat (limited to 'test/symtab11.ok')
-rw-r--r-- | test/symtab11.ok | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/test/symtab11.ok b/test/symtab11.ok new file mode 100644 index 00000000..c5e3e0fc --- /dev/null +++ b/test/symtab11.ok @@ -0,0 +1,76 @@ +BEGIN -- Symtab is next +[i] +[ROUNDMODE] +[ORS] +[OFS] +[LINT] +[FNR] +[ERRNO] +[NR] +[IGNORECASE] +[TEXTDOMAIN] +[NF] +[ARGIND] +[ARGC] +[FIELDWIDTHS] +[CONVFMT] +[SUBSEP] +[PREC] +[RS] +[FPAT] +[RT] +[RLENGTH] +[OFMT] +[FS] +[RSTART] +[FILENAME] +[BINMODE] +[ARGV] +[PROCINFO] +[ENVIRON] +BEGIN-- after Symtab loop +BEGIN -- Functab is next +[rand] +[dcgettext] +[gsub] +[match] +[int] +[log] +[sprintf] +[systime] +[strftime] +[length] +[and] +[srand] +[asort] +[atan2] +[cos] +[split] +[compl] +[bindtextdomain] +[exp] +[or] +[fflush] +[gensub] +[dcngettext] +[index] +[system] +[sqrt] +[rshift] +[tolower] +[sin] +[asorti] +[typeof] +[close] +[mktime] +[isarray] +[patsplit] +[sub] +[substr] +[xor] +[lshift] +[strtonum] +[toupper] +[bar] +[foo] +BEGIN-- after Functab loop |