import { assertMatch } from "https://deno.land/std@0.207.0/assert/assert_match.ts";
Make an assertion that actual
match RegExp expected
. If not
then throw.
import { assertMatch } from "https://deno.land/std@0.207.0/assert/assert_match.ts";
Make an assertion that actual
match RegExp expected
. If not
then throw.