repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of https://github.com/Softcatala/git-po
[git/debian.git]
/
t
/
chainlint
/
multi-line-string.expect
blob
170cb5999322ea7798bceafb2222274c4112adde
1
(
2
x="line 1 line 2 line 3" &&
3
?!AMP?! y='line 1 line2'
4
foobar
5
>) &&
6
(
7
echo "there's nothing to see here" &&
8
exit
9
>) &&
10
(
11
echo "xyz" "abc def ghi" &&
12
echo 'xyz' 'abc def ghi' &&
13
echo 'xyz' "abc def ghi" &&
14
barfoo
15
>)