Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
relast-preprocessor
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
relast-preprocessor
Commits
4bada54d
Commit
4bada54d
authored
3 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
add a few more cases to the test
parent
35b7bbff
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/test/resources/NoWhitespaceAfterRules/in/Grammar.relast
+1
-2
1 addition, 2 deletions
src/test/resources/NoWhitespaceAfterRules/in/Grammar.relast
src/test/resources/NoWhitespaceAfterRules/in/Relation.relast
+1
-1
1 addition, 1 deletion
src/test/resources/NoWhitespaceAfterRules/in/Relation.relast
with
2 additions
and
3 deletions
src/test/resources/NoWhitespaceAfterRules/in/Grammar.relast
+
1
−
2
View file @
4bada54d
Person ::= <FullName> <Address> Gender;
abstract Gender;
Person ::= <FullName> <Address> Gender;abstract Gender;
Male : Gender;Female : Gender;Diverse : Gender;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/test/resources/NoWhitespaceAfterRules/in/Relation.relast
+
1
−
1
View file @
4bada54d
rel Person.Friend -> Person;
\ No newline at end of file
rel Person.Friend -> Person;rel Person.Child <-> Person.Parent;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment