-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt tags at choice test for new 1.1.1 release
The details and test input can be found in the release notes https://github.com/inkle/ink/releases/tag/v1.1.1 under the topping: **New feature: Dynamic tags, and tags in choices**
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
* [Hi] Hello -> END #hey | ||
* Start of choice text # tag both [Choice only text # choice only tag] This is after the choice is taken # post choice tag | ||
-> END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
|
||
1: Hi | ||
?> Hello# tags: hey | ||
1: Start of choice text Choice only text | ||
?> Start of choice text This is after the choice is taken | ||
# tags: tag both, post choice tag |