We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48018e8 commit 3aa4bf8Copy full SHA for 3aa4bf8
1 file changed
tests/test_normalization.py
@@ -376,6 +376,9 @@ def test_error_meta():
376
e = ens_process('0x.0χ.0х').error
377
assert e.general_info == 'Contains visually confusing characters from Cyrillic and Latin scripts'
378
379
+
380
+@pytest.mark.skip(reason='there are no such characters anymore')
381
+def test_error_meta_other_scripts():
382
# unknown script for character
383
c = chr(771)
384
e: CurableSequence = ens_process(f'bitcoin.bitcin.bi̇tcin.bitсin{c}').error
0 commit comments