Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

String Escape Character is not converted #29

Open
Gold-Samiar opened this issue Feb 3, 2016 · 0 comments
Open

String Escape Character is not converted #29

Gold-Samiar opened this issue Feb 3, 2016 · 0 comments
Labels

Comments

@Gold-Samiar
Copy link

I found this issue, It breaks compilation of zephir.
php code: protected $token_b = "/(\r\n)+|(\n|\r)+/";
Converted code:- protected token_b = "/( )+|( | )+/";
It converts \r\n as a new line non printable character and this breaks compilation.

@fezfez fezfez added the bug label Mar 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants