Skip to content
Snippets Groups Projects
Commit e4eabc83396a authored by Ingy döt Net's avatar Ingy döt Net
Browse files

This code is not needed and breaks tests

This code was disabled in Perl binding for breaking tests.

Kirill said on IRC:

< rz> ingy: i'm not sure why i set open_ended in yaml_emitter_write_plain_scalar
parent 21c901220533
Branches
No related tags found
No related merge requests found
...@@ -1946,10 +1946,6 @@ ...@@ -1946,10 +1946,6 @@
emitter->whitespace = 0; emitter->whitespace = 0;
emitter->indention = 0; emitter->indention = 0;
if (emitter->root_context)
{
emitter->open_ended = 1;
}
return 1; return 1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment