Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/smoke/yaml/core-yaml-dashes.test.ts
6449 views
1
/*
2
* core-yaml-dashes.test.ts
3
*
4
* Copyright (C) 2022 Posit Software, PBC
5
*
6
*/
7
8
import * as utils from "../../utils.ts";
9
import * as render from "../render/render.ts";
10
11
const input = utils.docs("yaml/yaml-parse-dashes.qmd");
12
13
render.testRender(input, "revealjs", false);
14
15