-
Scott Rigby authored
- Note that this covers all YAML null syntax options: ref: http://yaml.org/type/null.html - Note that we do a nil comparison because the encoding/yaml package parses YAML properly and any variation of null, Null, NULL, or ~ is converted to nil by the time we get here.
645f01eb