freebsd-skq/usr.bin/sed/tests
kevans 4ece12e555 sed: attempt to learn about hex escapes (e.g. \x27)
Somewhat predictably, software often wants to use \x27/\x24 among others so
that they can decline worrying about ugly escaping, if said escaping is even
possible. Right now, this software is using these and getting the wrong
results, as we'll interpret those as x27 and x24 respectively. Some examples
of this, when an exp-run was ran, were science/octopus and misc/vifm.

Go ahead and process these at all times.  We allow either one or two digits,
and the tests account for both.  If extra digits are specified, e.g. \x2727,
then the third and fourth digits are interpreted literally as one might
expect.

PR:		229925
MFC after:	2 weeks
2020-06-07 04:32:38 +00:00
..
regress.multitest.out sed: process \r, \n, and \t 2019-12-10 19:16:00 +00:00
hanoi.sed
inplace_race_test.sh
legacy_test.sh
Makefile
Makefile.depend
math.sed
multi_test.sh
regress.b2a.out
regress.bcb.out
regress.c0.out
regress.c1.out
regress.c2.out
regress.c3.out
regress.G.out
regress.hanoi.out
regress.icase1.out
regress.icase2.out
regress.icase3.out
regress.icase4.out
regress.in
regress.math.out
regress.not.out
regress.P.out
regress.psl.out
regress.s3.out
regress.s4.out
regress.s5.out
regress.sg.out
regress.sh
regress.y.out
sed2_test.sh sed: attempt to learn about hex escapes (e.g. \x27) 2020-06-07 04:32:38 +00:00