Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-scenario-search/search21.testArgs.json
13397 views
1
{
2
"question": "html comments ",
3
"exampleIncludeGlobs": [ "*.html" ],
4
"queryShouldFind": [
5
[ "bar.html", [
6
"<!--",
7
"<!--"
8
] ]
9
]
10
}
11