✅ add test for character types
This commit is contained in:
parent
d4bc0c39af
commit
2cf16625ac
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue