Then perhaps this is just a doc patch to change
Protective: { "\\": '\', "\"": '"', "\ ": ' ', "\<TAB>": TAB }
in the refcard to something that is valid YAML. I'm not sure how, because
of the restrictions--maybe an actual tab. Of course, the refcard doesn't
necessarily have to parse, but I think it's odd if it doesn't.
-- Brad
That's because \< is not a valid escape sequence.
Had you put a \ and an actual tab it would have worked.
Have fun,
Oren Ben-Kiki
On Mon, 2008-04-14 at 10:59 -0400, Brad Baxter wrote:
> Me again, :-)
>
> For kicks, I pasted the YAML reference card
> (http://yaml.org/refcard.html)
> into YPaste, and it seems to fail at this construct:
>
> ---
> "\<TAB>"
> ...
>
> Regards,
>
> -- Brad