add a couple of extra empty statement tests
This commit is contained in:
parent
ff25dbb880
commit
46a83fe866
|
@ -10,6 +10,8 @@
|
|||
> , TestStatements ansi2011 ";;" [EmptyStatement, EmptyStatement]
|
||||
> , TestStatements ansi2011 ";;;" [EmptyStatement, EmptyStatement, EmptyStatement]
|
||||
> , TestStatement ansi2011 "/* comment */ ;" EmptyStatement
|
||||
> , TestStatements ansi2011 "" []
|
||||
> , TestStatements ansi2011 "/* comment */" []
|
||||
> , TestStatements ansi2011 "/* comment */ ;" [EmptyStatement]
|
||||
> , TestStatements ansi2011 "/* comment */ ; /* comment */ ;"
|
||||
> [EmptyStatement, EmptyStatement]
|
||||
|
|
Loading…
Reference in a new issue