From 3818b657824d209a3c0f31d606a7459127dd004f Mon Sep 17 00:00:00 2001 From: "Ryan J. McDonough" Date: Sat, 10 Aug 2013 14:43:16 -0400 Subject: [PATCH] added missing tests from issue #32 --- spec-examples-by-section.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec-examples-by-section.json b/spec-examples-by-section.json index dbb00ff..5aef182 100644 --- a/spec-examples-by-section.json +++ b/spec-examples-by-section.json @@ -109,6 +109,8 @@ }, "testcases" : [ ["{+var}", "value"], + ["{/var,empty}", "/value/"], + ["{/var,undef}", "/value"], ["{+hello}", "Hello%20World!"], ["{+half}", "50%25"], ["{base}index", "http%3A%2F%2Fexample.com%2Fhome%2Findex"],