diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-06-24 17:52:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-24 15:52:15 +0000 |
| commit | f2f527c451b1b05b393af99b89c528aadb203ce6 (patch) | |
| tree | bad5d6f5de768e1d04680267618b0cf78fec64a5 /tests/suite/html/syntax.typ | |
| parent | 9e3c1199edddc0422d34a266681d2efe1babd0c1 (diff) | |
Also fix encoding of `<textarea>` (#6497)
Diffstat (limited to 'tests/suite/html/syntax.typ')
| -rw-r--r-- | tests/suite/html/syntax.typ | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/suite/html/syntax.typ b/tests/suite/html/syntax.typ index eb1c8699..4bda0c68 100644 --- a/tests/suite/html/syntax.typ +++ b/tests/suite/html/syntax.typ @@ -11,6 +11,9 @@ #html.pre("\nhello") #html.pre("\n\nhello") +--- html-textarea-starting-with-newline html --- +#html.textarea("\nenter") + --- html-script html --- // This should be pretty and indented. #html.script( |
