From 4c7d3a103ca9cfd3af0b3acf2877561150c5ac60 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Sun, 11 Sep 2022 22:25:18 +0200 Subject: refactor: restructure tests Signed-off-by: Sefa Eyeoglu --- tests/testdata/ResourcePackParse/another_test_folder/pack.mcmeta | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/testdata/ResourcePackParse/another_test_folder/pack.mcmeta (limited to 'tests/testdata/ResourcePackParse/another_test_folder') diff --git a/tests/testdata/ResourcePackParse/another_test_folder/pack.mcmeta b/tests/testdata/ResourcePackParse/another_test_folder/pack.mcmeta new file mode 100644 index 00000000..d33a0e5d --- /dev/null +++ b/tests/testdata/ResourcePackParse/another_test_folder/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 6, + "description": "o quartel pegou fogo, policia deu sinal, acode acode acode a bandeira nacional" + } +} -- cgit