irb> Kwalify::Yaml.load({ 'foo' => [ 'bar', 'baz'] }.to_yaml)
Kwalify::SyntaxError: 3:1 [/] document end expected (maybe invalid tab char
found).
It seems Kwalify doesn't recognize '- ' as valid indentation - manually
entering a YAML-string where
the sequence is indented with spaces before the dash makes it parse just
fine.
Kuwata Makoto
kwalify
None
Public
|
Date: 2009-11-09 13:37 I've made a fix for this problem. Not thorough testing but seems to work. |