mirror of
https://github.com/simon987/libscan-test-files.git
synced 2025-12-15 01:49:02 +00:00
initial commit
This commit is contained in:
13
test_files/text/sample.html
Normal file
13
test_files/text/sample.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to Solr</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Here is some text
|
||||
</p>
|
||||
<p>distinct<br/>words</p>
|
||||
<div>Here is some text in a div</div>
|
||||
<div>This has a <a href="http://www.apache.org">link</a>.</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user