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

test case for no whitespace between and after rules

parent 0661c85c
No related branches found
No related tags found
No related merge requests found
- name: "No whitespace/comment between and after rules required"
args:
- "--inputBaseDir=in"
- "--outputBaseDir=out"
- "Grammar.relast"
- "Relation.relast"
out: "out"
expected: "in"
compare: true
Person ::= <FullName> <Address> Gender;
abstract Gender;
Male : Gender;Female : Gender;Diverse : Gender;
\ No newline at end of file
rel Person.Friend -> Person;
\ 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