-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added TentOrGrassCaseRuleTests (#688)
* added a test * added more to test * test * should work now * should work now --------- Co-authored-by: Charles Tian <[email protected]>
- Loading branch information
1 parent
e6f3279
commit 14b0750
Showing
3 changed files
with
61 additions
and
14 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
19 changes: 19 additions & 0 deletions
19
src/test/resources/puzzles/treetent/rules/TentOrGrassCaseRule/TestPuzzle
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<Legup> | ||
<puzzle name="TreeTent"> | ||
<board height="3" width="3"> | ||
<cells> | ||
</cells> | ||
<axis side="east"> | ||
<clue index="A" value="0"/> | ||
<clue index="B" value="0"/> | ||
<clue index="C" value="0"/> | ||
</axis> | ||
<axis side="south"> | ||
<clue index="1" value="0"/> | ||
<clue index="2" value="0"/> | ||
<clue index="3" value="0"/> | ||
</axis> | ||
</board> | ||
</puzzle> | ||
<solved isSolved="false" lastSaved="--"/> | ||
</Legup> |