ash: [PARSER] Recognise here-doc delimiters terminated by EOF
[oweals/busybox.git] / shell / hush_test / hush-read / read_r.tests
1 echo 'test\
2 best' | (read reply; echo "$reply")
3 echo 'test\
4 best' | (read -r reply; echo "$reply")