Path: blob/main/tests/smoke/yaml-intelligence/checks/2022-01-21_0001.json
6548 views
{1"kind": "validation",2"context": {3"path": "~/repos/github/quarto-dev/quarto-cli/tests/docs/yaml/guess-chunk-options-format-knitr.qmd",4"filetype": "markdown",5"embedded": false,6"formats": [7"html"8],9"explicit": true,10"project_formats": [],11"engine": "markdown",12"line": "---",13"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",14"position": {15"row": 5,16"column": 317}18},19"expected": [20{21"end.column": 6,22"end.row": 3,23"start.column": 2,24"start.row": 3,25"text": "Field \"\u001b[34mhtml\u001b[39m\" has empty value but it must instead be an object",26"type": "error"27}28]29}303132