Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-scenario-search/search20.testArgs.json
13397 views
1
{
2
"question": "HTML Tags except <p> </p> ",
3
"isRegex": true,
4
"exampleIncludeGlobs": [ "*.html" ],
5
"queryShouldFind": [
6
[ "bar.html", [
7
"<!DOCTYPE",
8
"<html",
9
"<head",
10
"<meta",
11
"<meta",
12
"<meta",
13
"<title",
14
"</title",
15
"<link",
16
"</head",
17
"<body",
18
"<a",
19
"</a",
20
"<a",
21
"</a",
22
"<h1",
23
"</h1",
24
"<div",
25
"<img",
26
"</div",
27
"</body",
28
"</html"
29
] ]
30
]
31
}
32