mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Fixed mistake in test
This commit is contained in:
@@ -1819,7 +1819,7 @@ namespace Test {
|
|||||||
try {
|
try {
|
||||||
PARSE(doc, input);
|
PARSE(doc, input);
|
||||||
} catch(const YAML::Exception& e) {
|
} catch(const YAML::Exception& e) {
|
||||||
if(e.msg == YAML::ErrorMsg::END_OF_SEQ);
|
if(e.msg == YAML::ErrorMsg::END_OF_SEQ_FLOW)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
throw;
|
throw;
|
||||||
|
Reference in New Issue
Block a user