Actions
Bug #9873
closedYAML conversion of empty symbol
Bug #9873:
YAML conversion of empty symbol
Updated by Anonymous over 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Applied in changeset r46358.
- ext/psych/lib/psych/visitors/yaml_tree.rb: dump empty symbols with a
tag so that they can be parsed on input. [Bug #9873] [ruby-core:62825] - test/psych/test_symbol.rb: test for change
Actions