diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-04-13 10:39:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-13 08:39:45 +0000 |
| commit | 020294fca9a7065d4b9cf4e677f606ebaaa29b00 (patch) | |
| tree | c0027ad22046e2726c22298461327823d6b88d53 /tests/typ/text/emphasis.typ | |
| parent | 72dd79210602ecc799726fc096b078afbb47f299 (diff) | |
Better test runner (#3922)
Diffstat (limited to 'tests/typ/text/emphasis.typ')
| -rw-r--r-- | tests/typ/text/emphasis.typ | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/tests/typ/text/emphasis.typ b/tests/typ/text/emphasis.typ deleted file mode 100644 index 93913dcf..00000000 --- a/tests/typ/text/emphasis.typ +++ /dev/null @@ -1,50 +0,0 @@ -// Test emph and strong. - ---- -// Basic. -_Emphasized and *strong* words!_ - -// Inside of a word it's a normal underscore or star. -hello_world Nutzer*innen - -// CJK characters will not need spaces. -中文一般使用*粗体*或者_楷体_来表示强调。 - -日本語では、*太字*や_斜体_を使って強調します。 - -中文中混有*Strong*和_Empasis_。 - -// Can contain paragraph in nested content block. -_Still #[ - -] emphasized._ - ---- -// Inside of words can still use the functions. -P#strong[art]ly em#emph[phas]ized. - ---- -// Adjusting the delta that strong applies on the weight. -Normal - -#set strong(delta: 300) -*Bold* - -#set strong(delta: 150) -*Medium* and *#[*Bold*]* - ---- -// Error: 6-7 unclosed delimiter -#box[_Scoped] to body. - ---- -// Ends at paragraph break. -// Error: 1-2 unclosed delimiter -_Hello - -World - ---- -// Error: 11-12 unclosed delimiter -// Error: 3-4 unclosed delimiter -#[_Cannot *be interleaved] |
