mirror of
https://github.com/denoland/deno.git
synced 2025-08-02 10:02:23 +00:00
fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190)
This commit is contained in:
parent
37dbe5249c
commit
7ebbda7fd7
12 changed files with 331 additions and 408 deletions
5
cli/tests/testdata/coverage/final_blankline_test.js
vendored
Normal file
5
cli/tests/testdata/coverage/final_blankline_test.js
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
import example from "./final_blankline.js";
|
||||
|
||||
Deno.test("Example.", () => {
|
||||
example();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue