aboutsummaryrefslogtreecommitdiff
path: root/lib/parser/parser_test.go
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-03-26 00:16:52 +0700
committerShulhan <m.shulhan@gmail.com>2020-03-26 00:16:52 +0700
commitb0fa5a477156f33559ea8598632ae26dff79345b (patch)
tree9a7d4b69f05852af673569bc77ac736b9b0a1ff2 /lib/parser/parser_test.go
parentc5729b4cac0acd5448abf4e4e64d37081f7f8c87 (diff)
downloadpakakeh.go-b0fa5a477156f33559ea8598632ae26dff79345b.tar.xz
all: fix and suppress linter warnings
Diffstat (limited to 'lib/parser/parser_test.go')
-rw-r--r--lib/parser/parser_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parser/parser_test.go b/lib/parser/parser_test.go
index 71d0a9e5..7c826a81 100644
--- a/lib/parser/parser_test.go
+++ b/lib/parser/parser_test.go
@@ -244,8 +244,8 @@ func TestParser_SkipHorizontalSpaces(t *testing.T) {
cases := []struct {
desc string
content string
- expRune rune
expToken string
+ expRune rune
expDelim rune
}{{
desc: "With empty content",