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

Sandboxed test is not compiling because of illegal unicode escape #1134 #1182

Conversation

Vassiliy-Kudryashov
Copy link
Member

Description

\u is not a control symbol itself but it's prefix for Unicode symbol and we should escape it to \u in Javadoc comments

Fixes #1134

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Manual Scenario

See the issue

Checklist (remove irrelevant options):

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • No new warnings

…ot-compiling-because-of-illegal-unicode-escape
@Vassiliy-Kudryashov Vassiliy-Kudryashov enabled auto-merge (squash) October 19, 2022 09:00
…ot-compiling-because-of-illegal-unicode-escape
@Vassiliy-Kudryashov Vassiliy-Kudryashov merged commit 5bd3235 into main Oct 19, 2022
@Vassiliy-Kudryashov Vassiliy-Kudryashov deleted the Vassiliy-Kudryashov/1134-sandboxed-test-is-not-compiling-because-of-illegal-unicode-escape branch October 19, 2022 13:42
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.

Sandboxed test is not compiling because of illegal unicode escape
2 participants