Skip to content

Commit

Permalink
Test UnsetString.
Browse files Browse the repository at this point in the history
  • Loading branch information
knz committed Sep 3, 2022
1 parent 5cc5d80 commit 89838b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style_test.go
Expand Up @@ -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.
Expand Down

0 comments on commit 89838b3

Please sign in to comment.