Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Escaping backslash #142

Closed
VeeeneX opened this issue May 25, 2015 · 1 comment
Closed

Escaping backslash #142

VeeeneX opened this issue May 25, 2015 · 1 comment

Comments

@VeeeneX
Copy link

VeeeneX commented May 25, 2015

I've been trying to make my own snippet for php. But I've found problem while I was working on it.
So here is the problem, which occurs only on multi-line body:

body -> reality -> excepted 
\//\ -> // -> //
\\ -> nothing -> \
\ -> nothing -> \

I'm not sure if this is related issue : groupon/cson-parser#34

@izuzak
Copy link
Contributor

izuzak commented May 25, 2015

Try using 4 backslashes (see #127 (comment) and #128 (comment)). Let us know if that doesn't help.

@izuzak izuzak closed this as completed May 25, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants