Lines Matching +full:2 +full:e
11 # 2. Redistributions in binary form must reproduce the above copyright
43 atf_check -s exit:0 -o match:'Result is true today' -e empty \
47 atf_check -s exit:0 -o match:'Result is false today' -e empty \
51 atf_check -s exit:0 -o match:'aaabbbccc' -e empty \
53 atf_check -s exit:0 -o match:'aaabbb cccddd' -e empty \
55 atf_check -s exit:0 -o inline:'aaabbb cccddd\n' -e empty \
57 atf_check -s exit:0 -o inline:'aaabbb\ncccddd\n' -e empty \
60 atf_check -s exit:0 -o inline:'some string\n' -e empty \
62 atf_check -s exit:0 -o inline:'weird; string *\n' -e empty \
65 rm -f * 2>/dev/null || :
66 for f in file-1 file-2
71 atf_check -s exit:0 -o match:'Found file-1 file-2' -e empty \
73 atf_check -s exit:0 -o match:'Found file-1 file-2' -e empty \
75 atf_check -s exit:0 -o match:'Found file-1 file-2' -e empty \
77 atf_check -s exit:0 -o match:'Found \*' -e empty \
79 atf_check -s exit:0 -o match:'Found file-1 file-2' -e empty \
81 atf_check -s exit:0 -o match:'Found \*' -e empty \
90 atf_check -s exit:0 -o match:'Result is true today' -e empty \
94 atf_check -s exit:0 -o match:'Result is false today' -e empty \
98 atf_check -s exit:0 -o match:'aaabbbccc' -e empty \
100 atf_check -s exit:0 -o match:'aaabbb cccddd' -e empty \
102 atf_check -s exit:0 -o inline:'aaabbb cccddd\n' -e empty \
104 atf_check -s exit:0 -o inline:'aaabbb\ncccddd\n' -e empty \
107 atf_check -s exit:0 -o inline:'some string\n' -e empty \
109 atf_check -s exit:0 -o inline:'weird; string *\n' -e empty \
112 rm -f * 2>/dev/null || :
113 for f in file-1 file-2
118 atf_check -s exit:0 -o match:'Found file-1 file-2' -e empty \
120 atf_check -s exit:0 -o match:'Found file-1 file-2' -e empty \
122 atf_check -s exit:0 -o match:'Found file-1 file-2' -e empty \
124 atf_check -s exit:0 -o match:'Found \*' -e empty \
126 atf_check -s exit:0 -o match:'Found file-1 file-2' -e empty \
128 atf_check -s exit:0 -o match:'Found \*' -e empty \
137 atf_check -s exit:0 -o match:'__foobarbletch__' -e empty \
139 atf_check -s exit:0 -o match:'_abcde_' -e empty \
140 ${TEST_SH} -c 'echo _$(echo a$(echo $(echo b)c$(echo d))e )_'
141 atf_check -s exit:0 -o match:'123454321' -e empty \
142 ${TEST_SH} -c 'echo 1$(echo 2$(echo 3$(echo 4$(echo 5)4)3)2)1'
150 atf_check -s exit:0 -o match:'__foobarbletch__' -e empty \
152 atf_check -s exit:0 -o match:'_abcde_' -e empty \
154 'echo _`echo a\`echo \\\`echo b\\\`c\\\`echo d\\\`\`e `_'
155 atf_check -s exit:0 -o match:'123454321' -e empty \
157 'echo 1`echo 2\`echo 3\\\`echo 4\\\\\\\`echo 5\\\\\\\`4\\\`3\`2`1'
166 atf_check -s exit:0 -o match:'__foobarbletch__' -e empty \
168 atf_check -s exit:0 -o match:'__foobarbletch__' -e empty \
170 atf_check -s exit:0 -o match:'_abcde_' -e empty \
171 ${TEST_SH} -c 'echo _$(echo a`echo $(echo b)c$(echo d)`e )_'
172 atf_check -s exit:0 -o match:'_abcde_' -e empty \
173 ${TEST_SH} -c 'echo _`echo a$(echo \`echo b\`c\`echo d\`)e `_'
174 atf_check -s exit:0 -o match:'12345654321' -e empty \
176 'echo 1`echo 2$(echo 3\`echo 4\\\`echo 5$(echo 6)5\\\`4\`3)2`1'
187 rm -f file 2>/dev/null || :
188 atf_check -s exit:0 -o match:'_aa_' -e empty \
190 atf_check -s exit:0 -o match:b -e empty ${TEST_SH} -c 'cat file'
191 atf_check -s exit:0 -o match:'_aba_' -e empty \
193 atf_check -s exit:0 -o match:'_aa_' -e empty \
195 atf_check -s exit:0 -o inline:'b\nd\n' -e empty ${TEST_SH} -c 'cat file'
196 atf_check -s exit:0 -o match:'_aa_' -e match:'not error' \
197 ${TEST_SH} -c 'echo _$( echo a$( echo not error >&2 )a)_'
208 rm -f file 2>/dev/null || :
209 atf_check -s exit:0 -o match:'_aa_' -e empty \
211 atf_check -s exit:0 -o match:b -e empty ${TEST_SH} -c 'cat file'
212 atf_check -s exit:0 -o match:'_aba_' -e empty \
214 atf_check -s exit:0 -o match:'_aa_' -e empty \
216 atf_check -s exit:0 -o inline:'b\nd\n' -e empty ${TEST_SH} -c 'cat file'
217 atf_check -s exit:0 -o match:'_aa_' -e match:'not error' \
218 ${TEST_SH} -c 'echo _` echo a\` echo not error >&2 \`a`_'
226 atf_check -s exit:0 -o match:'__abc__' -e empty \
228 atf_check -s exit:0 -o match:'__abc__' -e empty \
230 atf_check -s exit:0 -o match:'__abc__' -e empty \
232 atf_check -s exit:0 -o match:'__abc__' -e empty \
235 atf_check -s exit:0 -o inline:'a\n\nb\n\nc\n' -e empty \
238 atf_check -s exit:0 -o match:'__acd__' -e empty \
240 atf_check -s exit:0 -o match:'__abcd__' -e empty \
242 atf_check -s exit:0 -o match:'__XYX__' -e empty \
244 atf_check -s exit:0 -o match:'__def__' -e empty \
246 atf_check -s exit:0 -o inline:'abcdef\nabc\n' -e empty \
255 atf_check -s exit:0 -o match:'__abc__' -e empty \
257 atf_check -s exit:0 -o match:'__abc__' -e empty \
259 atf_check -s exit:0 -o match:'__abc__' -e empty \
261 atf_check -s exit:0 -o match:'__abc__' -e empty \
264 atf_check -s exit:0 -o inline:'a\n\nb\n\nc\n' -e empty \
267 atf_check -s exit:0 -o match:'__acd__' -e empty \
269 atf_check -s exit:0 -o match:'__abcd__' -e empty \
271 atf_check -s exit:0 -o match:'__XYX__' -e empty \
273 atf_check -s exit:0 -o inline:'abcdef\nabc\n' -e empty \
277 # atf_check -s exit:0 -o match:'__abc__' -e empty \
288 atf_check -s exit:0 -o match:'foo' -e empty \
290 atf_check -s exit:0 -o match:'set' -e empty \
292 rm -f bar 2>/dev/null || :
293 atf_check -s exit:0 -o match:'set' -e empty \
296 atf_check -s exit:0 -o inline:'\n' -e empty \
306 atf_check -s exit:0 -o match:'foo' -e empty \
308 atf_check -s exit:0 -o match:'set' -e empty \
310 rm -f bar 2>/dev/null || :
311 atf_check -s exit:0 -o match:'set' -e empty \
314 atf_check -s exit:0 -o inline:'\n' -e empty \
324 atf_check -s exit:0 -o inline:'1 + 1 = 2\n' -e empty \
326 atf_check -s exit:0 -o inline:'X * Y = 6\n' -e empty \
327 ${TEST_SH} -c 'X=2; Y=3; echo X \* Y = $( echo $(( X * Y )) )'
328 atf_check -s exit:0 -o inline:'Y % X = 1\n' -e empty \
329 ${TEST_SH} -c 'X=2; Y=3; echo Y % X = $( echo $(( $Y % $X )) )'
337 atf_check -s exit:0 -o inline:'2 + 3 = 5\n' -e empty \
338 ${TEST_SH} -c 'echo 2 + 3 = ` echo $(( 2 + 3 )) `'
339 atf_check -s exit:0 -o inline:'X * Y = 6\n' -e empty \
340 ${TEST_SH} -c 'X=2; Y=3; echo X \* Y = ` echo $(( X * Y )) `'
341 atf_check -s exit:0 -o inline:'Y % X = 1\n' -e empty \
342 ${TEST_SH} -c 'X=2; Y=3; echo Y % X = ` echo $(( $Y % $X )) `'
350 atf_check -s exit:0 -o inline:'7\n' -e empty \
352 atf_check -s exit:0 -o inline:'11\n7\n18\n4\n1\n' -e empty \
356 echo $(( $( echo 9 ) $( echo "${op}" ) $( echo 2 ) ))
365 atf_check -s exit:0 -o inline:'33\n' -e empty \
367 atf_check -s exit:0 -o inline:'14\n8\n33\n3\n2\n' -e empty \
382 atf_check -s exit:0 -o inline:'line 1+1\nline 2\nline 3\n' -e empty \
386 $( echo line 2;echo line 3 )
397 atf_check -s exit:0 -o inline:'Mary had a\nlittle\nlamb\n' -e empty \
412 atf_check -s exit:0 -o inline:'Mary had a\nlittle\nlamb\n' -e empty \
420 atf_check -s exit:0 -e empty \
430 atf_check -s exit:0 -o inline:'A Calculation:\n2 * 7 = 14\n' -e empty \
433 2 * 7 = $(( 2 * 7 ))
445 atf_check -s exit:0 -o inline:'Mary had a little lamb\n' -e empty \
453 atf_check -s exit:0 -o inline:'A Calculation:\n17 / 3 = 5\n' -e empty \
469 rm -f * 2>/dev/null || :
472 atf_check -s exit:0 -o inline:'Hello U\nHelp me!\n' -e empty \
478 rm -f * 2>/dev/null || :
482 atf_check -s exit:0 -o inline:'$2.50\n' -e empty \
484 …A)$(cat R)=\'\''\$$(cat $(cat V)$(cat A)$(cat R))\'\''; eval echo \$$(set -- *;echo ${3}${1}${2})))
496 rm -f * 2>/dev/null || :
499 atf_check -s exit:0 -o inline:'Hello U\nHelp me!\n' -e empty \
505 rm -f * 2>/dev/null || :
509 atf_check -s exit:0 -o inline:'$5.20\n' -e empty \
511 …\\\\\\`cat R\\\\\\\`\\\`\\\'\''; eval echo \\\$\\\`set -- *;echo \\\\\${3}\\\\\${1}\\\\\${2}\\\`\``
525 atf_check -s exit:0 -o inline:'A.1\n' -e empty ${TEST_SH} -c \
530 atf_check -s exit:0 -o inline:'A.2\n' -e empty ${TEST_SH} -c \
532 case x in x) echo A.2;; esac # comment
535 atf_check -s exit:0 -o inline:'A.3\n' -e empty ${TEST_SH} -c \
540 atf_check -s exit:0 -o inline:'A.4\n' -e empty ${TEST_SH} -c \
545 atf_check -s exit:0 -o inline:'A.5\n' -e empty ${TEST_SH} -c \
551 atf_check -s exit:0 -o inline:'B: quoted )\n' -e empty ${TEST_SH} -c \
557 -e empty ${TEST_SH} -c \
563 -e empty ${TEST_SH} -c \
570 # D.2 is a bogus test.
573 -e empty ${TEST_SH} -c \
580 atf_check -s exit:0 -e empty \
581 -o inline:'E: here-doc terminated with a parenthesis ("academic")\n' \
585 E: here-doc terminated with a parenthesis ("academic")
589 atf_check -s exit:0 -e empty \
597 atf_check -s exit:0 -e empty \
598 -o inline:'F.2: here-doc embed with unbal single, back- or doublequote "\n' \
602 F.2: here-doc embed with unbal single, back- or doublequote "
605 atf_check -s exit:0 -e empty \
614 atf_check -s exit:0 -e empty -o inline:'G: backslash at end of line\n' \
620 atf_check -s exit:0 -e empty \
632 atf_check -s exit:0 -o inline:'Mary had a\nlittle\nlamb\n' -e empty \
640 atf_check -s exit:0 -e empty \
650 atf_check -s exit:0 -o inline:'A Calculation:\n2 * 7 = 14\n' -e empty \
653 2 * 7 = $(( 2 * 7 ))
665 atf_check -s exit:0 -o inline:'Mary had a little lamb\n' -e empty \
673 atf_check -s exit:0 -o inline:'A Calculation:\n17 / 3 = 5\n' -e empty \
689 rm -f * 2>/dev/null || :
692 atf_check -s exit:0 -o inline:'Hello U\nHelp me!\n' -e empty \
698 rm -f * 2>/dev/null || :
702 atf_check -s exit:0 -o inline:'$2.50\n' -e empty \
704 …A)$(cat R)=\'\''\$$(cat $(cat V)$(cat A)$(cat R))\'\''; eval echo \$$(set -- *;echo ${3}${1}${2})))
717 atf_check -s exit:0 -o inline:'Help!\nMe 2\n' -e empty ${TEST_SH} -c '
737 atf_check -s exit:0 -o inline:'Help!\nMe 2\n' -e empty ${TEST_SH} -c '