Searched refs:uuid_path_re (Results 1 – 1 of 1) sorted by relevance
46 …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; constant47 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');