diff --git a/src/scanner.c b/src/scanner.c index 45b897e3ec13904950dc27184091cfba48153540_c3JjL3NjYW5uZXIuYw==..e34efba7d7fa3094b89211878fb3def95ae4f8b8_c3JjL3NjYW5uZXIuYw== 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -1110,7 +1110,9 @@ * line. Therefore it is always allowed. But we add a check anyway. */ - assert(parser->simple_key_allowed || !required); /* Impossible. */ + /* XXX This caused: + * https://bitbucket.org/xi/libyaml/issue/10/wrapped-strings-cause-assert-failure + assert(parser->simple_key_allowed || !required); */ /* Impossible. */ /* * If the current position may start a simple key, save it.