Test linebreaks and nbsps
This commit is contained in:
parent
72b102d071
commit
85ead54619
7 changed files with 132 additions and 11 deletions
26
test/djot-to-html/002-linebreaks-and-nbsp/expected
Normal file
26
test/djot-to-html/002-linebreaks-and-nbsp/expected
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang=en>
|
||||
<body>
|
||||
<p>A paragraph with a normal newline in the middle of it</p>
|
||||
<p>
|
||||
A paragraph with a hard line break
|
||||
<br>
|
||||
in the middle of it
|
||||
</p>
|
||||
<p>
|
||||
A paragraph with a hard line break
|
||||
<br>
|
||||
in the middle of it with extra spaces
|
||||
</p>
|
||||
<p>
|
||||
A paragraph with a hard line break
|
||||
<br>
|
||||
in the middle of it with no spaces
|
||||
</p>
|
||||
<p>A paragraph with an explicit soft line break in the middle of it</p>
|
||||
<p>Multiple soft breaks should coalesce into one</p>
|
||||
<p>Same should apply when mixing explicit and implied soft breaks</p>
|
||||
<p>An escaped space should render as a nonbreaking space</p>
|
||||
<p>We also want to test multiple nonbreaking spaces in a row</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue