import { assertNotMatch } from "https://deno.land/x/netzo@0.4.78/deps/std/assert/mod.ts";
Make an assertion that actual
not match RegExp expected
. If match
then throw.
x/netzo/deps/std/assert/mod.ts>assertNotMatch
import { assertNotMatch } from "https://deno.land/x/netzo@0.4.78/deps/std/assert/mod.ts";
Make an assertion that actual
not match RegExp expected
. If match
then throw.