Skip to content

Commit

Permalink
Test UnsetString.
Browse files Browse the repository at this point in the history
  • Loading branch information
knz committed Sep 7, 2022
1 parent b982083 commit ff8fdd6
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 ff8fdd6

Please sign in to comment.