mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Merge from core
This commit is contained in:
@@ -956,6 +956,12 @@ TEST_F(EmitterTest, ForceSingleQuotedToDouble) {
|
||||
ExpectEmit("\"Hello\\nWorld\"");
|
||||
}
|
||||
|
||||
TEST_F(EmitterTest, QuoteNull) {
|
||||
out << "null";
|
||||
|
||||
ExpectEmit("\"null\"");
|
||||
}
|
||||
|
||||
class EmitterErrorTest : public ::testing::Test {
|
||||
protected:
|
||||
void ExpectEmitError(const std::string& expectedError) {
|
||||
|
Reference in New Issue
Block a user