null+****@clear*****
null+****@clear*****
2012年 1月 25日 (水) 14:58:46 JST
Kouhei Sutou 2012-01-25 14:58:46 +0900 (Wed, 25 Jan 2012)
New Revision: 624beaf3a34313204d558960b3ede2244aca4a8b
Log:
[test] add '+' and ' ' case for grn_text_urlenc().
Modified files:
test/unit/util/test-string.c
Modified: test/unit/util/test-string.c (+1 -0)
===================================================================
--- test/unit/util/test-string.c 2012-01-25 12:04:30 +0900 (8404f97)
+++ test/unit/util/test-string.c 2012-01-25 14:58:46 +0900 (1d9849d)
@@ -338,6 +338,7 @@ data_urlenc(void)
" 日本語です。 ",
-1);
ADD_DATUM("percent", "%251%252%253", "%1%2%3", -1);
+ ADD_DATUM("plus", "%2B%20%2B", "+ +", -1);
#undef ADD_DATUM
}