source: trunk/essentials/sys-apps/gawk/test/gsubasgn.ok

Last change on this file was 3076, checked in by bird, 19 years ago

gawk 3.1.5

File size: 367 bytes
Line 
1gawk: gsubasgn.awk:4: function test1 (r) { gsub(r, "x", test1) }
2gawk: gsubasgn.awk:4: ^ gsub third parameter is not a changeable object
3gawk: gsubasgn.awk:8: function test2 () { gsub(/a/, "x", test2) }
4gawk: gsubasgn.awk:8: ^ gsub third parameter is not a changeable object
5EXIT CODE: 1
Note: See TracBrowser for help on using the repository browser.