Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-scenario-search/search4.testArgs.json
13397 views
1
{
2
"question": "numbers",
3
"isRegex": true,
4
"queryShouldFind": [
5
["style.css", [
6
"1",
7
"10",
8
"10"
9
]],
10
["bar.html", [
11
"8",
12
"1",
13
"0",
14
"189964",
15
"1",
16
"1",
17
"127",
18
"0",
19
"0",
20
"1",
21
"200"
22
]]
23
]
24
}
25