We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289b59d commit bc06817Copy full SHA for bc06817
3 files changed
ql/test/query-tests/diagnostics/NumberOfSuccessfullyExtractedFiles.expected
@@ -1 +1 @@
1
-| 2 |
+| 3 |
ql/test/query-tests/diagnostics/SuccessfullyExtractedFiles.expected
@@ -1,2 +1,3 @@
+| src/bar.erb:0:0:0:0 | src/bar.erb | |
2
| src/foo.rb:0:0:0:0 | src/foo.rb | |
3
| src/vendor/cache/lib.rb:0:0:0:0 | src/vendor/cache/lib.rb | |
ql/test/query-tests/diagnostics/src/bar.erb
@@ -0,0 +1,2 @@
+<%# comment -%>
+blah
0 commit comments