diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-02-17 21:30:20 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-02-17 21:30:20 +0100 |
| commit | 2f4dc99cec1c6fa33257dea91ab3bcd99b1cbdf5 (patch) | |
| tree | eb983e54bac5ae226474bd8c5d6a29006b00ff12 /tests/lang/typ/heading.typ | |
| parent | db1659a987cd240b78e45666617248d3d0cc7d64 (diff) | |
Refresh tests 🌊
Diffstat (limited to 'tests/lang/typ/heading.typ')
| -rw-r--r-- | tests/lang/typ/heading.typ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lang/typ/heading.typ b/tests/lang/typ/heading.typ index 9bff2e6e..8497ec8f 100644 --- a/tests/lang/typ/heading.typ +++ b/tests/lang/typ/heading.typ @@ -9,7 +9,7 @@ ======6 // Too many hashtags. -// Warning: 1:1-1:8 should not exceed depth 6 +// Warning: 1-8 should not exceed depth 6 =======7 --- @@ -21,7 +21,7 @@ } // Function call continues heading. -= #[box][ += #box[ A ] B @@ -35,7 +35,7 @@ B // Parsed as headings if at start of the context. /**/ = Ok {[== Ok]} -#[box][=== Ok] +#box[=== Ok] // Not at the start of the context. No = heading |
