@@ -26,7 +26,7 @@ public function test_ordering_lightweight()
2626 AssertEquals::applyWith (
2727 '<p role="alert" id="something" class="somethingElse somethingElse2" style="background: red;" type="some_type" tabindex="1" accesskey="S">Hello</p> ' ,
2828 "string " ,
29-  8.42 , // 8.34, // 7.8, // 7.38, // updated shoop 8.11 // 7.82 // 7.6 // 6.85 
29+  9.69 ,  //  8.42, // 8.34, // 7.8, // 7.38, // updated shoop 8.11 // 7.82 // 7.6 // 6.85
3030 559 
3131 )->unfoldUsing (
3232 Html::p ('Hello ' )
@@ -50,7 +50,7 @@ public function full_page()
5050 AssertEquals::applyWith (
5151 '<div><div></div></div> ' ,
5252 "string " ,
53-  2.48 , // 1.99, // 1.48, // 1.29, // updated shoop 5.24 // 4.98 
53+  4.12 ,  // 3.19, //  2.48, // 1.99, // 1.48, // 1.29, // updated shoop 5.24 // 4.98
5454 1 
5555 )->unfoldUsing (
5656 Html::div (Html::div ())->unfold ()
@@ -59,7 +59,7 @@ public function full_page()
5959 AssertEquals::applyWith (
6060 '<html><head><title>Hello, World!</title><style></style></head><body><img src="http://example.com" alt="A picture of the world"><p is="my-component">Hello, World!</p><my-link href="http://example.com/domination">World Domination</my-link><p>Done!</p></body></html> ' ,
6161 "string " ,
62-  8.56 , // 7.07, // 6.69, // 6.64, // 6.59, // 6.11, // 5.53, // 5.34, // 9.56 // 7.14 // 6.94 
62+  18.93 ,  // 18.84, // 18.13, // 17.62, // 15.45, //  8.56, // 7.07, // 6.69, // 6.64, // 6.59, // 6.11, // 5.53, // 5.34, // 9.56 // 7.14 // 6.94
6363 1 
6464 )->unfoldUsing (
6565 Html::html (
@@ -88,7 +88,7 @@ public function child_elements_omitting_end_tag()
8888 AssertEquals::applyWith (
8989 '<object><param name="hello" value="world"><param name="you" value="are"><param name="awesome" value="today!"></object> ' ,
9090 "string " ,
91-  5.34 , // 4.11, // 3.51, // 3.01, // updated shoop 6.87 // 6.67 // 6.24 
91+  15.21 ,  // 12.75, // 12.57, // 9.17, //  5.34, // 4.11, // 3.51, // 3.01, // updated shoop 6.87 // 6.67 // 6.24
9292 1 
9393 )->unfoldUsing (
9494 Html::object (
@@ -113,7 +113,7 @@ public function child_elements_omitting_end_tag()
113113 AssertEquals::applyWith (
114114 '<head><title>Hello, World!</title><link rel="stylesheet" href="#"><link rel="stylesheet" href="#"></head> ' ,
115115 "string " ,
116-  4.93 , // 4.86, // 4.73, // 4.01, // 3.14, // 2.84, // 5.24 
116+  12.1 ,  // 11.66, // 10.72, // 8.63, // 8.37, //  4.93, // 4.86, // 4.73, // 4.01, // 3.14, // 2.84, // 5.24
117117 1 
118118 )->unfoldUsing (
119119 Html::head (
@@ -132,7 +132,7 @@ public function nested_elements_with_string()
132132 AssertEquals::applyWith (
133133 '<ul><li>Hello<ol><li>My name is:</li></ol></li></ul> ' ,
134134 "string " ,
135-  4.95 , // 4.16, // 3.04, // 3, // 2.88, // 2.78, // 2.53, // updated shoop 7.24 
135+  10.23 ,  // 8.76, // 8.22, // 6.19, //  4.95, // 4.16, // 3.04, // 3, // 2.88, // 2.78, // 2.53, // updated shoop 7.24
136136 1 
137137 )->unfoldUsing (
138138 Html::ul (
@@ -148,7 +148,7 @@ public function nested_elements_with_string()
148148 AssertEquals::applyWith (
149149 '<a class="some-class" href="http://example.com">Hello</a> ' ,
150150 "string " ,
151-  1.76 , // 1.6, // 1.56, // 1.21, // 1.13, // 0.97, // 0.87, // 2.37 
151+  3.99 ,  // 3.93, // 3.9, // 3.75, // 3.32, //  1.76, // 1.6, // 1.56, // 1.21, // 1.13, // 0.97, // 0.87, // 2.37
152152 1 
153153 )->unfoldUsing (
154154 Html::a ('Hello ' )->attr ('class some-class ' , 'href http://example.com ' )
@@ -164,7 +164,7 @@ public function all_passed_attributes_end_up_in_the_element()
164164 AssertEquals::applyWith (
165165 '<body role="document"></body> ' ,
166166 "string " ,
167-  2.09 , // 1.12, // 0.95, // 0.85, // 0.78, // updated shoop 4.13 // 6.15 // 6.12 // 5.76 
167+  3 ,  // 2.83, // 2.24, //  2.09, // 1.12, // 0.95, // 0.85, // 0.78, // updated shoop 4.13 // 6.15 // 6.12 // 5.76
168168 1 
169169 )->unfoldUsing (
170170 Html::body ()->attr ("role document " )->unfold ()
@@ -173,7 +173,7 @@ public function all_passed_attributes_end_up_in_the_element()
173173 AssertEquals::applyWith (
174174 '<body role="application"></body> ' ,
175175 "string " ,
176-  1.95 , // 1.52, // 0.9, // 0.85, // 0.83, // 0.75, // 0.72, // 0.67, // 0.8 // 0.74 // 0.72 // 0.58 // 0.56 // 0.32 // 0.64 // 0.53 // 0.41 
176+  6.98 ,  // 3.25, // 2.81, // 2.59, // 2.56, // 2.29, //  1.95, // 1.52, // 0.9, // 0.85, // 0.83, // 0.75, // 0.72, // 0.67, // 0.8 // 0.74 // 0.72 // 0.58 // 0.56 // 0.32 // 0.64 // 0.53 // 0.41
177177 1 
178178 )->unfoldUsing (
179179 Html::body ()->attr ("role application " )->unfold ()
@@ -182,7 +182,7 @@ public function all_passed_attributes_end_up_in_the_element()
182182 AssertEquals::applyWith (
183183 '<body id="acceptable"></body> ' ,
184184 "string " ,
185-  1.17 , // 0.9, // 0.72, // 0.76 // 0.7 // 0.68 // 0.57 // 0.25 // 0.19 // 5.85 
185+  3.02 ,  // 2.61, // 2.28, //  1.17, // 0.9, // 0.72, // 0.76 // 0.7 // 0.68 // 0.57 // 0.25 // 0.19 // 5.85
186186 1 
187187 )->unfoldUsing (
188188 Html::body ()->attr ("id acceptable " )->unfold ()
0 commit comments