view nt/ad2c.sed @ 3705:fcf6ccb70eea

[xemacs-hg @ 2006-11-28 13:01:27 by aidan] Fix a crash when (format "%f" 1.2e+302) is evaluated.
author aidan
date Tue, 28 Nov 2006 13:01:29 +0000 (2006-11-28)
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