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


On Mon, Apr 14, 2008 at 9:45 PM, Oren Ben-Kiki <oren@ben-kiki.org> wrote:
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