Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestGoSyntax broken at v0.1.0 in Go 1.11 #57

Open
bcmills opened this issue Sep 25, 2018 · 0 comments
Open

TestGoSyntax broken at v0.1.0 in Go 1.11 #57

bcmills opened this issue Sep 25, 2018 · 0 comments

Comments

@bcmills
Copy link

bcmills commented Sep 25, 2018

~/src/golang.org/x/build$ go list -m github.com/kr/pretty
github.com/kr/pretty v0.1.0

~/src/golang.org/x/build$ go version
go version devel +55931b5e16 Mon Sep 24 12:55:24 2018 -0400 linux/amd64

~/src/golang.org/x/build$ go test github.com/kr/pretty
--- FAIL: TestGoSyntax (0.00s)
    formatter_test.go:170: expected "float64(1)"
    formatter_test.go:171: got      "float64(1.0)"
    formatter_test.go:172: expraw
        float64(1)
    formatter_test.go:173: gotraw
        float64(1.0)
    formatter_test.go:170: expected "(1+0i)"
    formatter_test.go:171: got      "(1.0+0.0i)"
    formatter_test.go:172: expraw
        (1+0i)
    formatter_test.go:173: gotraw
        (1.0+0.0i)
FAIL
FAIL    github.com/kr/pretty    0.019s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant