[Pkg-javascript-commits] [uglifyjs] 08/28: Update tests.
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 11:57:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository uglifyjs.
commit 37693d2812ee2e5555dbdf1712e7e3f85d64d870
Author: Mihai Bazon <mihai at bazon.net>
Date: Fri Apr 18 11:19:52 2014 +0300
Update tests.
---
test/compress/properties.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/compress/properties.js b/test/compress/properties.js
index 8504596..736d9d8 100644
--- a/test/compress/properties.js
+++ b/test/compress/properties.js
@@ -26,7 +26,7 @@ dot_properties: {
a.foo = "bar";
a["if"] = "if";
a["*"] = "asterisk";
- a.\u0EB3 = "unicode";
+ a["\u0EB3"] = "unicode";
a[""] = "whitespace";
a["1_1"] = "foo";
}
@@ -48,7 +48,7 @@ dot_properties_es5: {
a.foo = "bar";
a.if = "if";
a["*"] = "asterisk";
- a.\u0EB3 = "unicode";
+ a["\u0EB3"] = "unicode";
a[""] = "whitespace";
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list