Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RagConnect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
RagConnect
Merge requests
!19
Resolve "Make specification langauge more concise"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Make specification langauge more concise"
33-make-specification-langauge-more-concise
into
dev
Overview
0
Commits
6
Pipelines
2
Changes
1
Merged
René Schöne
requested to merge
33-make-specification-langauge-more-concise
into
dev
3 years ago
Overview
0
Commits
6
Pipelines
2
Changes
1
Expand
Closes
#33 (closed)
Edited
3 years ago
by
René Schöne
0
0
Merge request reports
Viewing commit
04268a6f
Prev
Next
Show latest version
1 file
+
17
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
04268a6f
begin with removing tree and list
· 04268a6f
René Schöne
authored
3 years ago
- fixed test singeListVariant
ragconnect.tests/src/test/01-input/singleListVariant/Test.connect
+
17
−
17
Options
@@ -7,22 +7,22 @@ send SenderRoot.T_TwoChildren ;
send SenderRoot.T_OneOfEach ;
send SenderRoot.T_Abstract ;
receive ReceiverRoot.T_Empty ;
receive ReceiverRoot.T_Token ;
receive ReceiverRoot.T_OneChild ;
receive ReceiverRoot.T_OneOpt ;
receive ReceiverRoot.T_OneList ;
receive ReceiverRoot.T_TwoChildren ;
receive ReceiverRoot.T_OneOfEach ;
receive ReceiverRoot.T_Abstract ;
receive
indexed
ReceiverRoot.T_Empty ;
receive
indexed
ReceiverRoot.T_Token ;
receive
indexed
ReceiverRoot.T_OneChild ;
receive
indexed
ReceiverRoot.T_OneOpt ;
receive
indexed
ReceiverRoot.T_OneList ;
receive
indexed
ReceiverRoot.T_TwoChildren ;
receive
indexed
ReceiverRoot.T_OneOfEach ;
receive
indexed
ReceiverRoot.T_Abstract ;
receive ReceiverRoot.MyEmpty ;
receive
indexed
ReceiverRoot.MyEmpty ;
receive with add ReceiverRoot.EmptyWithAdd ;
receive with add ReceiverRoot.TokenWithAdd ;
receive with add ReceiverRoot.OneChildWithAdd ;
receive with add ReceiverRoot.OneOptWithAdd ;
receive with add ReceiverRoot.OneListWithAdd ;
receive with add ReceiverRoot.TwoChildrenWithAdd ;
receive with add ReceiverRoot.OneOfEachWithAdd ;
receive with add ReceiverRoot.AbstractWithAdd ;
receive
indexed
with add ReceiverRoot.EmptyWithAdd ;
receive
indexed
with add ReceiverRoot.TokenWithAdd ;
receive
indexed
with add ReceiverRoot.OneChildWithAdd ;
receive
indexed
with add ReceiverRoot.OneOptWithAdd ;
receive
indexed
with add ReceiverRoot.OneListWithAdd ;
receive
indexed
with add ReceiverRoot.TwoChildrenWithAdd ;
receive
indexed
with add ReceiverRoot.OneOfEachWithAdd ;
receive
indexed
with add ReceiverRoot.AbstractWithAdd ;
Loading