We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47507b commit 22b6ea7Copy full SHA for 22b6ea7
1 file changed
src/js_identifiers.rs
@@ -81,7 +81,7 @@ mod tests {
81
82
// Non-ASCII identifiers
83
assert!(is_valid_javascript_identifier("한글변수"));
84
- assert!(is_valid_javascript_identifier("変数名"));
+ assert!(is_valid_javascript_identifier("变量名"));
85
assert!(is_valid_javascript_identifier("ひらがな"));
86
87
// Should these pass?
0 commit comments