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 abe21ec commit dbd1263Copy full SHA for dbd1263
test/detector/local_test.rb
@@ -17,7 +17,6 @@ class HomographicSpoofing::Detector::LocalTest < ActiveSupport::TestCase
17
test "Invalid mixed scripts" do
18
assert_attack("аaбbгcдdеeжf") # Cyrillic, Latin
19
assert_attack("paypαl") # Greek, Latin
20
- assert_attack("paypαl") # Greek, Latin
21
assert_attack("abc𐒊𐒋𐒌") # Latin, Osmanya
22
assert_attack("ㄈㄉㄊおかが") # Bopomofo, Hiragana
23
assert_attack("ㄈㄉㄊᄊᄋᄌ") # Bopomofo, Hangul
0 commit comments