From b63dc1f3704c2ae77e785bb5e580f0a3df482239 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Wed, 12 Dec 2018 01:36:20 +0900 Subject: [PATCH] remove extra comma --- tests/test_parse_string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_parse_string.cpp b/tests/test_parse_string.cpp index 00cc31a..60f9991 100644 --- a/tests/test_parse_string.cpp +++ b/tests/test_parse_string.cpp @@ -80,7 +80,7 @@ BOOST_AUTO_TEST_CASE(test_basic_string_value) "\"192.168.1.1\"", value("192.168.1.1", string_t::basic)); #if defined(_MSC_VER) || defined(__INTEL_COMPILER) - TOML11_TEST_PARSE_EQUAL_VALUE(parse_value, , + TOML11_TEST_PARSE_EQUAL_VALUE(parse_value, "\"\xE4\xB8\xAD\xE5\x9B\xBD\"", value("\xE4\xB8\xAD\xE5\x9B\xBD", string_t::basic)); #else