Changeset 531
- Timestamp:
- 2008-08-20 21:24:40 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kauri-forms/kauri-forms-framework/src/test/js/test-uritemplate.js
r528 r531 51 51 "http://example.com/{f}/" :"http://example.com//", 52 52 53 "{scheme}://{20}.example.org?date={wilma}&option={a}" :"https://this-is-spinal-tap.example.org?date=&option=fred" /* 54 * , 55 * these 56 * tests 57 * are 58 * no 59 * longer 60 * valid, 61 * later 62 * clarificatioons 63 * of 64 * the 65 * spec 66 * force 67 * pcnt-encoding 68 * of 69 * all 70 * generated 71 * values 72 * "http://example.org?{p}": 73 * "http://example.org?quote=to+be+or+not+to+be", 74 * 75 * "http://example.com/{q}": 76 * "http://example.com/hullo#world" 77 */ 53 "{scheme}://{20}.example.org?date={wilma}&option={a}" :"https://this-is-spinal-tap.example.org?date=&option=fred" 54 55 /* 56 * , these tests are no longer valid, later clarificatioons of the spec force pcnt-encoding of all generated values 57 * "http://example.org?{p}": "http://example.org?quote=to+be+or+not+to+be", 58 * 59 * "http://example.com/{q}": "http://example.com/hullo#world" 60 */ 78 61 }; 79 62
Note: See TracChangeset
for help on using the changeset viewer.