artlantis / phamlp

Automatically exported from code.google.com/p/phamlp
0 stars 0 forks source link

Haml - Escaping differs from original haml #87

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When escaping e.g. period with the following:

    \.

It will actually output exactly that, includeing the backslash.

To avoid that, one currently needs to write this instead:

    \\.

Which makes it differ from how the original Haml works.

Happens on phamlp 3.2, on ubuntu server.

Original issue reported on code.google.com by relaxoph...@gmail.com on 16 Feb 2011 at 3:43