Add tests for COUCHDB-1493
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e0a9f38c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e0a9f38c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e0a9f38c
Branch: refs/heads/master
Commit: e0a9f38cfec4a2bf5ca508c0a393c83826795b50
Parents: 02416a1
Author: Adam Lofts <Adam.Lofts@gmail.com>
Authored: Tue Jul 23 11:25:56 2013 +0100
Committer: Adam Lofts <Adam.Lofts@gmail.com>
Committed: Tue Jul 23 11:28:07 2013 +0100
----------------------------------------------------------------------
share/www/script/test/utf8.js | 1 +
1 file changed, 1 insertion(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/couchdb/blob/e0a9f38c/share/www/script/test/utf8.js
----------------------------------------------------------------------
diff --git a/share/www/script/test/utf8.js b/share/www/script/test/utf8.js
index b77845d..04f6313 100644
--- a/share/www/script/test/utf8.js
+++ b/share/www/script/test/utf8.js
@@ -23,6 +23,7 @@ couchTests.utf8 = function(debug) {
texts[2] = "3. Math: ∮ E⋅da = Q, n → ∞, ∑ f(i) = ∏ g(i),"
texts[3] = "4. Geek: STARGΛ̊TE SG-1"
texts[4] = "5. Braille: ⡌⠁⠧⠑ ⠼⠁⠒ ⡍⠜⠇⠑⠹⠰⠎ ⡣⠕⠌"
+ texts[5] = "6. null \u0000 byte"
// check that we can save a reload with full fidelity
for (var i=0; i<texts.length; i++) {
|