From 515f5732818e6d7139fe0f28e7417b35a80119e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 16 Feb 2015 14:44:51 +0100 Subject: Add a comment on a test --- src/cow_cookie.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cow_cookie.erl') diff --git a/src/cow_cookie.erl b/src/cow_cookie.erl index 6db89be..02df65e 100644 --- a/src/cow_cookie.erl +++ b/src/cow_cookie.erl @@ -155,7 +155,7 @@ parse_cookie_test_() -> {<<"foo=\\\";;bar=good ">>, [{<<"foo">>, <<"\\\"">>}, {<<"bar">>, <<"good">>}]}, {<<"foo=\"\\\";bar">>, {error, badarg}}, - {<<>>, []}, + {<<>>, []}, %% Flash player. {<<"foo=bar , baz=wibble ">>, [{<<"foo">>, <<"bar , baz=wibble">>}]} ], [{V, fun() -> R = parse_cookie(V) end} || {V, R} <- Tests]. -- cgit v1.2.3