20 lines
315 B
Plaintext
20 lines
315 B
Plaintext
2 (
|
|
3 (foo && bar) &&
|
|
4 (foo && bar) |
|
|
5 (foo && bar) >baz &&
|
|
6
|
|
7 (foo; ?!AMP?! bar) &&
|
|
8 (foo; ?!AMP?! bar) |
|
|
9 (foo; ?!AMP?! bar) >baz &&
|
|
10
|
|
11 (foo || exit 1) &&
|
|
12 (foo || exit 1) |
|
|
13 (foo || exit 1) >baz &&
|
|
14
|
|
15 (foo && bar) ?!AMP?!
|
|
16
|
|
17 (foo && bar; ?!AMP?! baz) ?!AMP?!
|
|
18
|
|
19 foobar
|
|
20 )
|