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