fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190)

This commit is contained in:
David Sherret 2021-12-23 20:02:54 -05:00 committed by GitHub
parent 37dbe5249c
commit 7ebbda7fd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 331 additions and 408 deletions

View file

@ -0,0 +1,5 @@
import example from "./final_blankline.js";
Deno.test("Example.", () => {
example();
});