go-junit-report/testdata/035-whitespace.txt
Joël Stemmer 4d05b2dc3f Regenerate testdata files
Many of the testdata files were generated a long time ago with very old
versions of Go. The Go test output has changed over time, and these test
inputs no longer reflect the current state. The intention is to fully
support the test output of the most recent Go versions.

This commit also includes the source used to generate the test output,
so the output can be more easily updated in the future.
2022-05-14 23:21:56 +01:00

89 lines
2.2 KiB
Plaintext

=== RUN TestFlat
whitespace_test.go:9: log 1
whitespace_test.go:10: log 2
printf 1
printf 2
--- PASS: TestFlat (0.00s)
=== RUN TestWithSpace
whitespace_test.go:16: no-space
whitespace_test.go:17: one-space
whitespace_test.go:18: two-space
whitespace_test.go:19: four-space
whitespace_test.go:20: eight-space
whitespace_test.go:21: no-space
no-space
one-space
two-space
four-space
eight-space
no-space
--- PASS: TestWithSpace (0.00s)
=== RUN TestWithTab
whitespace_test.go:31: no-tab
whitespace_test.go:32: one-tab
whitespace_test.go:33: two-tab
no-tab
one-tab
two-tab
--- PASS: TestWithTab (0.00s)
=== RUN TestWithNewlinesFlat
whitespace_test.go:40: no-newline
whitespace_test.go:41: one-newline
one-newline
whitespace_test.go:42: two-newlines
two-newlines
two-newlines
no-newline
one-newline
one-newline
two-newlines
two-newlines
two-newlines
--- PASS: TestWithNewlinesFlat (0.00s)
=== RUN TestSubTests
=== RUN TestSubTests/TestFlat
whitespace_test.go:9: log 1
whitespace_test.go:10: log 2
printf 1
printf 2
=== RUN TestSubTests/TestWithSpace
whitespace_test.go:16: no-space
whitespace_test.go:17: one-space
whitespace_test.go:18: two-space
whitespace_test.go:19: four-space
whitespace_test.go:20: eight-space
whitespace_test.go:21: no-space
no-space
one-space
two-space
four-space
eight-space
no-space
=== RUN TestSubTests/TestWithTab
whitespace_test.go:31: no-tab
whitespace_test.go:32: one-tab
whitespace_test.go:33: two-tab
no-tab
one-tab
two-tab
=== RUN TestSubTests/TestWithNewlinesFlat
whitespace_test.go:40: no-newline
whitespace_test.go:41: one-newline
one-newline
whitespace_test.go:42: two-newlines
two-newlines
two-newlines
no-newline
one-newline
one-newline
two-newlines
two-newlines
two-newlines
--- PASS: TestSubTests (0.00s)
--- PASS: TestSubTests/TestFlat (0.00s)
--- PASS: TestSubTests/TestWithSpace (0.00s)
--- PASS: TestSubTests/TestWithTab (0.00s)
--- PASS: TestSubTests/TestWithNewlinesFlat (0.00s)
PASS
ok package/whitespace 0.001s