logical linebreaks support

This commit is contained in:
BVK Chaitanya 2010-06-12 12:23:49 +05:30
parent 0500dfd1b4
commit 7b466fbb9e
2 changed files with 16 additions and 6 deletions

View file

@ -60,6 +60,14 @@ echo one'two
echo one'two
\'three
# echo "one\
# two"
# echo 'one\
# two'
# echo foo\
# bar
# \
# echo foo
# echo "one
#
# two"