diff options
Diffstat (limited to 'tests/test_parse.cpp')
-rw-r--r-- | tests/test_parse.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_parse.cpp b/tests/test_parse.cpp index 3812df5..d8064b2 100644 --- a/tests/test_parse.cpp +++ b/tests/test_parse.cpp @@ -762,4 +762,6 @@ TEST(parse_result_default) CHECK(!result); CHECK(result.status == status_internal_error); + CHECK(result.offset == 0); + CHECK(result.encoding == encoding_auto); } |