source:
trunk/essentials/sys-apps/gawk/test/gsubasgn.ok
| Last change on this file was 3076, checked in by , 19 years ago | |
|---|---|
| File size: 367 bytes | |
| Line | |
|---|---|
| 1 | gawk: gsubasgn.awk:4: function test1 (r) { gsub(r, "x", test1) } |
| 2 | gawk: gsubasgn.awk:4: ^ gsub third parameter is not a changeable object |
| 3 | gawk: gsubasgn.awk:8: function test2 () { gsub(/a/, "x", test2) } |
| 4 | gawk: gsubasgn.awk:8: ^ gsub third parameter is not a changeable object |
| 5 | EXIT CODE: 1 |
Note:
See TracBrowser
for help on using the repository browser.
