mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
The existing pattern matching code: val.find('*.') == 0 and name.find(val[1:]) + len(val[1:]) == len(name) will return True in the following case: val = '*.host.com' name = 'blah.org' since string.find() will return -1, len(val[1:]) == 9 and len(name) == 8. |
||
---|---|---|
.. | ||
__init__.py | ||
test_bitcoin.py | ||
test_interface.py | ||
test_simple_config.py | ||
test_util.py | ||
test_wallet.py |