Skip to content

Recognizes multiline regexes#835

Merged
rodjek merged 3 commits into
rodjek:masterfrom
jcbollinger:ml_regex
Sep 23, 2019
Merged

Recognizes multiline regexes#835
rodjek merged 3 commits into
rodjek:masterfrom
jcbollinger:ml_regex

Conversation

@jcbollinger

Copy link
Copy Markdown
Contributor

Updates the lexer to recognize multiline regexes. Updates the unit tests to expect and test for that behavior.

Resolves #833

Modified the lexer to make it recognize regular expressions that contain
newlines.  Replaced a unit test that checked for the opposite behavior,
and added a test for distinguishing between the division operator and
a regex delimiter.
Modified the lexer to make it recognize regular expressions that contain
newlines.  Replaced a unit test that checked for the opposite behavior,
and added a test for distinguishing between the division operator and
a regex delimiter.

Resolves rodjek#833
@rodjek rodjek merged commit 8d8dec9 into rodjek:master Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Syntax error on Pattern data type

2 participants