Skip to content

Conversation

@drizt
Copy link

@drizt drizt commented Jan 5, 2026

Serialize invalid UTF-8 (WTF-8) symbols and some other invisible symbols as \u escaped sequences.

test/main.cc Outdated
test_file ("valid-0010.json", &num_failed);
test_file ("valid-0011.json", &num_failed);
test_file ("valid-0012.json", &num_failed);
test_file ("valid-0012.json", &num_failed);
Copy link
Member

Choose a reason for hiding this comment

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

What is changed about this line?

Copy link
Author

Choose a reason for hiding this comment

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

My editor automatically remove trayling spaces.

Copy link
Author

Choose a reason for hiding this comment

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

Trailing space restored.

Serialize invalid UTF-8 (WTF-8) symbols and some other invisible symbols
as \u escaped sequences.
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.

2 participants