aboutsummaryrefslogtreecommitdiff
path: root/lib/net/html/example_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/html/example_test.go')
-rw-r--r--lib/net/html/example_test.go18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/net/html/example_test.go b/lib/net/html/example_test.go
index e06f6da4..d0582555 100644
--- a/lib/net/html/example_test.go
+++ b/lib/net/html/example_test.go
@@ -15,15 +15,15 @@ func ExampleNormalizeForID() {
fmt.Println(NormalizeForID(".123 ABC def"))
fmt.Println(NormalizeForID("test 123"))
fmt.Println(NormalizeForID("⌘"))
- //Output:
- //_
- //_id_
- //_id_
- //_id_1
- //_1-d
- //_123_abc_def
- //test_123
- //___
+ // Output:
+ // _
+ // _id_
+ // _id_
+ // _id_1
+ // _1-d
+ // _123_abc_def
+ // test_123
+ // ___
}
func ExampleSanitize() {