Skip to content

Anchor the lexer regex to the beginning of the string #2

@vendethiel

Description

@vendethiel

correct:

preg_match('/^abc...

incorrect:

preg_match('/abc...

https://github.com/faux-combinator/php/blob/master/src/FauxCombinator/Lexer.php#L27

should ofc include tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions