- Timestamp:
- 2011-02-25 10:12:38 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kauri-jquery/src/test/kauri.util/test-uritemplate.js
r1855 r1871 1 1 module('Template URI Testing'); 2 3 2 4 3 test("getProperty tests", function() { … … 62 61 var testset = { 63 62 "uri without tokens" :"uri without tokens", 64 "-{x}-{y.y}-{z.z}-": "-one-2-three-" 63 "-{x}-{y.y}-{z.z}-" : "-one-2-three-", 64 "back to {a=default}" : "back to default", 65 "{-opt|yes|x}{-opt|no|a}" : "yes", 66 "{-neg|yes|x}{-neg|no|a}" : "no", 67 "{-prefix|1=|x}{-prefix|none|a}" : "1=one", 65 68 } 66 69
Note: See TracChangeset
for help on using the changeset viewer.