Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
52be1ccf
Commit
52be1ccf
authored
Oct 29, 2009
by
Jesse Beder
Browse files
Fixed mistake in test
parent
3405a6fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/spectests.cpp
test/spectests.cpp
+1
-1
No files found.
test/spectests.cpp
View file @
52be1ccf
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment