view nt/ad2c.sed @ 597:ce085c4b3999

[xemacs-hg @ 2001-06-01 05:05:54 by martinb] Fix test suite failure if (temp-directory) is a symlink
author martinb
date Fri, 01 Jun 2001 05:06:15 +0000
parents 4be1180a9e89
children
line wrap: on
line source

/^!/d
/^$/d
s/\\/\\\\/g
s/\\$//g
s/"/\\"/g
s/^/(String) "/
: test
/\\$/b slash
s/$/",/
p
d
: slash
n
/^!/d
/^$/d
s/"/\\"/g
s/\\\\/\\/g
s/\\n/\\\\n/g
s/\\t/\\\\t/g
s/\\f/\\\\f/g
s/\\b/\\\\b/g
b test