Skip to content

Commit 05f92d4

Browse files
committed
Merge branch 't/12130'
2 parents 046f80d + 4c9f705 commit 05f92d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils/range/setgetwithhtml.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
'test text #18': s( '<p>{ }</p>', false, [ 0, 0 ], 0, [ 0, 0 ], 2 ),
9292
'test text #19': s( '<div>{ <p> }</p></div>', false, [ 0, 0 ], 0, [ 0, 1, 0 ], 1 ),
9393
'test text #20': s( '<p>{<span>x</span> }</p>', false, null, null, null, null, '<p><span>x</span> </p>' ),
94+
'test text #21': s( '<p id="foo">x{}</p>', true, [ 0, 0 ], 1 ),
9495

9596
'test element #0': s( '[]', true, [], 0 ),
9697
'test element #1': s( '<p>x[]x</p>', true, [ 0 ], 1 ),

0 commit comments

Comments
 (0)