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
0e61ddb6
"examples/controlnet/requirements_flax.txt" did not exist on "bcb476797ccb7523f3e114f7440b4c8d9bb7154b"
Commit
0e61ddb6
authored
Jan 11, 2012
by
Jesse Beder
Browse files
Added parsing emitter tests with the new API, two fail
parent
97fa02a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/emittertests.cpp
test/emittertests.cpp
+1
-1
No files found.
test/emittertests.cpp
View file @
0e61ddb6
...
@@ -1004,7 +1004,7 @@ namespace Test
...
@@ -1004,7 +1004,7 @@ namespace Test
YAML
::
Node
node
;
YAML
::
Node
node
;
parser
.
GetNextDocument
(
node
);
parser
.
GetNextDocument
(
node
);
#else
#else
//
YAML::Node node = YAML::Load(output);
YAML
::
Node
node
=
YAML
::
Load
(
output
);
#endif
#endif
passed
++
;
passed
++
;
...
...
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