1/* 2* core-yaml-dashes.test.ts 3* 4* Copyright (C) 2022 Posit Software, PBC 5* 6*/ 7 8import * as utils from "../../utils.ts"; 9import * as render from "../render/render.ts"; 10 11const input = utils.docs("yaml/yaml-parse-dashes.qmd"); 12 13render.testRender(input, "revealjs", false); 14 15