diff options
author | Mattes D <github@xoft.cz> | 2020-01-13 22:38:33 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2020-02-24 09:37:40 +0100 |
commit | a0d2e934eb2ac8b142dd292dd7924cd1ecce32b2 (patch) | |
tree | adfa45714c2732a1501b7a42008fdc688050d590 /tests | |
parent | Remove 1.13 from supported protocol list (diff) | |
download | cuberite-a0d2e934eb2ac8b142dd292dd7924cd1ecce32b2.tar cuberite-a0d2e934eb2ac8b142dd292dd7924cd1ecce32b2.tar.gz cuberite-a0d2e934eb2ac8b142dd292dd7924cd1ecce32b2.tar.bz2 cuberite-a0d2e934eb2ac8b142dd292dd7924cd1ecce32b2.tar.lz cuberite-a0d2e934eb2ac8b142dd292dd7924cd1ecce32b2.tar.xz cuberite-a0d2e934eb2ac8b142dd292dd7924cd1ecce32b2.tar.zst cuberite-a0d2e934eb2ac8b142dd292dd7924cd1ecce32b2.zip |
Diffstat (limited to '')
-rw-r--r-- | tests/BlockTypeRegistry/BlockTypePaletteTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp b/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp index 995552085..1a2341bd9 100644 --- a/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp +++ b/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp @@ -229,8 +229,8 @@ static void testLoadTsvRegular(void) auto str = "\ BlockTypePalette\r\n\ FileVersion\t1\n\ -CommonPrefix\tminecraft:\r\n\ -\n\ +CommonPrefix\tminecraft:\n\ +\r\n\ 0\tair\r\n\ 1\tstone\n\ 2\tgrass\tsnow_covered\t0\n\ |