diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 13:17:58 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 13:17:58 +0300 |
commit | e888f1834b88270590b7e04d64c03c75863e4565 (patch) | |
tree | ab679ecbf16dc4f11b90a53f4b1e0084d78c98b0 /test/gsubasgn.ok | |
parent | fae4762eba9ff7bb466a600130e9c90eaac6b0bc (diff) | |
download | egawk-e888f1834b88270590b7e04d64c03c75863e4565.tar.gz egawk-e888f1834b88270590b7e04d64c03c75863e4565.tar.bz2 egawk-e888f1834b88270590b7e04d64c03c75863e4565.zip |
Move to gawk-3.1.2.
Diffstat (limited to 'test/gsubasgn.ok')
-rw-r--r-- | test/gsubasgn.ok | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gsubasgn.ok b/test/gsubasgn.ok index dfa6fbc7..8817c36d 100644 --- a/test/gsubasgn.ok +++ b/test/gsubasgn.ok @@ -2,3 +2,4 @@ gawk: gsubasgn.awk:4: function test1 (r) { gsub(r, "x", test1) } gawk: gsubasgn.awk:4: ^ gsub third parameter is not a changeable object gawk: gsubasgn.awk:8: function test2 () { gsub(/a/, "x", test2) } gawk: gsubasgn.awk:8: ^ gsub third parameter is not a changeable object +EXIT CODE: 1 |