Fix SNBT Parsing and writing of single quoted strings, and strings with quotes or single quotes within.
This commit is contained in:
parent
bdb087fabc
commit
18e98ca918
9 changed files with 93 additions and 14 deletions
|
@ -11,7 +11,7 @@ Future<void> main() async {
|
|||
});
|
||||
|
||||
test("Test directory size checking", () async {
|
||||
expect(await getDirectorySize("test"), 13118);
|
||||
expect(await getDirectorySize("test"), 120427);
|
||||
});
|
||||
|
||||
test("Test file info methods", () async {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue