diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_parse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_parse.cpp b/tests/test_parse.cpp index 62fbbce..f199eb9 100644 --- a/tests/test_parse.cpp +++ b/tests/test_parse.cpp @@ -1205,4 +1205,4 @@ TEST(parse_encoding_detect_latin1) CHECK(doc.load_buffer(test2, sizeof(test2)).encoding == encoding_latin1); CHECK(doc.load_buffer(test3, sizeof(test3)).encoding == encoding_latin1); CHECK(doc.load_buffer(test4, sizeof(test4)).encoding == encoding_latin1); -}
\ No newline at end of file +} |