Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-scenario-search/search16.testArgs.json
13397 views
1
{
2
"question": "hex colors",
3
"isRegex": true,
4
"queryShouldFind": [
5
[ "style.css", [
6
"#eee",
7
"#fbfbfb",
8
"#ccc"
9
] ]
10
]
11
}
12