We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2111c commit 9848c7eCopy full SHA for 9848c7e
extra/rediscmd/rediscmd_test.go
@@ -23,6 +23,7 @@ var _ = Describe("AppendArg", func() {
23
Entry("", "+inf", "+inf"),
24
Entry("", "foo.bar", "foo.bar"),
25
Entry("", "foo:bar", "foo:bar"),
26
+ Entry("", "foo bar", "foo bar"),
27
Entry("", "foo{bar}", "foo{bar}"),
28
Entry("", "foo-123_BAR", "foo-123_BAR"),
29
Entry("", "foo\nbar", "666f6f0a626172"),
0 commit comments