From ae4686b0dd6a75591e8a8fb4856bcdf8740e778e Mon Sep 17 00:00:00 2001 From: Mohsen Azimi Date: Fri, 30 Jan 2015 16:34:08 -0800 Subject: [PATCH] More test + fix decodeURIComponent call Previously I was calling decodeURIComponent on regex match result which was an array. This fixes that and alos adds more tests --- dist/index.html | 4 ++-- src/main/html/index.html | 4 ++-- src/test/e2e/index.js | 27 +++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/dist/index.html b/dist/index.html index 4b2642cf..b35d28ae 100644 --- a/dist/index.html +++ b/dist/index.html @@ -24,9 +24,9 @@