Skip to main content
Module

x/python/test/deps.ts>assertMatch

🐍 Python interpreter bindings for Deno.
Go to Latest
function assertMatch
import { assertMatch } from "https://deno.land/x/python@0.2.1/test/deps.ts";

Make an assertion that actual match RegExp expected. If not then throw.

Parameters

actual: string
expected: RegExp
optional
msg: string