Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/smoke/convert/convert-empty-frontmatter.test.ts
12921 views
1
/*
2
* convert-empty-frontmatter.test.ts
3
*
4
* Copyright (C) 2021-2022 Posit Software, PBC
5
*
6
*/
7
import { docs } from "../../utils.ts";
8
import { testConvert } from "./convert.ts";
9
10
testConvert(docs("empty-frontmatter.qmd"));
11
testConvert(docs("empty-frontmatter-julia.qmd"));
12
13