Critter

Results 1 issues of Critter

This is a parse error: ``` echo >&2 "foobar" ``` This is not a parse error: ``` echo "foobar" >&2 ``` Both are equally valid bash syntax.