mirror of
				https://github.com/jbeder/yaml-cpp.git
				synced 2025-10-27 14:31:20 +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
	 Jesse Beder
					Jesse Beder