/[m4]/m4/tests/generate.awk
ViewVC logotype

Diff of /m4/tests/generate.awk

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by akim, Wed Aug 29 13:14:22 2001 UTC revision 1.6 by gary, Wed Aug 29 19:59:09 2001 UTC
# Line 99  function normalize(contents,    i, lines Line 99  function normalize(contents,    i, lines
99        gsub ("@[{]", "{", line);        gsub ("@[{]", "{", line);
100        gsub ("@}", "}", line);        gsub ("@}", "}", line);
101        gsub ("@@", "@", line);        gsub ("@@", "@", line);
102        gsub ("@comment.*", "@\&t@", line);        gsub ("@comment.*", "@\\&t@", line);
103    
104        # Some of the examples have improperly balanced square brackets.        # Some of the examples have improperly balanced square brackets.
105        gsub ("[[]", "@<:@", line);        gsub ("[[]", "@<:@", line);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26