Cesium
Cesium copied to clipboard
Escape processing: more tests for Unicode
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.