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

String Escape Character is not converted #29

Open
@sartaj-sphp

Description

@sartaj-sphp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions