mirror of
https://github.com/typst/typst
synced 2025-07-27 22:37:54 +08:00
Add test
This commit is contained in:
parent
b374aa131b
commit
ccabbe5bec
11
tests/ref/html/smartquotes-html.html
Normal file
11
tests/ref/html/smartquotes-html.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<p>When you said that “he surely meant that ‘she intended to say “I’m sorry”’”, I was quite confused.</p>
|
||||
<p>‘<span style="display: inline-block;">box</span>’</p>
|
||||
</body>
|
||||
</html>
|
@ -172,3 +172,8 @@ Some people's thought on this would be #[#set smartquote(enabled: false); "stran
|
||||
|
||||
--- issue-5146-smartquotes-after-equations ---
|
||||
$i$'s $i$ 's
|
||||
|
||||
--- smartquotes-html html ---
|
||||
When you said that "he surely meant that 'she intended to say "I'm sorry"'", I was quite confused.
|
||||
|
||||
'#box[box]'
|
||||
|
Loading…
x
Reference in New Issue
Block a user