Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ line 1:7 extraneous input '?' expecting '}'

[skip]
Cpp
Go
PHP

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ baa
[skip]
Cpp
CSharp
Go
JavaScript
PHP
Python2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@ not X1 and not X2 and not X3 and not X4 and not X5 and not X6 and not X7
;

[skip]
Go
PHP

Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ between X1 and X2 or between X3 and X4
;

[skip]
Go
Python2
Python3
JavaScript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,5 @@ X ? Y : Z
;

[skip]
Go
PHP

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ x
Cpp
CSharp
Dart
Go
JavaScript
PHP
Python2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@ private static RuntimeTestDescriptor getAtnStatesSizeMoreThan65535Descriptor() {
grammarName,
grammar.toString(),
null, false, false,
new String[] {"CSharp", "Python2", "Python3", "Go", "PHP", "Swift", "JavaScript", "Dart"}, uri);
new String[] {"CSharp", "Python2", "Python3", "PHP", "Swift", "JavaScript", "Dart"}, uri);
}
}