Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/smoke/yaml-intelligence/checks/2022-01-21_0001.json
6548 views
1
{
2
"kind": "validation",
3
"context": {
4
"path": "~/repos/github/quarto-dev/quarto-cli/tests/docs/yaml/guess-chunk-options-format-knitr.qmd",
5
"filetype": "markdown",
6
"embedded": false,
7
"formats": [
8
"html"
9
],
10
"explicit": true,
11
"project_formats": [],
12
"engine": "markdown",
13
"line": "---",
14
"code": "---\ntitle: \"knitr chunk options ignore test\"\nformat:\n html:\n \n---\n\n# Will this skip validation?\n\n```{r}\n#| rmdworkflow,\n#| echo = FALSE,\n#| fig.cap = \"A diagram illustrating how an R Markdown document\n#| is converted to the final output document.\",\n#| out.width = \"100%\"\n\nrnorm(100)\n```\n",
15
"position": {
16
"row": 5,
17
"column": 3
18
}
19
},
20
"expected": [
21
{
22
"end.column": 6,
23
"end.row": 3,
24
"start.column": 2,
25
"start.row": 3,
26
"text": "Field \"\u001b[34mhtml\u001b[39m\" has empty value but it must instead be an object",
27
"type": "error"
28
}
29
]
30
}
31
32