summaryrefslogtreecommitdiff
path: root/flood_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'flood_test.go')
-rw-r--r--flood_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/flood_test.go b/flood_test.go
index 8fc0194..8f5045c 100644
--- a/flood_test.go
+++ b/flood_test.go
@@ -16,6 +16,7 @@ func TestFlood(t *testing.T) {
{`AAAAAAAAAAAAAAAAAAAA`, true},
{`AAAAAAAAAABBBBBBBBBB`, true},
{`ivy 3 3 rho (iota 9) in 2 6 7 8 9`, false},
+ {"\u262etest", true},
}
for _, tc := range testCases {
t.Run(tc.line, func(t *testing.T) {