diff options
author | pacien | 2018-01-08 17:49:05 +0100 |
---|---|---|
committer | pacien | 2018-01-08 17:49:05 +0100 |
commit | 7733b7dffe5a70c578713c34bdbabafee060d80a (patch) | |
tree | e6649fa8e73ee39f78b149740c510060accf571b /src/test/resources | |
parent | f9d35e2c5e4aa1aef14ae49a0fe1a5117ab67115 (diff) | |
download | wallj-7733b7dffe5a70c578713c34bdbabafee060d80a.tar.gz |
Implement board parser and its tests
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/maps/nonRectangular.txt | 3 | ||||
-rw-r--r-- | src/test/resources/maps/smallValid.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/test/resources/maps/nonRectangular.txt b/src/test/resources/maps/nonRectangular.txt new file mode 100644 index 0000000..8d834db --- /dev/null +++ b/src/test/resources/maps/nonRectangular.txt | |||
@@ -0,0 +1,3 @@ | |||
1 | WWWWWWWWWW | ||
2 | W W | ||
3 | WWWWWWWWWW | ||
diff --git a/src/test/resources/maps/smallValid.txt b/src/test/resources/maps/smallValid.txt new file mode 100644 index 0000000..fa3a3a9 --- /dev/null +++ b/src/test/resources/maps/smallValid.txt | |||
@@ -0,0 +1,3 @@ | |||
1 | WWWWWW | ||
2 | W G TW | ||
3 | WWWWWW \ No newline at end of file | ||