Escape processing: more tests for Unicode
Open
area:compiler
kind:bug
status:help-wanted
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
In #291, we've tried to add integration tests for the following:
```
// printf("\xF0");
// printf("\xFF");
// printf("\u2200");
// printf("\U0001f34c");
```
But it turns out these integration tests fail on various platforms.
We'll have to figure it out and fix properly.
Contributor guide
Assessment
This issue has not been assessed yet.