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