]> andersk Git - libyaml.git/commit
The closing single quote needs to be indented...
authorTina Müller <cpan2@tinita.de>
Thu, 14 Jun 2018 17:27:04 +0000 (19:27 +0200)
committerIngy döt Net <ingy@ingy.net>
Sat, 30 Jun 2018 21:47:33 +0000 (14:47 -0700)
commitbaf636a74b4b6d055d93e2d01366d6097eb82d90
treeca2dd7f2708163a2f03819c5cd23a7238997525a
parent2e849b3651d1ddca87c77b9f6121dd2d6002d6a8
The closing single quote needs to be indented...

if it's on its own line.

```
% cd libyaml
% echo "+STR
+DOC
+SEQ
=VAL '\\\n
-SEQ
-DOC
-STR" | ./tests/run-emitter-test-suite
- '

'
% # fix
% make
...

% echo "+STR
+DOC
+SEQ
=VAL '\\\n
-SEQ
-DOC
-STR" | ./tests/run-emitter-test-suite
- '

  '
```
src/emitter.c
This page took 0.033546 seconds and 5 git commands to generate.