Skip to content

Commit 6a359b1

Browse files
committedJan 12, 2025
remove unused constants in render list test
1 parent 7db53b2 commit 6a359b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎plugin/commonmark/render_list_test.go

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ import (
99
)
1010

1111
func TestNewCommonmarkPlugin_List(t *testing.T) {
12-
const nonBreakingSpace = '\u00A0'
13-
const zeroWidthSpace = '\u200b'
14-
1512
runs := []struct {
1613
desc string
1714
input string

0 commit comments

Comments
 (0)
Please sign in to comment.