From 2cf16625acefe244fc508284d5c2850e08976c73 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 7 Jun 2020 22:49:39 +0200 Subject: [PATCH] :white_check_mark: add test for character types --- test/src/unit-deserialization.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/unit-deserialization.cpp b/test/src/unit-deserialization.cpp index 63126654..88b1f3c5 100644 --- a/test/src/unit-deserialization.cpp +++ b/test/src/unit-deserialization.cpp @@ -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,