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 3e47093 commit f380c8a
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 f380c8a

Please sign in to comment.