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

Support Non-ASCII characters #43

Merged
merged 2 commits into from
Oct 19, 2024
Merged

Conversation

byplayer
Copy link
Contributor

Non-ASCII characters are shown with Unicode escape in symbol.

Creating name from Prism::StringNode uses context.dump function, so Non-ASCII characters are Unicode escape.

So I change argument.content.dump to argument.unescape.

Due to this change, the double quotes between string are removed. So I change rspec also.
If you want to quote strings with double quote, I will fix it.

issue #42

Non ascii characters are unicode escaped I change
non ascii characters.

And remove double quote between description and context
string.
I remove debug code and add context test.
@st0012 st0012 added the bug Something isn't working label Oct 19, 2024
@st0012 st0012 merged commit 5f3d8b8 into st0012:main Oct 19, 2024
3 checks passed
@byplayer byplayer deleted the support_non_ascii_chars branch November 4, 2024 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants