Skip to content

Commit

Permalink
This code is not needed and breaks tests
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ingydotnet committed Sep 21, 2016
1 parent e5607fb commit 56400d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/emitter.c
Original file line number Diff line number Diff line change
Expand Up @@ -1946,10 +1946,6 @@ yaml_emitter_write_plain_scalar(yaml_emitter_t *emitter,

emitter->whitespace = 0;
emitter->indention = 0;
if (emitter->root_context)
{
emitter->open_ended = 1;
}

return 1;
}
Expand Down

0 comments on commit 56400d9

Please sign in to comment.