Bugs: Browse | Submit New | Admin
When loading Symbols containing characters that need to be quoted (e.g. :"^foo"), the YAML library included with ruby 1.8.3 includes the quotes in the Symbol. This makes it impossible for such Symbols to correctly survive a round trip through YAML. The attached test script works properly with ruby 1.8.2, but with 1.8.3 the loaded symbol doesn't match the one that was dumped.
Add A Comment:
Date: 2006-01-10 02:54 Sender: Hirokazu Yamamoto I've commited. Thanks.
Date: 2005-09-28 16:54 Sender: Aaron Schrab The attached patch, based on code from 1.8.2 seems to fix this issue.