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
!21
Resolve "Make grammar(s) more concise"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Make grammar(s) more concise"
40-make-grammar-s-more-concise
into
dev
Overview
0
Commits
11
Pipelines
8
Changes
38
Merged
René Schöne
requested to merge
40-make-grammar-s-more-concise
into
dev
3 years ago
Overview
0
Commits
11
Pipelines
8
Changes
1
Expand
Closes
#40 (closed)
Edited
3 years ago
by
René Schöne
0
0
Merge request reports
Compare
version 6
version 6
5429e9a9
3 years ago
version 5
70506fc3
3 years ago
version 4
e53b54f4
3 years ago
version 3
a14db74f
3 years ago
version 2
8dd7a3fa
3 years ago
version 1
ec1229b9
3 years ago
dev (base)
and
latest version
latest version
6f36550e
11 commits,
3 years ago
version 6
5429e9a9
10 commits,
3 years ago
version 5
70506fc3
9 commits,
3 years ago
version 4
e53b54f4
6 commits,
3 years ago
version 3
a14db74f
5 commits,
3 years ago
version 2
8dd7a3fa
4 commits,
3 years ago
version 1
ec1229b9
3 commits,
3 years ago
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ragconnect.tests/src/test/java/org/jastadd/ragconnect/tests/singleListVariant/SingleListVariantIncrementalVariantTest.java
+
2
−
0
Options
package
org.jastadd.ragconnect.tests.singleListVariant
;
import
org.jastadd.ragconnect.tests.TestUtils
;
import
org.junit.jupiter.api.Disabled
;
import
org.junit.jupiter.api.Tag
;
import
singleListVariantInc.ast.*
;
@@ -16,6 +17,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
* @author rschoene - Initial contribution
*/
@Tag
(
"Incremental"
)
@Disabled
(
"Fails indeterministically"
)
public
class
SingleListVariantIncrementalVariantTest
extends
AbstractSingleListVariantTest
{
private
Root
model
;
Loading