Skip to content

Commit e49aad5

Browse files
committedFeb 11, 2024
more tests
1 parent 0a2afbb commit e49aad5

8 files changed

+35
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<html>abc<title>t</title></html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
(html
2+
(head
3+
)head
4+
(body
5+
"abc
6+
(title
7+
"t
8+
)title
9+
)body
10+
)html
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
(html
2+
"abc
3+
(title
4+
"t
5+
)title
6+
)html
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<html><head></head><body>abc<title>t</title></body></html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<html> <title>t</title></html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
(html
2+
(HEAD
3+
(title
4+
"t
5+
)title
6+
)HEAD
7+
(body
8+
)body
9+
)html
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
(html
2+
"
3+
(title
4+
"t
5+
)title
6+
)html
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<html><HEAD><title>t</title></HEAD><body></body></html>

0 commit comments

Comments
 (0)
Please sign in to comment.