Skip to main content
Module

x/yaml_wasm/tests/deps.ts>assertMatch

WebAssembly module to parse YAML
Latest
function assertMatch
import { assertMatch } from "https://deno.land/x/yaml_wasm@deno-v0.41.0/tests/deps.ts";

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

Parameters

actual: string
expected: RegExp
optional
msg: string