diff --git a/style_test.go b/style_test.go index b2cc7252..84ebb80e 100644 --- a/style_test.go +++ b/style_test.go @@ -29,10 +29,12 @@ func Example_string() { fmt.Println(s.Value()) fmt.Println(s.String()) + fmt.Println(s.UnsetString().Value()) // Output: // hello // hello + // } // Example_padding exercises the computed padding getters.