diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-01 13:32:05 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-01 13:32:05 +0100 |
| commit | afa344f33db80456bb3091e3863ca673d43c5db8 (patch) | |
| tree | b38b88de8603975dede856878ab598c88c3332fe /tests/typ/text | |
| parent | c2bd114914513c8ff450b9dcc67aa9b17cf275e1 (diff) | |
Fix raw show rule
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/raw.typ | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/typ/text/raw.typ b/tests/typ/text/raw.typ index 96a23b66..f8731cca 100644 --- a/tests/typ/text/raw.typ +++ b/tests/typ/text/raw.typ @@ -45,6 +45,11 @@ The keyword ```rust let```. ``` --- +// Text show rule +#show raw: set text("Roboto") +`Roboto` + +--- // Unterminated. // Error: 2:1 expected 1 backtick `endless |
