You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tr><th> </th><th scope="col">d<span class="unicode" data-code-point="0251" title="U-0251: LATIN SMALL LETTER ALPHA">ɑ</span>te <span class="classname">DateTime</span></th><th scope="col">date2</th></tr>
716
717
</thead>
717
718
<tbody>
718
719
<tr><th class="t_int t_key text-right" scope="row">0</th><td class="t_string">1955-11-05T00:00:00%i:00</td><td class="t_string">not a datetime</td></tr>
@@ -722,17 +723,17 @@ public static function providerTestMethod()
722
723
</li>',
723
724
'text' => 'not all col values of same type = array(
724
725
[0] => array(
725
-
[date] => "1955-11-05T00:00:00%i:00"
726
+
[d\u{0251}te] => "1955-11-05T00:00:00%i:00"
726
727
[date2] => "not a datetime"
727
728
)
728
729
[1] => array(
729
-
[date] => "1985-10-26T00:00:00%i:00"
730
+
[d\u{0251}te] => "1985-10-26T00:00:00%i:00"
730
731
[date2] => "2015-10-21T00:00:00%i:00"
731
732
)
732
733
)',
733
734
'script' => 'console.log("%%cnot all col values of same type", "' . self::$captionStyle . '")' . "\n"
734
-
. 'console.table([{"date":"1955-11-05T00:00:00%i:00","date2":"not a datetime"},{"date":"1985-10-26T00:00:00%i:00","date2":"2015-10-21T00:00:00%i:00"}]);',
735
-
'firephp' => 'X-Wf-1-1-1-8: 191|[{"Label":"not all col values of same type","Type":"TABLE"},[["","date","date2"],[0,"1955-11-05T00:00:00%i:00","not a datetime"],[1,"1985-10-26T00:00:00%i:00","2015-10-21T00:00:00%i:00"]]]|',
735
+
. 'console.table([{"d\\\u{0251}te":"1955-11-05T00:00:00%i:00","date2":"not a datetime"},{"d\\\u{0251}te":"1985-10-26T00:00:00%i:00","date2":"2015-10-21T00:00:00%i:00"}]);',
736
+
'firephp' => 'X-Wf-1-1-1-8: 199|[{"Label":"not all col values of same type","Type":"TABLE"},[["","d\\\u{0251}te","date2"],[0,"1955-11-05T00:00:00%i:00","not a datetime"],[1,"1985-10-26T00:00:00%i:00","2015-10-21T00:00:00%i:00"]]]|',
0 commit comments