Skip to content

Commit 9848c7e

Browse files
author
fumiyanokesinn
committed
add space test
1 parent 0d2111c commit 9848c7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extra/rediscmd/rediscmd_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ var _ = Describe("AppendArg", func() {
2323
Entry("", "+inf", "+inf"),
2424
Entry("", "foo.bar", "foo.bar"),
2525
Entry("", "foo:bar", "foo:bar"),
26+
Entry("", "foo bar", "foo bar"),
2627
Entry("", "foo{bar}", "foo{bar}"),
2728
Entry("", "foo-123_BAR", "foo-123_BAR"),
2829
Entry("", "foo\nbar", "666f6f0a626172"),

0 commit comments

Comments
 (0)