mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 07:21:05 +00:00
remove gremlin
This commit is contained in:
parent
b87c3a2c3a
commit
a9ffe0e617
@ -111,7 +111,7 @@ describe("Core htmx Parameter Handling", function() {
|
||||
})
|
||||
|
||||
it('correctly URL escapes values', function () {
|
||||
htmx._("urlEncode")({}).should.equal("");``
|
||||
htmx._("urlEncode")({}).should.equal("");
|
||||
htmx._("urlEncode")({"foo": "bar"}).should.equal("foo=bar");
|
||||
htmx._("urlEncode")({"foo": "bar", "do" : "rey"}).should.equal("foo=bar&do=rey");
|
||||
htmx._("urlEncode")({"foo": "bar", "do" : ["rey", "blah"]}).should.equal("foo=bar&do=rey&do=blah");
|
||||
|
Loading…
x
Reference in New Issue
Block a user