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 develop
No related tags found
1 merge request!39Version 1.1.0
Pipeline #17587 passed
......@@ -59,9 +59,9 @@ publish-dev:
- "./gradlew setDevVersionForCI"
- "./gradlew publish"
except:
- master
- main
publish-master:
publish-main:
image: openjdk:11
stage: publish
needs:
......@@ -69,7 +69,7 @@ publish-master:
script:
- "./gradlew publish"
only:
- master
- main
ragdoc_build:
image:
......@@ -132,7 +132,7 @@ pages-dry-run:
extends: .pages-template
except:
- dev
- master
- main
pages:
extends: .pages-template
......@@ -141,7 +141,7 @@ pages:
- public/
expire_in: 1 week
only:
- master
- main
pages-dev:
extends: .pages-template
......
......@@ -4,7 +4,7 @@ The full example is available at <https://git-st.inf.tu-dresden.de/jastadd/ragco
## 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.
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