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

don't leave escape sequences to haskell #180

Merged
merged 3 commits into from
Jun 10, 2024
Merged

don't leave escape sequences to haskell #180

merged 3 commits into from
Jun 10, 2024

Conversation

vekatze
Copy link
Owner

@vekatze vekatze commented Jun 10, 2024

The available escape sequences:

Escape Sequence Meaning
\0 U+0000 (null character)
\t U+0009 (horizontal tab)
\n U+000A (line feed)
\r U+000D (carriage return)
\" U+0022 (double quotation mark)
\\ U+005C (backslash)
\` U+0060 (backtick)
\u{n} U+n

@vekatze vekatze self-assigned this Jun 10, 2024
@vekatze vekatze marked this pull request as ready for review June 10, 2024 04:28
@vekatze vekatze merged commit 5355b82 into main Jun 10, 2024
1 check passed
@vekatze vekatze deleted the escape-sequences branch June 10, 2024 04:28
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.

1 participant