summaryrefslogtreecommitdiff
path: root/support/texlab/tests/integration/lsp/text_document/snapshots/integration__lsp__text_document__formatting__bibtex_internal_command.snap
blob: 1add9efc6af35b8eaa481e884c53075f455b68bf (plain)
1
2
3
4
5
6
7
8
9
---
source: tests/integration/lsp/text_document/formatting.rs
assertion_line: 96
expression: "format(r#\"\n%BIB main.bib\n%SRC @article{foo, bar = \"\\baz\",}\"#)?"
---
@article{foo,
    bar = "\baz",
}