Skip to content

Commit

Permalink
Add test case with relative template construction
Browse files Browse the repository at this point in the history
  • Loading branch information
jheintz committed Jul 13, 2014
1 parent fb074e7 commit bb7932b
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -26,6 +26,12 @@
"b": "bar",
"expected": "http://example.com/foo/bar/baz"
},
"relative-path-segments" : {
"href": ".{/a,b}/baz",
"a": "foo",
"b": "bar",
"expected": "./foo/bar/baz"
},
"template-form-style" : {
"href": "http://example.com{?a,b}",
"a": "foo",
Expand Down

0 comments on commit bb7932b

Please sign in to comment.