Skip to content

Ability to change how YAML::Null is emitted #137

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. emmiter << YAML::Null

What is the expected output? What do you see instead?

{{{
~
}}}

What version of the product are you using? On what operating system?
0.2.7

Please provide any additional information below.

It'd be nice if you could modify how YAML::Null is represented, I have a file I 
have to generate that way:

{{{
- foo: 123
- bar:
- baz: "yeah"
}}}

To mean, "no values" for "bar"... right now this emits "- bar: ~".

Original issue reported on code.google.com by philippe...@gmail.com on 29 Nov 2011 at 4:16

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions