Skip to content
Snippets Groups Projects
Commit 55260523 authored by Johannes Mey's avatar Johannes Mey
Browse files

add new test

parent cf1fb095
No related branches found
No related tags found
No related merge requests found
Pipeline #11634 passed
Subproject commit 192e92cffbd44d219c805859ecf0cb089f6ee21f
Subproject commit f00da960ae05cfee60e7e04df09fbbf81b02dc80
version=0.3.0
......@@ -3,7 +3,7 @@ package org.jastadd.preprocessor;
import org.jastadd.relast.tests.RelAstProcessorTestBase;
import org.junit.jupiter.api.BeforeAll;
public class PreprocessorTest extends RelAstProcessorTestBase {
public class AbstractTypeNavigationTest extends RelAstProcessorTestBase {
@BeforeAll
static void init() {
mainClass = Main.class;
......
- name: "StateMachine"
compare: false
out: "out"
args:
- "--inputBaseDir=in"
- "--outputBaseDir=out"
- "Grammar.ast"
\ No newline at end of file
StateMachine ::= Declaration*;
abstract Declaration;
State : Declaration ::= <Label:String>;
Transition : Declaration ::= <Label:String> <SourceLabel:String> <TargetLabel:String>;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment