summaryrefslogtreecommitdiff
path: root/flood_test.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2019-07-02 12:12:53 +0200
committerDimitri Sokolyuk <demon@dim13.org>2019-07-02 12:12:53 +0200
commit473acc61c8392dc7ae303d91568e179c4f105a76 (patch)
treea2070cba25f918cda460387e587dd60551b23894 /flood_test.go
parentdd45f63209a8e51979b11182253ee80b5289c10a (diff)
add black list
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) {