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
f9e1a882
Commit
f9e1a882
authored
Mar 04, 2011
by
Jesse Beder
Browse files
Updated for error in spec test
parent
681c862f
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 @
f9e1a882
...
@@ -1916,7 +1916,7 @@ namespace Test {
...
@@ -1916,7 +1916,7 @@ namespace Test {
YAML_ASSERT
(
doc
[
0
]
==
"detected
\n
"
);
YAML_ASSERT
(
doc
[
0
]
==
"detected
\n
"
);
YAML_ASSERT
(
doc
[
1
]
==
"
\n\n
# detected
\n
"
);
YAML_ASSERT
(
doc
[
1
]
==
"
\n\n
# detected
\n
"
);
YAML_ASSERT
(
doc
[
2
]
==
" explicit
\n
"
);
YAML_ASSERT
(
doc
[
2
]
==
" explicit
\n
"
);
YAML_ASSERT
(
doc
[
3
]
==
"
\t
detected
\n
"
);
YAML_ASSERT
(
doc
[
3
]
==
"
\t
\n
detected
\n
"
);
return
true
;
return
true
;
}
}
...
...
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