Permalink
Cannot retrieve contributors at this time
=== Tags on Empty Scalars | |
--- from: NimYAML tests | |
--- tags: tag scalar | |
--- in-yaml | |
- !!str | |
- | |
!!null : a | |
b: !!str | |
- !!str : !!null | |
--- out-yaml | |
- !!str | |
- !!null : a | |
b: !!str | |
- !!str : !!null | |
--- test-event | |
+STR | |
+DOC | |
+SEQ | |
=VAL <tag:yaml.org,2002:str> : | |
+MAP | |
=VAL <tag:yaml.org,2002:null> : | |
=VAL :a | |
=VAL :b | |
=VAL <tag:yaml.org,2002:str> : | |
-MAP | |
+MAP | |
=VAL <tag:yaml.org,2002:str> : | |
=VAL <tag:yaml.org,2002:null> : | |
-MAP | |
-SEQ | |
-DOC | |
-STR |