Skip to content

Commit be63f75

Browse files
committed
fix two bugs in InCaption and add a regression testcase
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40297
1 parent 8d02a18 commit be63f75

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tree-construction/tests2.dat

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,3 +410,20 @@ Invalid entity.
410410
| <body>
411411

412412
#data
413+
<!doctype html><table><caption>test TEST</caption><td>test
414+
#errors
415+
...
416+
#document
417+
| <!DOCTYPE HTML>
418+
| <html>
419+
| <head>
420+
| <body>
421+
| <table>
422+
| <caption>
423+
| "test TEST"
424+
| <tbody>
425+
| <tr>
426+
| <td>
427+
| "test"
428+
429+
#data

0 commit comments

Comments
 (0)