Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 524670d

Browse files
Fix panic with unicode characters (#5674)
* test: add test for unicode string * fix: revert rust package updates to fix panic * chore: bump anyhow * chore: bump swc again --------- Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
1 parent 9c5e345 commit 524670d

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

rust/Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = defineTest({
2+
description: 'handle unicode string without crash'
3+
});
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
const v = "៘";
2+
assert.equal(v, "៘");

0 commit comments

Comments
 (0)