add test for character types

This commit is contained in:
Niels Lohmann 2020-06-07 22:49:39 +02:00
parent d4bc0c39af
commit 2cf16625ac
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -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,