/[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.3 by akim, Mon Aug 20 16:09:03 2001 UTC revision 1.4 by akim, Wed Aug 29 13:13:19 2001 UTC
# Line 97  function normalize(contents,    i, lines Line 97  function normalize(contents,    i, lines
97        gsub ("@[{]", "{", line);        gsub ("@[{]", "{", line);
98        gsub ("@}", "}", line);        gsub ("@}", "}", line);
99        gsub ("@@", "@", line);        gsub ("@@", "@", line);
100        gsub ("@comment.*", "@__@", line);        gsub ("@comment.*", "@\&t@", line);
101    
102        # Some of the examples have improperly balanced square brackets.        # Some of the examples have improperly balanced square brackets.
103        gsub ("[[]", "@<:@", line);        gsub ("[[]", "@<:@", line);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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