Skip to content

Commit 89838b3

Browse files
committed
Test UnsetString.
1 parent 5cc5d80 commit 89838b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

style_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ func Example_string() {
2929

3030
fmt.Println(s.Value())
3131
fmt.Println(s.String())
32+
fmt.Println(s.UnsetString().Value())
3233

3334
// Output:
3435
// hello
3536
// hello
37+
//
3638
}
3739

3840
// Example_padding exercises the computed padding getters.

0 commit comments

Comments
 (0)