diff --git a/example_test.go b/example_test.go index 690b2e7..0f08cce 100644 --- a/example_test.go +++ b/example_test.go @@ -73,7 +73,7 @@ func Example_trailingTab() { // ---aaaa|---bbbb|---aligned| } -func Example_ANSIcolor() { +func Example() { // Observe the text with ANSI color w := tabwriter.NewWriter(os.Stdout, 0, 0, 1, ' ', tabwriter.Debug) fmt.Fprintln(w, "a\t\x1b[32mb\x1b[0m\tc") // hex