@@ -48,27 +48,26 @@ src/renderers/dom/shared/__tests__/ReactDOMServerIntegration-test.js
4848* renders no HTML events with client render on top of good server markup
4949* renders a div with text with client render on top of good server markup
5050* renders a div with text with flanking whitespace with client render on top of good server markup
51- * renders a div with text with client render on top of good server markup
52- * renders a div with blank text child with client render on top of good server markup
53- * renders renders a div with blank text children with server string render
54- * renders renders a div with blank text children with client render on top of good server markup
55- * renders a div with whitespace children with server string render
56- * renders a div with whitespace children with client render on top of good server markup
51+ * renders a div with text child in brackets with client render on top of good server markup
52+ * renders a div with an empty text child with client render on top of good server markup
53+ * renders a div with multiple empty text children with server string render
54+ * renders a div with multiple empty text children with client render on top of good server markup
55+ * renders a div with multiple whitespace children with server string render
56+ * renders a div with multiple whitespace children with client render on top of good server markup
5757* renders a div with text sibling to a node with server string render
5858* renders a div with text sibling to a node with client render on top of good server markup
5959* renders a non-standard element with text with client render on top of good server markup
6060* renders a custom element with text with client render on top of good server markup
61- * renders leading blank children with comments when there are multiple children with server string render
62- * renders leading blank children with comments when there are multiple children with client render on top of good server markup
63- * renders trailing blank children with comments when there are multiple children with server string render
64- * renders trailing blank children with comments when there are multiple children with client render on top of good server markup
65- * renders an element with just one text child without comments with client render on top of good server markup
66- * renders an element with two text children with comments with server string render
67- * renders an element with two text children with comments with client render on top of good server markup
61+ * renders a leading blank child with a text sibling with server string render
62+ * renders a leading blank child with a text sibling with client render on top of good server markup
63+ * renders a trailing blank child with a text sibling with server string render
64+ * renders a trailing blank child with a text sibling with client render on top of good server markup
65+ * renders an element with two text children with server string render
66+ * renders an element with two text children with client render on top of good server markup
6867* renders a number as single child with client render on top of good server markup
6968* renders zero as single child with client render on top of good server markup
70- * renders an element with number and text children with comments with server string render
71- * renders an element with number and text children with comments with client render on top of good server markup
69+ * renders an element with number and text children with server string render
70+ * renders an element with number and text children with client render on top of good server markup
7271* renders null single child as blank with client render on top of good server markup
7372* renders false single child as blank with client render on top of good server markup
7473* renders undefined single child as blank with client render on top of good server markup
@@ -100,8 +99,8 @@ src/renderers/dom/shared/__tests__/ReactDOMServerIntegration-test.js
10099* renders a div with multiple children with client render on top of good server markup
101100* renders a div with multiple children separated by whitespace with server string render
102101* renders a div with multiple children separated by whitespace with client render on top of good server markup
103- * renders a div with a child surrounded by whitespace with server string render
104- * renders a div with a child surrounded by whitespace with client render on top of good server markup
102+ * renders a div with a single child surrounded by whitespace with server string render
103+ * renders a div with a single child surrounded by whitespace with client render on top of good server markup
105104* renders >,<, and & as single child with client render on top of good server markup
106105* renders >,<, and & as multiple children with server string render
107106* renders >,<, and & as multiple children with client render on top of good server markup
0 commit comments