mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-08 22:00:07 +00:00
remove extra comma
This commit is contained in:
parent
d3e88b3082
commit
b63dc1f370
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user