From e888f1834b88270590b7e04d64c03c75863e4565 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 13:17:58 +0300 Subject: Move to gawk-3.1.2. --- test/gsubasgn.ok | 1 + 1 file changed, 1 insertion(+) (limited to 'test/gsubasgn.ok') 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 -- cgit v1.2.3