libfyaml icon indicating copy to clipboard operation
libfyaml copied to clipboard

Fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite.

Results 37 libfyaml issues
Sort by recently updated
recently updated
newest added

Please add the ability to specify an indent specifically for array elements in the emitter. The current output is this: ``` key: - a: 1 - b: 2 ``` Many...

Currently to use `fy-tool --tsv-event` you also need `--testsuite`. When I asked for the tsv output, it had nothing to do with the test suite, even though that output is...

Fixing 2 small bugs and preferring to print scalar value escaped and having an explicit plain scalar indicator (:).

I assume that `dump_scan_token` in fy-tool.c in case of `FYTT_VALUE` should print VALUE or something like that, but not KEY.

``` ERROR: testemitter-streaming.test - missing test plan ERROR: testemitter-streaming.test - exited with status 127 (command not found?) ============================================================================ Testsuite summary for libfyaml 0.7.12 ============================================================================ # TOTAL: 1490 # PASS: 1485...