Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-scenario-search/search1.testArgs.json
13397 views
1
{
2
"question": "find all markdown headings",
3
"isRegex": true,
4
"exampleIncludeGlobs": ["*.md"],
5
"queryShouldFind": [
6
["foo.md", [
7
"Markdown syntax guide",
8
"Headers",
9
"This is a Heading h1",
10
"This is a Heading h2",
11
"This is a Heading h6",
12
"Emphasis",
13
"Lists",
14
"Unordered",
15
"Ordered",
16
"Images",
17
"Links",
18
"Blockquotes",
19
"Tables",
20
"Blocks of code",
21
"Inline code"
22
]]
23
]
24
}
25