mirror of https://github.com/pyodide/pyodide.git
4 lines
147 B
Python
4 lines
147 B
Python
|
def test_regex(selenium, request):
|
||
|
selenium.load_package("regex")
|
||
|
assert selenium.run("import regex\nregex.search('o', 'foo').end()") == 2
|