fish-shell/tests/test1.out

64 lines
802 B
Text
Raw Normal View History

####################
# Comments in odd places don't cause problems
1a
1b
2a
2b
####################
# Escaped newlines
foo bar
foobar
foobar
foo\
bar
a
b
c
####################
# Simple function tests
Test 2 pass
Test 3a pass
Test 3b pass
2010-11-23 15:05:21 +00:00
Test 4 pass
####################
# Testing builtin status
2010-11-23 16:35:56 +00:00
Test 5 pass
####################
2017-06-19 05:25:00 +00:00
# echo tests
abc\ndef
abc
def
abc\zdef
abc!def
abc!def
abcQdef
abcQ2def
abc
-
2017-06-19 05:25:00 +00:00
-h
2017-02-01 02:44:02 +00:00
0000000 376
0000001
Catch your breath
abc!def
abc!1def
####################
# Comments allowed in between lines (#1987)
2015-04-06 06:47:04 +00:00
before comment after comment
####################
# Backslashes are part of comments and do not join lines (#1255)
####################
# Verify $argv set correctly in sourced scripts (#139)
source argv {}
source argv {}
source argv {abc}
source argv {abc def}
1