mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-08 12:21:17 +00:00
Fix runtime exceptions in Visual Studio environment. (#926)
This commit is contained in:
@@ -804,7 +804,7 @@ TEST_F(EmitterTest, OutputCharset) {
|
||||
out << "\x24 \xC2\xA2 \xE2\x82\xAC";
|
||||
out << EndSeq;
|
||||
|
||||
ExpectEmit("- $ ¢ €\n- \"$ \\xa2 \\u20ac\"");
|
||||
ExpectEmit("- \x24 \xC2\xA2 \xE2\x82\xAC\n- \"\x24 \\xa2 \\u20ac\"");
|
||||
}
|
||||
|
||||
TEST_F(EmitterTest, EscapedUnicode) {
|
||||
|
Reference in New Issue
Block a user