diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-12 12:25:37 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-12 12:25:37 +0200 |
commit | b51e8a24c0aa1b5e6f247fb8d290bd79c0b50652 (patch) | |
tree | 2f7d35e3e6aaece3b3d60a8761a1c44cdfe3346e /test/indirectcall.ok | |
parent | 40b3741f63c19e38077d57f4ce4737916ec5073e (diff) | |
download | egawk-b51e8a24c0aa1b5e6f247fb8d290bd79c0b50652.tar.gz egawk-b51e8a24c0aa1b5e6f247fb8d290bd79c0b50652.tar.bz2 egawk-b51e8a24c0aa1b5e6f247fb8d290bd79c0b50652.zip |
Commit all changes for development gawk.
Diffstat (limited to 'test/indirectcall.ok')
-rw-r--r-- | test/indirectcall.ok | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/indirectcall.ok b/test/indirectcall.ok new file mode 100644 index 00000000..d3f281ca --- /dev/null +++ b/test/indirectcall.ok @@ -0,0 +1,18 @@ +Biology 101: + sum: <352.8> + average: <88.2> + sort: <78.5 87.0 92.4 94.9> + rsort: <94.9 92.4 87.0 78.5> + +Chemistry 305: + sum: <356.4> + average: <89.1> + sort: <75.2 88.2 94.7 98.3> + rsort: <98.3 94.7 88.2 75.2> + +English 401: + sum: <376.1> + average: <94.025> + sort: <87.1 93.4 95.6 100.0> + rsort: <100.0 95.6 93.4 87.1> + |