[Pkg-javascript-commits] [ltx] 280/469: issue-29 test #3 which is not failing
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 13:03:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository ltx.
commit 890f5862d5212f81204964180c6d5d798d9be8d8
Author: ▟ ▖▟ ▖ <dodo.the.last at gmail.com>
Date: Sat Nov 30 22:31:53 2013 +0100
issue-29 test #3 which is not failing
---
test/unicode-test.js | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/test/unicode-test.js b/test/unicode-test.js
index 419c4f4..a0b40e6 100644
--- a/test/unicode-test.js
+++ b/test/unicode-test.js
@@ -18,6 +18,14 @@ vows.describe('unicode').addBatch({
.c('body').t('니코드<'.toString('utf8'))
assert.equal(element.getChildText('body'), text)
},
+ 'issue-29 test #3': function() {
+ var text = '니코드<'
+ var element = new Element(
+ 'message', { to: 'you at server.com', type: 'chat' }
+ )
+ .c('body').t('니코드<'.toString('utf8'))
+ assert.equal(element.getText(), text)
+ },
'issue-29 test write': function() {
var text = '유니코드'
var result = '<0message0 0to0="0-1 at chat.fb.com0"0 0type0="0chat0"0>0<0body0>'.split(0)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git
More information about the Pkg-javascript-commits
mailing list