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