Searched refs:test_match (Results 1 - 4 of 4) sorted by relevance
/third_party/jerryscript/tests/jerry/ |
H A D | regexp-web-compatibility.js | 15 function test_match(re, input, expected) function 34 test_match (new RegExp ("A{1,2}"), "B", null); 35 test_match (new RegExp ("A{1,2}"), "", null); 36 test_match (new RegExp ("A{1,2}"), "A", ["A"]); 37 test_match (new RegExp ("A{1,2}"), "AA", ["AA"]); 38 test_match (new RegExp ("A{1,2}"), "AAA", ["AA"]); 40 test_match (new RegExp ("A{1,}"), "B", null); 41 test_match (new RegExp ("A{1,}"), "GA", ["A"]); 42 test_match (new RegExp ("A{1,}"), "FAAAW", ["AAA"]); 43 test_match (ne [all...] |
/third_party/python/Lib/test/ |
H A D | test_type_annotations.py | 209 def test_match(self): member in TestSetupAnnotations
|
H A D | test_regrtest.py | 184 def test_match(self): member in ParseArgsTestCase
|
H A D | test_pathlib.py | 740 def test_match(self): member in PurePosixPathTest
|
Completed in 8 milliseconds