logical linebreaks support
This commit is contained in:
parent
0500dfd1b4
commit
7b466fbb9e
2 changed files with 16 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue