Update std to 0.195.0

This commit is contained in:
2023-07-22 12:14:47 +08:00
parent 3a950887c6
commit ec2b4c57d1
10 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import { assert, assertEquals } from "std/testing/asserts.ts";
import { assert, assertEquals } from "std/assert/mod.ts";
import { parse_range } from "./range_parser.ts";
Deno.test("parse_range_test", () => {