dlang-community / Pegged

A Parsing Expression Grammar (PEG) module, using the D programming language.
534 stars 66 forks source link

Better special characters escaping #198

Closed Temtaime closed 8 years ago

Temtaime commented 8 years ago

There's no problem with format with \r, i investigated at dpaste and it seems like their problem.

veelo commented 8 years ago

Which compiler version did you check? Did you try DMD 2.070.2 (which dpaste uses)?

Temtaime commented 8 years ago

Yes. See also http://forum.dlang.org/thread/trdfczurkrgiscroaway@forum.dlang.org

veelo commented 8 years ago

I see, thanks!