boxes/test/153_eol_control_lf.txt

16 lines
330 B
Plaintext
Raw Normal View History

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