mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 05:00:15 -05:00
Fix whitespace prefixes in testdata for subtests
Go test output for subtests are prefixed with spaces instead of tabs.
This commit is contained in:
parent
56afb484ae
commit
47abdc7385
24
testdata/12-go_1_7.txt
vendored
24
testdata/12-go_1_7.txt
vendored
@ -3,37 +3,37 @@
|
||||
=== RUN TestOne/Child#01
|
||||
=== RUN TestOne/Child=02
|
||||
--- PASS: TestOne (0.01s)
|
||||
--- PASS: TestOne/Child (0.02s)
|
||||
--- PASS: TestOne/Child#01 (0.03s)
|
||||
--- PASS: TestOne/Child=02 (0.04s)
|
||||
--- PASS: TestOne/Child (0.02s)
|
||||
--- PASS: TestOne/Child#01 (0.03s)
|
||||
--- PASS: TestOne/Child=02 (0.04s)
|
||||
=== RUN TestTwo
|
||||
=== RUN TestTwo/Child
|
||||
=== RUN TestTwo/Child#01
|
||||
=== RUN TestTwo/Child=02
|
||||
--- PASS: TestTwo (0.01s)
|
||||
--- PASS: TestTwo/Child (0.02s)
|
||||
--- PASS: TestTwo/Child#01 (0.03s)
|
||||
--- PASS: TestTwo/Child=02 (0.04s)
|
||||
--- PASS: TestTwo/Child (0.02s)
|
||||
--- PASS: TestTwo/Child#01 (0.03s)
|
||||
--- PASS: TestTwo/Child=02 (0.04s)
|
||||
=== RUN TestThree
|
||||
=== RUN TestThree/a#1
|
||||
=== RUN TestThree/a#1/b#1
|
||||
=== RUN TestThree/a#1/b#1/c#1
|
||||
--- PASS: TestThree (0.01s)
|
||||
--- PASS: TestThree/a#1 (0.02s)
|
||||
--- PASS: TestThree/a#1/b#1 (0.03s)
|
||||
--- PASS: TestThree/a#1/b#1/c#1 (0.04s)
|
||||
--- PASS: TestThree/a#1 (0.02s)
|
||||
--- PASS: TestThree/a#1/b#1 (0.03s)
|
||||
--- PASS: TestThree/a#1/b#1/c#1 (0.04s)
|
||||
=== RUN TestFour
|
||||
=== RUN TestFour/#00
|
||||
=== RUN TestFour/#01
|
||||
=== RUN TestFour/#02
|
||||
--- FAIL: TestFour (0.02s)
|
||||
--- FAIL: TestFour/#00 (0.00s)
|
||||
--- FAIL: TestFour/#00 (0.00s)
|
||||
example.go:12: Expected abc OBTAINED:
|
||||
xyz
|
||||
example.go:123: Expected and obtained are different.
|
||||
--- SKIP: TestFour/#01 (0.00s)
|
||||
--- SKIP: TestFour/#01 (0.00s)
|
||||
example.go:1234: Not supported yet.
|
||||
--- PASS: TestFour/#02 (0.00s)
|
||||
--- PASS: TestFour/#02 (0.00s)
|
||||
=== RUN TestFive
|
||||
--- SKIP: TestFive (0.00s)
|
||||
example.go:1392: Not supported yet.
|
||||
|
Loading…
x
Reference in New Issue
Block a user