update inbox list
This commit is contained in:
2
vendor/scrivo/highlight.php/test/markup/subunit/subunit-errorline.expect.txt
vendored
Normal file
2
vendor/scrivo/highlight.php/test/markup/subunit/subunit-errorline.expect.txt
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="hljs-keyword">error: test</span> simplename
|
||||
<span class="hljs-keyword">error: test</span> simple name
|
||||
2
vendor/scrivo/highlight.php/test/markup/subunit/subunit-errorline.txt
vendored
Normal file
2
vendor/scrivo/highlight.php/test/markup/subunit/subunit-errorline.txt
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
error: test simplename
|
||||
error: test simple name
|
||||
4
vendor/scrivo/highlight.php/test/markup/subunit/subunit-failureline.expect.txt
vendored
Normal file
4
vendor/scrivo/highlight.php/test/markup/subunit/subunit-failureline.expect.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<span class="hljs-keyword">failure: test</span> simplename1
|
||||
<span class="hljs-keyword">failure test</span> simplename1
|
||||
<span class="hljs-keyword">failure: test</span> simple name1
|
||||
<span class="hljs-keyword">failure test</span> simple name1
|
||||
4
vendor/scrivo/highlight.php/test/markup/subunit/subunit-failureline.txt
vendored
Normal file
4
vendor/scrivo/highlight.php/test/markup/subunit/subunit-failureline.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
failure: test simplename1
|
||||
failure test simplename1
|
||||
failure: test simple name1
|
||||
failure test simple name1
|
||||
7
vendor/scrivo/highlight.php/test/markup/subunit/subunit-progressline.expect.txt
vendored
Normal file
7
vendor/scrivo/highlight.php/test/markup/subunit/subunit-progressline.expect.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<span class="hljs-keyword">progress: </span><span class="hljs-string">+5</span>
|
||||
<span class="hljs-keyword">progress: </span><span class="hljs-string">+12</span>
|
||||
<span class="hljs-keyword">progress: </span>29
|
||||
<span class="hljs-keyword">progress: </span><span class="hljs-string">-3</span>
|
||||
<span class="hljs-keyword">progress: </span><span class="hljs-string">-91</span>
|
||||
<span class="hljs-keyword">progress: push</span>
|
||||
<span class="hljs-keyword">progress: pop</span>
|
||||
7
vendor/scrivo/highlight.php/test/markup/subunit/subunit-progressline.txt
vendored
Normal file
7
vendor/scrivo/highlight.php/test/markup/subunit/subunit-progressline.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
progress: +5
|
||||
progress: +12
|
||||
progress: 29
|
||||
progress: -3
|
||||
progress: -91
|
||||
progress: push
|
||||
progress: pop
|
||||
3
vendor/scrivo/highlight.php/test/markup/subunit/subunit-skipline.expect.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/subunit/subunit-skipline.expect.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<span class="hljs-keyword">skip test</span> simplename
|
||||
<span class="hljs-keyword">skip: test</span> simple name
|
||||
<span class="hljs-keyword">skip test</span> simple name
|
||||
3
vendor/scrivo/highlight.php/test/markup/subunit/subunit-skipline.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/subunit/subunit-skipline.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
skip test simplename
|
||||
skip: test simple name
|
||||
skip test simple name
|
||||
8
vendor/scrivo/highlight.php/test/markup/subunit/subunit-successline.expect.txt
vendored
Normal file
8
vendor/scrivo/highlight.php/test/markup/subunit/subunit-successline.expect.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<span class="hljs-keyword">success test</span> simplename1
|
||||
<span class="hljs-keyword">success: test</span> simplename2
|
||||
<span class="hljs-keyword">successful test</span> simplename3
|
||||
<span class="hljs-keyword">successful: test</span> simplename4
|
||||
<span class="hljs-keyword">success test</span> simple name1
|
||||
<span class="hljs-keyword">success: test</span> simple name2
|
||||
<span class="hljs-keyword">successful test</span> simple name3
|
||||
<span class="hljs-keyword">successful: test</span> simple name4
|
||||
8
vendor/scrivo/highlight.php/test/markup/subunit/subunit-successline.txt
vendored
Normal file
8
vendor/scrivo/highlight.php/test/markup/subunit/subunit-successline.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
success test simplename1
|
||||
success: test simplename2
|
||||
successful test simplename3
|
||||
successful: test simplename4
|
||||
success test simple name1
|
||||
success: test simple name2
|
||||
successful test simple name3
|
||||
successful: test simple name4
|
||||
5
vendor/scrivo/highlight.php/test/markup/subunit/subunit-tagline.expect.txt
vendored
Normal file
5
vendor/scrivo/highlight.php/test/markup/subunit/subunit-tagline.expect.txt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<span class="hljs-keyword">tags:</span> fuzz unit beta functional
|
||||
<span class="hljs-keyword">tags:</span> -functional basic -beta
|
||||
<span class="hljs-keyword">tags:</span> -unit
|
||||
<span class="hljs-keyword">tags:</span> unit
|
||||
<span class="hljs-keyword">tags:</span> ddd
|
||||
5
vendor/scrivo/highlight.php/test/markup/subunit/subunit-tagline.txt
vendored
Normal file
5
vendor/scrivo/highlight.php/test/markup/subunit/subunit-tagline.txt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
tags: fuzz unit beta functional
|
||||
tags: -functional basic -beta
|
||||
tags: -unit
|
||||
tags: unit
|
||||
tags: ddd
|
||||
10
vendor/scrivo/highlight.php/test/markup/subunit/subunit-testline.expect.txt
vendored
Normal file
10
vendor/scrivo/highlight.php/test/markup/subunit/subunit-testline.expect.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<span class="hljs-keyword">test: test</span> basicsuite1
|
||||
<span class="hljs-keyword">testing: test</span> basicsuite1
|
||||
<span class="hljs-keyword">test test</span> basicsuite1
|
||||
<span class="hljs-keyword">testing test</span> basicsuite1
|
||||
<span class="hljs-keyword">test: test</span> basic suite1
|
||||
<span class="hljs-keyword">testing: test</span> basic suite1
|
||||
<span class="hljs-keyword">test test</span> basic suite1
|
||||
<span class="hljs-keyword">testing test</span> basic suite1
|
||||
<span class="hljs-keyword">testing test</span> basic
|
||||
<span class="hljs-keyword">test test</span> 222
|
||||
10
vendor/scrivo/highlight.php/test/markup/subunit/subunit-testline.txt
vendored
Normal file
10
vendor/scrivo/highlight.php/test/markup/subunit/subunit-testline.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
test: test basicsuite1
|
||||
testing: test basicsuite1
|
||||
test test basicsuite1
|
||||
testing test basicsuite1
|
||||
test: test basic suite1
|
||||
testing: test basic suite1
|
||||
test test basic suite1
|
||||
testing test basic suite1
|
||||
testing test basic
|
||||
test test 222
|
||||
3
vendor/scrivo/highlight.php/test/markup/subunit/subunit-timeline.expect.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/subunit/subunit-timeline.expect.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<span class="hljs-keyword">time:</span> <span class="hljs-string">2016-03-13 18:12:37.231080Z</span>
|
||||
<span class="hljs-keyword">time:</span> <span class="hljs-string">1917-10-25 09:05:37.231080Z</span>
|
||||
<span class="hljs-keyword">time:</span> <span class="hljs-string">1984-03-24 07:02:09.231080Z</span>
|
||||
3
vendor/scrivo/highlight.php/test/markup/subunit/subunit-timeline.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/subunit/subunit-timeline.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
time: 2016-03-13 18:12:37.231080Z
|
||||
time: 1917-10-25 09:05:37.231080Z
|
||||
time: 1984-03-24 07:02:09.231080Z
|
||||
3
vendor/scrivo/highlight.php/test/markup/subunit/subunit-uxsuccessline.expect.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/subunit/subunit-uxsuccessline.expect.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<span class="hljs-keyword">uxsuccess test</span> simplename
|
||||
<span class="hljs-keyword">uxsuccess: test</span> simple name
|
||||
<span class="hljs-keyword">uxsuccess test</span> simple name
|
||||
3
vendor/scrivo/highlight.php/test/markup/subunit/subunit-uxsuccessline.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/subunit/subunit-uxsuccessline.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
uxsuccess test simplename
|
||||
uxsuccess: test simple name
|
||||
uxsuccess test simple name
|
||||
3
vendor/scrivo/highlight.php/test/markup/subunit/subunit-xfailline.expect.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/subunit/subunit-xfailline.expect.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<span class="hljs-keyword">xfail test</span> simplename
|
||||
<span class="hljs-keyword">xfail: test</span> simple name
|
||||
<span class="hljs-keyword">xfail test</span> simple name
|
||||
3
vendor/scrivo/highlight.php/test/markup/subunit/subunit-xfailline.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/subunit/subunit-xfailline.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
xfail test simplename
|
||||
xfail: test simple name
|
||||
xfail test simple name
|
||||
Reference in New Issue
Block a user