Skip to content
Snippets Groups Projects
Commit f219a5e6 authored by René Schöne's avatar René Schöne
Browse files

update master to main

parent a0a2ea3d
Branches
No related tags found
1 merge request!39Version 1.1.0
Pipeline #17587 passed
...@@ -59,9 +59,9 @@ publish-dev: ...@@ -59,9 +59,9 @@ publish-dev:
- "./gradlew setDevVersionForCI" - "./gradlew setDevVersionForCI"
- "./gradlew publish" - "./gradlew publish"
except: except:
- master - main
publish-master: publish-main:
image: openjdk:11 image: openjdk:11
stage: publish stage: publish
needs: needs:
...@@ -69,7 +69,7 @@ publish-master: ...@@ -69,7 +69,7 @@ publish-master:
script: script:
- "./gradlew publish" - "./gradlew publish"
only: only:
- master - main
ragdoc_build: ragdoc_build:
image: image:
...@@ -132,7 +132,7 @@ pages-dry-run: ...@@ -132,7 +132,7 @@ pages-dry-run:
extends: .pages-template extends: .pages-template
except: except:
- dev - dev
- master - main
pages: pages:
extends: .pages-template extends: .pages-template
...@@ -141,7 +141,7 @@ pages: ...@@ -141,7 +141,7 @@ pages:
- public/ - public/
expire_in: 1 week expire_in: 1 week
only: only:
- master - main
pages-dev: pages-dev:
extends: .pages-template extends: .pages-template
......
...@@ -4,7 +4,7 @@ The full example is available at <https://git-st.inf.tu-dresden.de/jastadd/ragco ...@@ -4,7 +4,7 @@ The full example is available at <https://git-st.inf.tu-dresden.de/jastadd/ragco
## Preparation and Specification ## Preparation and Specification
The following examples are inspired by real [test cases](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/tree/master/ragconnect.tests/src/test/01-input) read1write2 and tokenValueSend. The following examples are inspired by real [test cases](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/tree/main/ragconnect.tests/src/test/01-input) read1write2 and tokenValueSend.
The idea is to have two non-terminals, where input information is received on one of them, and - after transformation - is sent out by both. The idea is to have two non-terminals, where input information is received on one of them, and - after transformation - is sent out by both.
Let's use the following grammar: Let's use the following grammar:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment