diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-02-17 23:07:28 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-02-18 15:06:00 +0100 |
| commit | 84cdc85ca7494368e7ce2039fcef06ac2d3bd2ed (patch) | |
| tree | 4820cfbd853fd3e98953f3a23aa398f29761ab53 /tests/lang/typ/emph.typ | |
| parent | e143fd36efaabfcfb42823fe5f7a25dd6de4a960 (diff) | |
Refresh parser 🌊
Diffstat (limited to 'tests/lang/typ/emph.typ')
| -rw-r--r-- | tests/lang/typ/emph.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/typ/emph.typ b/tests/lang/typ/emph.typ index 8e5812a8..772e15ab 100644 --- a/tests/lang/typ/emph.typ +++ b/tests/lang/typ/emph.typ @@ -8,7 +8,7 @@ _Emphasized!_ Partly em_phas_ized. // Scoped to body. -#[box][_Scoped] to body. +#box[_Scoped] to body. // Unterminated is fine. _The End |
