fixed a pct-error for multibyte utf8 chars
Showing
... | @@ -35,10 +35,16 @@ | ... | @@ -35,10 +35,16 @@ |
"uritemplate-test/spec-examples-by-sections.json", | "uritemplate-test/spec-examples-by-sections.json", | ||
"uritemplate-test/spec-examples.json" | "uritemplate-test/spec-examples.json" | ||
], | ], | ||
"version": "0.2.1", | "version": "0.2.2", | ||
"readmeFilename": "README.md", | "readmeFilename": "README.md", | ||
"gitHead": "901b85201a821427dfb4591b56aea3a70d45c67c", | "gitHead": "901b85201a821427dfb4591b56aea3a70d45c67c", | ||
"devDependencies": {}, | "devDependencies": { | ||
"jshint": "*", | |||
"nodeunit": "*", | |||
"jake": "*", | |||
"uglify-js": "*", | |||
"async": "*" | |||
}, | |||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://github.com/fxa/uritemplate-js.git" | "url": "https://github.com/fxa/uritemplate-js.git" | ||
... | ... |
test/unit/testPctEncoder.js
0 → 100644
Please register or sign in to comment