view nt/ad2c.sed @ 3300:a034c4bd7877

[xemacs-hg @ 2006-03-25 11:27:43 by malcolmp] regex.c: Bump INIT_FAILURE_ALLOC and re_max_failures to the current values found in GNU Emacs.
author malcolmp
date Sat, 25 Mar 2006 11:27:49 +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