Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape character default bug #258

Merged
merged 4 commits into from
Jun 18, 2024
Merged

Conversation

PieterOlivier
Copy link
Contributor

@PieterOlivier PieterOlivier commented Jun 18, 2024

When a \ was encountered followed by a character that has no special meaning, the character was added as an integer.
For instance: \$ was turned into the string '36' instead of the string '$'.

When a '\' was encountered followed by a character that has no special
meaning, the character was added as an integer.
For instance:
'\$' was turned into the string '36' instead of the string '$'.
Copy link

github-actions bot commented Jun 18, 2024

Test Results

     99 files  ±0       99 suites  ±0   5m 33s ⏱️ +6s
242 302 tests +2  242 301 ✅ +2  1 💤 ±0  0 ❌ ±0 
726 993 runs  +6  726 990 ✅ +6  3 💤 ±0  0 ❌ ±0 

Results for commit 16ad307. ± Comparison against base commit e1b5b37.

♻️ This comment has been updated with latest results.

Copy link
Member

@DavyLandman DavyLandman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well spotted 👍🏼

@jurgenvinju
Copy link
Member

Nice catch @PieterOlivier 👍 ; Saved is all from a long debugging session

@DavyLandman
Copy link
Member

Saved us all from a long debugging session

well, Pieter was already stuck in stuck in such a session ;)

The test failed to generate the expected StackOverflowError,
so with this commit I try to force the error again.
@DavyLandman DavyLandman merged commit 004f2e1 into main Jun 18, 2024
9 checks passed
@DavyLandman
Copy link
Member

Thanks @PieterOlivier for also fixing the test that was unrelated to your specific fix.

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.

3 participants