Skip to content

Commit db1c09d

Browse files
author
Koji Ishii
committed
tag omission rules to test rt when ruby is nested and outer ruby has rtc
1 parent 68bbed3 commit db1c09d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tree-construction/ruby.dat

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,19 @@
277277
| <rp>
278278
| "b"
279279
| <span>
280+
281+
#data
282+
<html><ruby><rtc><ruby>a<rb>b<rt></ruby></ruby></html>
283+
#errors
284+
(1,6): expected-doctype-but-got-start-tag
285+
#document
286+
| <html>
287+
| <head>
288+
| <body>
289+
| <ruby>
290+
| <rtc>
291+
| <ruby>
292+
| "a"
293+
| <rb>
294+
| "b"
295+
| <rt>

0 commit comments

Comments
 (0)