mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-31 00:45:17 +08:00
Port line-continuation test to littlecheck
This commit is contained in:
parent
12a9cb2940
commit
eaf84c553d
@ -1,11 +1,15 @@
|
||||
#RUN: %fish %s
|
||||
ech\
|
||||
o echo
|
||||
#CHECK: echo
|
||||
|
||||
buil\
|
||||
tin echo builtin echo
|
||||
#CHECK: builtin echo
|
||||
|
||||
true; an\
|
||||
d echo true
|
||||
#CHECK: true
|
||||
|
||||
\i\
|
||||
\U00000066\
|
||||
@ -15,6 +19,7 @@ d echo true
|
||||
\145n\
|
||||
d\
|
||||
;
|
||||
#CHECK: if true
|
||||
|
||||
'if'\
|
||||
true
|
||||
@ -23,3 +28,4 @@ d\
|
||||
en\
|
||||
d\
|
||||
";
|
||||
#CHECK: if true
|
@ -1,5 +0,0 @@
|
||||
echo
|
||||
builtin echo
|
||||
true
|
||||
if true
|
||||
if true
|
Loading…
x
Reference in New Issue
Block a user