Searched refs:test_wc (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/regress/usr.bin/wc/
H A Dwc.sh19 test_wc() function
57 test_wc "two lines\nand five words\n" " 2 5 25"
60 test_wc "a\033b\000c\n" " 1 1 6"
63 test_wc "ax\0314\0200b\n" " 1 1 5" " 1 1 6"
64 test_wc "a\0354\0277\0277b\n" " 1 1 4" \
68 test_wc "a\0377\0277c\n" " 1 1 5"
71 test_wc "" " 0 0 0"
72 test_wc " " " 0 0 1"
73 test_wc "x" " 0 1 1"
74 test_wc "\030
[all...]

Completed in 103 milliseconds