mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
fixed testAlternaitves in FirstSetComputationTest
This commit is contained in:
parent
bf970d77fd
commit
cd0629d828
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class FirstSetComputationTest extends AbstractXtextTests {
|
|||
assertFirstSet("'@', 'fragment', 'true', 'false', 'terminal', 'enum', ID", grammarAccess.getAbstractRuleRule());
|
||||
}
|
||||
@Test public void testAlternatives() throws Exception {
|
||||
assertFirstSet("'=>', '->', 'true', 'false', '(', '{', '<', ID, STRING", grammarAccess.getAlternativesRule());
|
||||
assertFirstSet("'=>', '->', 'true', 'false', '(', '{', '<', ID, STRING, JAVACODESTRING", grammarAccess.getAlternativesRule());
|
||||
}
|
||||
@Test public void testTerminalAlternatives() throws Exception {
|
||||
assertFirstSet("'true', 'false', '(', '!', '->', '.', 'EOF', STRING, ID", grammarAccess.getTerminalAlternativesRule());
|
||||
|
|
Loading…
Reference in a new issue