mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-27 01:34:02 +00:00
SQLite wrapper
This commit is contained in:
25
tests/testdata/wildhtml.html
vendored
Normal file
25
tests/testdata/wildhtml.html
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE some doctype >
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Test title!</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
Ein Text mit vielen Zeichenumbrüchen. <br />
|
||||
<br><br>
|
||||
|
||||
<ul>
|
||||
<li>first <span class = "34" >Item.</span>
|
||||
<li>second Item.
|
||||
<li>third item. Mit ä.
|
||||
</ul>
|
||||
|
||||
Para 0.
|
||||
|
||||
<p>Para1. </p>
|
||||
<p>Para 2.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user