From f8ee6d4dadbc8f28095346b91d0a3ed3ed495c4f Mon Sep 17 00:00:00 2001 From: ipknHama Date: Tue, 15 Apr 2014 05:11:37 +0900 Subject: add test for parameter tagging, response --- utility.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utility.h') diff --git a/utility.h b/utility.h index 5da8b7e..f824d61 100644 --- a/utility.h +++ b/utility.h @@ -94,7 +94,8 @@ namespace flask constexpr bool is_str(const_str s, unsigned i) { - return is_equ_n(s, i, "", 0, 5); + return is_equ_n(s, i, "", 0, 5) || + is_equ_n(s, i, "", 0, 8); } constexpr bool is_path(const_str s, unsigned i) -- cgit v1.2.3-54-g00ecf