view nt/ad2c.sed @ 4902:c902301f8b7d

fix CRLF line endings in search-tests.el -------------------- ChangeLog entries follow: -------------------- tests/ChangeLog addition: 2010-01-30 Ben Wing <ben@xemacs.org> * automated/search-tests.el: * automated/search-tests.el (insert): Use LF not CRLF for line endings.
author Ben Wing <ben@xemacs.org>
date Sat, 30 Jan 2010 18:47:17 -0600
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