Home
last modified time | relevance | path

Searched refs:test_match (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/tests/jerry/
H A Dregexp-web-compatibility.js15 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 Dtest_type_annotations.py209 def test_match(self): member in TestSetupAnnotations
H A Dtest_regrtest.py184 def test_match(self): member in ParseArgsTestCase
H A Dtest_pathlib.py740 def test_match(self): member in PurePosixPathTest

Completed in 8 milliseconds