Parse branches
This commit is contained in:
@@ -22,5 +22,6 @@ parse "abc();"
|
||||
parse "abc(def);"
|
||||
parse "abc(def,ghi);"
|
||||
parse "abc(def,ghi) a(b) ;"
|
||||
parse "a() [ b() c(), d(), , e() [ f() ] g() ] h();"
|
||||
|
||||
if failed then exit 1 else exit 0
|
Reference in New Issue
Block a user