From 473acc61c8392dc7ae303d91568e179c4f105a76 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 2 Jul 2019 12:12:53 +0200 Subject: add black list --- flood_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'flood_test.go') 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) { -- cgit v1.2.3