mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-10 15:54:26 +00:00
* encoder_lua: Handle explicitly positive infinity * encoder_lua: Fix inclusion of pre-/suffix when prettyPrinted It seems certain operations like --prettyPrint or subset selections does not produce a DocumentNode, which is where the lua pre- and suffix was printed, causing those to be omitted. * encoder_lua: Improve Tag handling robustness Using the method call seems more reliable in case the input parser forgets to set the tag. |
||
|---|---|---|
| .. | ||
| bad_args.sh | ||
| basic.sh | ||
| completion.sh | ||
| empty.sh | ||
| front-matter.sh | ||
| header-processing-off.sh | ||
| inputs-format-auto.sh | ||
| inputs-format.sh | ||
| leading-separator.sh | ||
| load-file.sh | ||
| nul-separator.sh | ||
| output-format.sh | ||
| pipe.sh | ||
| pretty-print.sh | ||
| split-printer.sh | ||