"examples/vscode:/vscode.git/clone" did not exist on "0d99ae1fe84f8d191abe5ed1c2f4fdc5a9f9a773"
Commit e8beb6c9 authored by jbeder's avatar jbeder
Browse files

Fixed mistake in test

parent 08ac4851
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment