Skip to content

Commit

Permalink
testcase for issue #122 added
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jul 16, 2024
1 parent a1765e8 commit 1d19ec2
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>this is para data</p><br/><p>this is para data 2</p>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
(HTML
(head
)head
(BODY
(p
"this is para data
)p
(br
)br
(p
"this is para data 2
)p
)BODY
)HTML
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
(HTML
(HEAD
)HEAD
(BODY
(P
"this is para data
)P
(BR
)BR
(P
"this is para data 2
)P
)BODY
)HTML
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(p
"this is para data
)p
(br
)br
(p
"this is para data 2
)p
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<HTML><head></head><BODY><p>this is para data</p><br><p>this is para data 2</p></BODY></HTML>

0 comments on commit 1d19ec2

Please sign in to comment.