mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
ec8ef312ef
* Added XML encoding/decoding * Minor fixes * Improve yq doc * Lint
14 lines
247 B
XML
14 lines
247 B
XML
<!-- before cat -->
|
|
<cat>
|
|
<!-- in cat before -->
|
|
<x>3<!-- multi
|
|
line comment
|
|
for x --></x>
|
|
<y>
|
|
<!-- in y before -->
|
|
<d><!-- in d before -->4<!-- in d after --></d>
|
|
<!-- in y after -->
|
|
</y>
|
|
<!-- in_cat_after -->
|
|
</cat>
|
|
<!-- after cat --> |