import { assertMatch } from "https://deno.land/x/clippy@v0.2.1/deps.ts";
Make an assertion that actual
match RegExp expected
. If not
then throw.
import { assertMatch } from "https://deno.land/x/clippy@v0.2.1/deps.ts";
Make an assertion that actual
match RegExp expected
. If not
then throw.