Commit d36e4083 authored by Geoff Simmons's avatar Geoff Simmons

more hex tests

parent 81e2514c
......@@ -40,8 +40,8 @@ varnish v1 -vcl {
convert.encode(BASE64URL, convert.decode(HEX, req.http.hexall));
set resp.http.b64urlnopad =
convert.encode(BASE64URLNOPAD, convert.decode(IDENTITY,
"The quick brown fox jumps over the lazy dog"));
convert.encode(BASE64URLNOPAD,
convert.decode(IDENTITY, req.http.pangram));
set resp.http.b64nopadhobbes =
convert.encode(BASE64URLNOPAD,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment