forked from entropia/tip-toi-reveng
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint: verify that each line contains only one jump
As discussed in entropia#231 and entropia#238, TipToi pens handle a jump after all other actions (even if they are earlier in the list). If there are multiple jumps, only the last has an effect. This lint check verifies that a GME only contains one jump, and that the jump is the last action. This check is true for all GMEs published by Ravensburger.
- Loading branch information
Thomas Bleher
committed
Dec 5, 2020
1 parent
9313000
commit 5ad1912
Showing
11 changed files
with
18 additions
and
0 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
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,2 +1,3 @@ | ||
All lines do satisfy hypothesis "play indicies are correct"! | ||
All lines do satisfy hypothesis "media indicies are correct"! | ||
All lines do satisfy hypothesis "at most one jump per line, as last action"! |
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,2 +1,3 @@ | ||
All lines do satisfy hypothesis "play indicies are correct"! | ||
All lines do satisfy hypothesis "media indicies are correct"! | ||
All lines do satisfy hypothesis "at most one jump per line, as last action"! |
1 change: 1 addition & 0 deletions
1
testsuite/expected/downloaded/Duell-der-Superquizzer.gme.lint.txt
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,2 +1,3 @@ | ||
All lines do satisfy hypothesis "play indicies are correct"! | ||
All lines do satisfy hypothesis "media indicies are correct"! | ||
All lines do satisfy hypothesis "at most one jump per line, as last action"! |
1 change: 1 addition & 0 deletions
1
testsuite/expected/downloaded/Expedition Wissen - Aegypten.gme.lint.txt
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,2 +1,3 @@ | ||
All lines do satisfy hypothesis "play indicies are correct"! | ||
All lines do satisfy hypothesis "media indicies are correct"! | ||
All lines do satisfy hypothesis "at most one jump per line, as last action"! |
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,2 +1,3 @@ | ||
All lines do satisfy hypothesis "play indicies are correct"! | ||
All lines do satisfy hypothesis "media indicies are correct"! | ||
All lines do satisfy hypothesis "at most one jump per line, as last action"! |
1 change: 1 addition & 0 deletions
1
testsuite/expected/downloaded/Pocket Wissen - Baustellenfahrzeuge.gme.lint.txt
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,2 +1,3 @@ | ||
All lines do satisfy hypothesis "play indicies are correct"! | ||
All lines do satisfy hypothesis "media indicies are correct"! | ||
All lines do satisfy hypothesis "at most one jump per line, as last action"! |
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,2 +1,3 @@ | ||
All lines do satisfy hypothesis "play indicies are correct"! | ||
All lines do satisfy hypothesis "media indicies are correct"! | ||
All lines do satisfy hypothesis "at most one jump per line, as last action"! |
1 change: 1 addition & 0 deletions
1
testsuite/expected/downloaded/Sprichst_Du_Englisch.gme.lint.txt
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,2 +1,3 @@ | ||
All lines do satisfy hypothesis "play indicies are correct"! | ||
All lines do satisfy hypothesis "media indicies are correct"! | ||
All lines do satisfy hypothesis "at most one jump per line, as last action"! |
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,2 +1,3 @@ | ||
All lines do satisfy hypothesis "play indicies are correct"! | ||
All lines do satisfy hypothesis "media indicies are correct"! | ||
All lines do satisfy hypothesis "at most one jump per line, as last action"! |
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,2 +1,3 @@ | ||
All lines do satisfy hypothesis "play indicies are correct"! | ||
All lines do satisfy hypothesis "media indicies are correct"! | ||
All lines do satisfy hypothesis "at most one jump per line, as last action"! |