mirror of
https://github.com/nlohmann/json.git
synced 2026-02-20 18:36:24 +00:00
✅ add test for character types
This commit is contained in:
@@ -1040,7 +1040,7 @@ TEST_CASE("deserialization")
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE_TEMPLATE("deserialization of different character types", T,
|
||||
TEST_CASE_TEMPLATE("deserialization of different character types (ASCII)", T,
|
||||
char, unsigned char, signed char,
|
||||
wchar_t,
|
||||
char16_t, char32_t,
|
||||
|
||||
Reference in New Issue
Block a user