diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2020-03-09 15:39:03 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2020-03-09 15:39:03 -0400 |
commit | 2f0eddafa9a66aebf2e2ed1c49a9e8ce9e892a8c (patch) | |
tree | 4016815c12f8f28bd6a01b55898a19f8f742642d /test/symtab11.ok | |
parent | 6514b3a2f5ed8c593d7d49526a27122989e673d0 (diff) | |
download | egawk-2f0eddafa9a66aebf2e2ed1c49a9e8ce9e892a8c.tar.gz egawk-2f0eddafa9a66aebf2e2ed1c49a9e8ce9e892a8c.tar.bz2 egawk-2f0eddafa9a66aebf2e2ed1c49a9e8ce9e892a8c.zip |
Enhance @val_* sorting methods to use the index string as a tie-breaker.
Diffstat (limited to 'test/symtab11.ok')
-rw-r--r-- | test/symtab11.ok | 98 |
1 files changed, 49 insertions, 49 deletions
diff --git a/test/symtab11.ok b/test/symtab11.ok index 29170949..7d4be46c 100644 --- a/test/symtab11.ok +++ b/test/symtab11.ok @@ -1,78 +1,78 @@ BEGIN -- Symtab is next [i] = i -[ROUNDMODE] = N -[ORS] = - -[OFS] = -[LINT] = 0 -[FNR] = 0 -[ERRNO] = -[NR] = 0 -[IGNORECASE] = 1 -[TEXTDOMAIN] = messages [NF] = 0 [ARGIND] = 0 +[BINMODE] = 0 +[FNR] = 0 +[LINT] = 0 +[NR] = 0 +[RLENGTH] = 0 +[RSTART] = 0 [ARGC] = 1 -[FIELDWIDTHS] = -[CONVFMT] = %.6g -[SUBSEP] = +[IGNORECASE] = 1 [PREC] = 53 +[ERRNO] = +[FIELDWIDTHS] = +[FILENAME] = +[RT] = +[ORS] = + [RS] = -[FPAT] = [^[:space:]]+ -[RT] = -[RLENGTH] = 0 -[OFMT] = %.6g +[SUBSEP] = [FS] = -[RSTART] = 0 -[FILENAME] = -[BINMODE] = 0 +[OFS] = +[CONVFMT] = %.6g +[OFMT] = %.6g +[FPAT] = [^[:space:]]+ +[TEXTDOMAIN] = messages +[ROUNDMODE] = N [ARGV] = <array> -[PROCINFO] = <array> [ENVIRON] = <array> +[PROCINFO] = <array> BEGIN-- after Symtab loop BEGIN -- Functab is next -[rand] = rand -[dcgettext] = dcgettext -[gsub] = gsub -[match] = match -[int] = int -[log] = log -[sprintf] = sprintf -[systime] = systime -[strftime] = strftime -[length] = length [and] = and -[srand] = srand [asort] = asort +[asorti] = asorti [atan2] = atan2 -[cos] = cos -[split] = split -[compl] = compl [bindtextdomain] = bindtextdomain +[close] = close +[compl] = compl +[cos] = cos +[dcgettext] = dcgettext +[dcngettext] = dcngettext [exp] = exp -[or] = or [fflush] = fflush [gensub] = gensub -[dcngettext] = dcngettext +[gsub] = gsub [index] = index -[system] = system -[sqrt] = sqrt -[rshift] = rshift -[tolower] = tolower -[sin] = sin -[asorti] = asorti -[typeof] = typeof -[close] = close -[mktime] = mktime +[int] = int [isarray] = isarray +[length] = length +[log] = log +[lshift] = lshift +[match] = match +[mktime] = mktime +[or] = or [patsplit] = patsplit +[rand] = rand +[rshift] = rshift +[sin] = sin +[split] = split +[sprintf] = sprintf +[sqrt] = sqrt +[srand] = srand +[strftime] = strftime +[strtonum] = strtonum [sub] = sub [substr] = substr -[xor] = xor -[lshift] = lshift -[strtonum] = strtonum +[system] = system +[systime] = systime +[tolower] = tolower [toupper] = toupper +[typeof] = typeof +[xor] = xor [bar] = bar [foo] = foo BEGIN-- after Functab loop |