opnsense-src/usr.bin/sed/tests
Kyle Evans 3a4d70c588 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 Add testcases for -i with hardlinks and symlinks 2017-01-20 07:11:21 +00:00
Makefile.depend DIRDEPS_BUILD: Connect MK_TESTS. 2016-03-09 22:46:01 +00:00
math.sed
multi_test.sh Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
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 sed(1): Don't force a newline on last line, if input stream doesn't have one 2014-08-08 17:29:01 +00:00
sed2_test.sh sed: attempt to learn about hex escapes (e.g. \x27) 2020-06-07 04:32:38 +00:00