home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnuawk.zip / test / gsubasgn.ok < prev    next >
Text File  |  1996-09-10  |  354b  |  5 lines

  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.