[Pkg-javascript-commits] [node-entities] 29/63: fixed test case

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Sep 22 08:15:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository node-entities.

commit f3eb14d02ad59b9a72e1ba4aae81aa0f84654df3
Author: fb55 <feedic at me.com>
Date:   Sun Feb 16 11:54:37 2014 +0100

    fixed test case
---
 test/test.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test.js b/test/test.js
index fa6c00d..172aa4e 100644
--- a/test/test.js
+++ b/test/test.js
@@ -5,7 +5,7 @@ describe("Encode->decode test", function() {
 	var testcases = [
 		{
 			input: "asdf & ÿ ü '",
-			xml: "asdf & ÿ ü '",
+			xml: "asdf & &#xFF; &#xFC; '",
 			html4: "asdf & ÿ ü '",
 			html5: "asdf & ÿ ü '"
 		}, {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-entities.git



More information about the Pkg-javascript-commits mailing list