mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-19 09:04:53 +01:00
test(layer_tests): add b64 and csv examples
with compression
This commit is contained in:
3
tests/test_data/layer_tests/csv/expected.py
Normal file
3
tests/test_data/layer_tests/csv/expected.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from pytiled_parser import common_types, layer
|
||||
|
||||
EXPECTED = [layer.TileLayer(name="Tile Layer 1", opacity=1, visible=True)]
|
||||
Reference in New Issue
Block a user