aboutsummaryrefslogtreecommitdiff
path: root/src/unicode/script_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/unicode/script_test.go')
-rw-r--r--src/unicode/script_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/unicode/script_test.go b/src/unicode/script_test.go
index 66bfa3cb9e..3ae2800426 100644
--- a/src/unicode/script_test.go
+++ b/src/unicode/script_test.go
@@ -52,6 +52,10 @@ var inCategoryTest = []T{
{0x00bb, "P"},
{0x00a2, "S"},
{0x00a0, "Z"},
+ {0x0065, "LC"},
+ // Unassigned
+ {0x0378, "Cn"},
+ {0x0378, "C"},
}
var inPropTest = []T{