@@ -26,7 +26,7 @@ public function test_ordering_lightweight()
26
26
AssertEquals::applyWith (
27
27
'<p role="alert" id="something" class="somethingElse somethingElse2" style="background: red;" type="some_type" tabindex="1" accesskey="S">Hello</p> ' ,
28
28
"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
30
30
559
31
31
)->unfoldUsing (
32
32
Html::p ('Hello ' )
@@ -50,7 +50,7 @@ public function full_page()
50
50
AssertEquals::applyWith (
51
51
'<div><div></div></div> ' ,
52
52
"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
54
54
1
55
55
)->unfoldUsing (
56
56
Html::div (Html::div ())->unfold ()
@@ -59,7 +59,7 @@ public function full_page()
59
59
AssertEquals::applyWith (
60
60
'<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> ' ,
61
61
"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
63
63
1
64
64
)->unfoldUsing (
65
65
Html::html (
@@ -88,7 +88,7 @@ public function child_elements_omitting_end_tag()
88
88
AssertEquals::applyWith (
89
89
'<object><param name="hello" value="world"><param name="you" value="are"><param name="awesome" value="today!"></object> ' ,
90
90
"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
92
92
1
93
93
)->unfoldUsing (
94
94
Html::object (
@@ -113,7 +113,7 @@ public function child_elements_omitting_end_tag()
113
113
AssertEquals::applyWith (
114
114
'<head><title>Hello, World!</title><link rel="stylesheet" href="#"><link rel="stylesheet" href="#"></head> ' ,
115
115
"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
117
117
1
118
118
)->unfoldUsing (
119
119
Html::head (
@@ -132,7 +132,7 @@ public function nested_elements_with_string()
132
132
AssertEquals::applyWith (
133
133
'<ul><li>Hello<ol><li>My name is:</li></ol></li></ul> ' ,
134
134
"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
136
136
1
137
137
)->unfoldUsing (
138
138
Html::ul (
@@ -148,7 +148,7 @@ public function nested_elements_with_string()
148
148
AssertEquals::applyWith (
149
149
'<a class="some-class" href="http://example.com">Hello</a> ' ,
150
150
"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
152
152
1
153
153
)->unfoldUsing (
154
154
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()
164
164
AssertEquals::applyWith (
165
165
'<body role="document"></body> ' ,
166
166
"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
168
168
1
169
169
)->unfoldUsing (
170
170
Html::body ()->attr ("role document " )->unfold ()
@@ -173,7 +173,7 @@ public function all_passed_attributes_end_up_in_the_element()
173
173
AssertEquals::applyWith (
174
174
'<body role="application"></body> ' ,
175
175
"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
177
177
1
178
178
)->unfoldUsing (
179
179
Html::body ()->attr ("role application " )->unfold ()
@@ -182,7 +182,7 @@ public function all_passed_attributes_end_up_in_the_element()
182
182
AssertEquals::applyWith (
183
183
'<body id="acceptable"></body> ' ,
184
184
"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
186
186
1
187
187
)->unfoldUsing (
188
188
Html::body ()->attr ("id acceptable " )->unfold ()
0 commit comments