Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
JastAdd
relast-preprocessor
Commits
622bb517
Commit
622bb517
authored
Jun 01, 2021
by
Johannes Mey
Browse files
test case for no whitespace between and after rules
parent
0661c85c
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/test/resources/NoWhitespaceAfterRules/config.yaml
0 → 100644
View file @
622bb517
-
name
:
"
No
whitespace/comment
between
and
after
rules
required"
args
:
-
"
--inputBaseDir=in"
-
"
--outputBaseDir=out"
-
"
Grammar.relast"
-
"
Relation.relast"
out
:
"
out"
expected
:
"
in"
compare
:
true
src/test/resources/NoWhitespaceAfterRules/in/Grammar.relast
0 → 100644
View file @
622bb517
Person ::= <FullName> <Address> Gender;
abstract Gender;
Male : Gender;Female : Gender;Diverse : Gender;
\ No newline at end of file
src/test/resources/NoWhitespaceAfterRules/in/Relation.relast
0 → 100644
View file @
622bb517
rel Person.Friend -> Person;
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment