From 56400d976a1999156b1abfd674c3122843980260 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ingy=20d=C3=B6t=20Net?= Date: Fri, 16 Sep 2016 08:22:56 -0700 Subject: [PATCH] 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 --- src/emitter.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/emitter.c b/src/emitter.c index c4b56a2..1289437 100644 --- a/src/emitter.c +++ b/src/emitter.c @@ -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; } -- 2.45.1