mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 01:11:15 -03:00
Further fixes to newline escaping
Addresses issue described in https://github.com/fish-shell/fish-shell/issues/347#issuecomment-10650443
This commit is contained in:
@@ -24,6 +24,12 @@ bar"
|
||||
echo 'foo\
|
||||
bar'
|
||||
|
||||
for i in \
|
||||
a b c
|
||||
echo $i
|
||||
end
|
||||
|
||||
|
||||
# Simple alias tests
|
||||
|
||||
function foo
|
||||
|
||||
@@ -10,6 +10,9 @@ foobar
|
||||
foobar
|
||||
foo\
|
||||
bar
|
||||
a
|
||||
b
|
||||
c
|
||||
Test 2 pass
|
||||
Test pass
|
||||
Test 3 pass
|
||||
|
||||
Reference in New Issue
Block a user