mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Add flow/block style setting on Nodes
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
ASSERT_THROW(statement, ParserException); \
|
||||
try { \
|
||||
statement; \
|
||||
} \
|
||||
catch (const ParserException& e) { \
|
||||
} catch (const ParserException& e) { \
|
||||
EXPECT_EQ(e.msg, message); \
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user