Home
last modified time | relevance | path

Searched refs:uuid_path_re (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/fixtures/wpt/FileAPI/url/
Durl-format.any.js46 …const uuid_path_re = /\/[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i; constant
47 assert_true(uuid_path_re.test(url_record.pathname), 'Path must end with a valid UUID');
51 assert_equals(nested_url.pathname.search(uuid_path_re), 0, 'Path must be a valid UUID');