What steps will reproduce the problem?
1. Spyc::YAMLDump() generate unsuitable document as YAML when the array
contained string likes '&foo'.
2. For example
---
some: &foo
What is the expected output? What do you see instead?
Should be quoted by '.
For instance at the example above.
---
some: '&foo'
What version of the product are you using? On what operating system?
0.4.5
Please provide any additional information below.
I evaded temporary with this way.
--- spyc.php : 303 ---
Add the condition
strpos($value,"&") !== false ||
Original issue reported on code.google.com by cat.s.pa...@gmail.com on 1 Dec 2009 at 8:03
Original issue reported on code.google.com by
cat.s.pa...@gmail.com
on 1 Dec 2009 at 8:03