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