comparison lib-src/ad2c @ 183:e121b013d1f0 r20-3b18

Import from CVS: tag r20-3b18
author cvs
date Mon, 13 Aug 2007 09:54:23 +0200
parents ac2d302a0011
children
comparison
equal deleted inserted replaced
182:f07455f06202 183:e121b013d1f0
18 /^!/d 18 /^!/d
19 /^$/d 19 /^$/d
20 s/\\/\\\\/g 20 s/\\/\\\\/g
21 s/\\$//g 21 s/\\$//g
22 s/"/\\"/g 22 s/"/\\"/g
23 s/^/(String) "/ 23 s/^/"/
24 : test 24 : test
25 /\\$/b slash 25 /\\$/b slash
26 s/$/",/ 26 s/$/",/
27 p 27 p
28 d 28 d