boxes/test/154_eol_control_cr.txt
Thomas Jensen 6427d1efde
Test cases for eol control option #60
This also adds the ability to testrunner.sh to pipe the output
through xxd for binary comparisons.
2021-04-11 20:34:52 +02:00

16 lines
330 B
Plaintext

:DESC
Test that the line terminator can be forced to CR.
:ENV
export BOXES_TEST_XXD=1
:ARGS
-f ../boxes-config -d c -e Cr
:INPUT
foo
:OUTPUT-FILTER
s/^.*([0-9a-fA-F]{4}):/0000\1:/
:EXPECTED
00000000: 2f2a 2a2a 2a2a 2a2a 2f0d 2f2a 2066 6f6f /*******/./* foo
00000010: 202a 2f0d 2f2a 2a2a 2a2a 2a2a 2f0d */./*******/.
:EOF