|
1 | 1 | <html>
|
2 |
| -<head><meta charset="utf-8"></head> |
3 |
| -<body><p>┌──────────────────────────────────────────────────────────────────────────────┐ |
4 |
| -└──────────────────────────────────────────────────────────────────────────────┘ |
5 |
| -array (2) [ |
6 |
| - 'foo' => string (3) "far" |
7 |
| - 'bar' => array (2) [ |
8 |
| - 'baz' => integer 0 |
9 |
| - 'buzz' => float INF |
| 2 | +<head> |
| 3 | +<meta charset="utf-8"> |
| 4 | +<style>._sage_plain{text-shadow: #eee 0 0 7px;}._sage_plain *{display: inline;margin: 0;font-size: 1em}._sage_plain h1{color:#5aF}._sage_plain var{color:#d11}._sage_plain dfn{color:#3d3}._sage_plain a{color: inherit;filter: brightness(0.85);}</style> |
| 5 | +<script>window.onload=function(){document.querySelectorAll("._sage_plain a").forEach(el=>el.addEventListener("click",e=>{e.preventDefault();let X=new XMLHttpRequest;X.open("GET",e.target.href);X.send()}))}</script> |
| 6 | +</head> |
| 7 | +<body><pre class="_sage_plain"><h1>┌──────────────────────────────────────────────────────────────────────────────┐ |
| 8 | +│ ??? │ |
| 9 | +└──────────────────────────────────────────────────────────────────────────────┘</h1> |
| 10 | +<b>array (2)</b> [ |
| 11 | + <dfn>'foo'</dfn> => <b>string (3)</b> <var>"far"</var> |
| 12 | + <dfn>'bar'</dfn> => <b>array (2)</b> [ |
| 13 | + <dfn>'baz'</dfn> => <b>integer</b> <var>0</var> |
| 14 | + <dfn>'buzz'</dfn> => <b>float</b> <var>INF</var> |
10 | 15 | ]
|
11 | 16 | ]
|
12 |
| -════════════════════════════════════════════════════════════════════════════════ |
13 |
| -Call stack tests/all/plainDisplayTest.php:17 |
14 |
| - vendor/pestphp/pest/src/Factories/TestCaseFactory.php:151 |
15 |
| - vendor/pestphp/pest/src/Concerns/Testable.php:301 |
16 |
| - vendor/pestphp/pest/src/Support/ExceptionTrace.php:29 |
17 |
| - vendor/pestphp/pest/src/Concerns/Testable.php:300 |
18 |
| - |
19 |
| -</p></body> |
| 17 | +<h1>════════════════════════════════════════════════════════════════════════════════ |
| 18 | +Call stack <a href="http://localhost:63342/api/file/tests/all/plainDisplayTest.php:12">tests/all/plainDisplayTest.php:12</a> |
| 19 | + 2. <a href="http://localhost:63342/api/file/vendor/pestphp/pest/src/Factories/TestCaseFactory.php:151">vendor/pestphp/pest/src/Factories/TestCaseFactory.php:151</a> |
| 20 | + 3. <a href="http://localhost:63342/api/file/vendor/pestphp/pest/src/Concerns/Testable.php:301">vendor/pestphp/pest/src/Concerns/Testable.php:301</a> |
| 21 | + 4. <a href="http://localhost:63342/api/file/vendor/pestphp/pest/src/Support/ExceptionTrace.php:29">vendor/pestphp/pest/src/Support/ExceptionTrace.php:29</a> |
| 22 | + 5. <a href="http://localhost:63342/api/file/vendor/pestphp/pest/src/Concerns/Testable.php:300">vendor/pestphp/pest/src/Concerns/Testable.php:300</a> |
| 23 | +</h1> |
| 24 | +</pre></body> |
20 | 25 | </html>
|
0 commit comments