Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-scenario-search/search0.testArgs.json
13397 views
1
{
2
"question": "find all links",
3
"isRegex": true,
4
"queryShouldFind": [
5
["bar.html", [
6
"https://github.com/",
7
"https://github.com/microsoft/vscode/issues/189964",
8
"http://google.ca",
9
"https://a.bc/asdf",
10
"http://aaaa.ca/a/aa.html",
11
"https://test.com/pic.gif"
12
]],
13
["foo.md", [
14
"https://markdownlivepreview.com/",
15
"https://markdownlivepreview.com/"
16
]],
17
["style.css", []]
18
]
19
}
20