1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

DOM: Add test to check that '\f' (form feed) counts as a newline

This commit is contained in:
Jonas Fonseca 2006-01-28 22:51:52 +01:00 committed by Jonas Fonseca
parent 645689f1aa
commit 58b8635caf

View File

@ -55,5 +55,10 @@ test_output_line_numbers \
7
8' \
8
test_output_line_numbers \
'Check line numbers. (IIII)' \
$'1\r\f 2\v\n 3\r\n 4\t\f 5' \
5
test_done