Welcome to mirror list, hosted at ThFree Co, Russian Federation.

one-liner.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 237f22734963d62c7dafb25883530c73f730b32b (plain)
1
2
3
4
5
6
7
8
9
(foo && bar) &&
(foo && bar) |
(foo && bar) >baz &&

?!SEMI?!(foo; bar) &&
?!SEMI?!(foo; bar) |
?!SEMI?!(foo; bar) >baz

(foo "bar; baz")