From 47abdc7385e3da4c587eca5c64aee64aa1fe4d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Stemmer?= Date: Sat, 28 Apr 2018 14:33:15 +0100 Subject: [PATCH] Fix whitespace prefixes in testdata for subtests Go test output for subtests are prefixed with spaces instead of tabs. --- testdata/12-go_1_7.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/testdata/12-go_1_7.txt b/testdata/12-go_1_7.txt index 81f07d5..bbb322d 100644 --- a/testdata/12-go_1_7.txt +++ b/testdata/12-go_1_7.txt @@ -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.