update inbox list
This commit is contained in:
5
vendor/scrivo/highlight.php/test/markup/tap/basic.expect.txt
vendored
Normal file
5
vendor/scrivo/highlight.php/test/markup/tap/basic.expect.txt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<span class="hljs-meta">1..4</span>
|
||||
<span class="hljs-symbol">ok</span><span class="hljs-number"> 1 </span>- Input file opened
|
||||
<span class="hljs-symbol">not ok</span><span class="hljs-number"> 2 </span>- First line of the input valid
|
||||
<span class="hljs-symbol">ok</span><span class="hljs-number"> 3 </span>- Read the rest of the file
|
||||
<span class="hljs-symbol">not ok</span><span class="hljs-number"> 4 </span>- Summarized correctly <span class="hljs-comment"># TODO Not written yet</span>
|
||||
5
vendor/scrivo/highlight.php/test/markup/tap/basic.txt
vendored
Normal file
5
vendor/scrivo/highlight.php/test/markup/tap/basic.txt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
1..4
|
||||
ok 1 - Input file opened
|
||||
not ok 2 - First line of the input valid
|
||||
ok 3 - Read the rest of the file
|
||||
not ok 4 - Summarized correctly # TODO Not written yet
|
||||
6
vendor/scrivo/highlight.php/test/markup/tap/without-numbers.expect.txt
vendored
Normal file
6
vendor/scrivo/highlight.php/test/markup/tap/without-numbers.expect.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<span class="hljs-meta">1..6</span>
|
||||
<span class="hljs-symbol">not ok</span>
|
||||
<span class="hljs-symbol">ok</span>
|
||||
<span class="hljs-symbol">not ok</span>
|
||||
<span class="hljs-symbol">ok</span>
|
||||
<span class="hljs-symbol">ok</span>
|
||||
6
vendor/scrivo/highlight.php/test/markup/tap/without-numbers.txt
vendored
Normal file
6
vendor/scrivo/highlight.php/test/markup/tap/without-numbers.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
1..6
|
||||
not ok
|
||||
ok
|
||||
not ok
|
||||
ok
|
||||
ok
|
||||
26
vendor/scrivo/highlight.php/test/markup/tap/yaml-block.expect.txt
vendored
Normal file
26
vendor/scrivo/highlight.php/test/markup/tap/yaml-block.expect.txt
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
<span class="hljs-meta">TAP version 13</span>
|
||||
<span class="hljs-symbol">ok</span> - created Board
|
||||
<span class="hljs-symbol">ok</span>
|
||||
<span class="hljs-symbol">ok</span>
|
||||
<span class="hljs-symbol">ok</span>
|
||||
<span class="hljs-symbol">ok</span>
|
||||
<span class="hljs-symbol">ok</span>
|
||||
<span class="hljs-symbol">ok</span>
|
||||
<span class="hljs-symbol">ok</span>
|
||||
<span class="yaml"><span class="hljs-meta">---</span>
|
||||
<span class="hljs-attr">message:</span> <span class="hljs-string">"Board layout"</span>
|
||||
<span class="hljs-attr">severity:</span> <span class="hljs-string">comment</span>
|
||||
<span class="hljs-attr">dump:</span>
|
||||
<span class="hljs-attr">board:</span>
|
||||
<span class="hljs-bullet">-</span> <span class="hljs-string">' 16G 05C '</span>
|
||||
<span class="hljs-bullet">-</span> <span class="hljs-string">' G N C C C G '</span>
|
||||
<span class="hljs-bullet">-</span> <span class="hljs-string">' G C + '</span>
|
||||
<span class="hljs-bullet">-</span> <span class="hljs-string">'10C 01G 03C '</span>
|
||||
<span class="hljs-bullet">-</span> <span class="hljs-string">'R N G G A G C C C '</span>
|
||||
<span class="hljs-bullet">-</span> <span class="hljs-string">' R G C + '</span>
|
||||
<span class="hljs-bullet">-</span> <span class="hljs-string">' 01G 17C 00C '</span>
|
||||
<span class="hljs-bullet">-</span> <span class="hljs-string">' G A G G N R R N R '</span>
|
||||
<span class="hljs-bullet">-</span> <span class="hljs-string">' G R G '</span>
|
||||
<span class="hljs-string">...</span></span>
|
||||
<span class="hljs-symbol">ok</span> - board has<span class="hljs-number"> 7 </span>tiles + starter tile
|
||||
<span class="hljs-meta">1..9</span>
|
||||
26
vendor/scrivo/highlight.php/test/markup/tap/yaml-block.txt
vendored
Normal file
26
vendor/scrivo/highlight.php/test/markup/tap/yaml-block.txt
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
TAP version 13
|
||||
ok - created Board
|
||||
ok
|
||||
ok
|
||||
ok
|
||||
ok
|
||||
ok
|
||||
ok
|
||||
ok
|
||||
---
|
||||
message: "Board layout"
|
||||
severity: comment
|
||||
dump:
|
||||
board:
|
||||
- ' 16G 05C '
|
||||
- ' G N C C C G '
|
||||
- ' G C + '
|
||||
- '10C 01G 03C '
|
||||
- 'R N G G A G C C C '
|
||||
- ' R G C + '
|
||||
- ' 01G 17C 00C '
|
||||
- ' G A G G N R R N R '
|
||||
- ' G R G '
|
||||
...
|
||||
ok - board has 7 tiles + starter tile
|
||||
1..9
|
||||
Reference in New Issue
Block a user