summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-06-17 02:36:32 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-06-17 02:36:32 +0000
commite0dbf01a17ab0fe3cacf0e2112f4497399b06793 (patch)
treebce69dbdfcdcf2443fa255c0c11dd361521c3d43 /test
parent0708ee58229be03a8508a669ce3f94d1039d969f (diff)
downloadlibhubbub-e0dbf01a17ab0fe3cacf0e2112f4497399b06793.tar.gz
libhubbub-e0dbf01a17ab0fe3cacf0e2112f4497399b06793.tar.bz2
Restore the commenting-out of a test.
svn path=/trunk/hubbub/; revision=4368
Diffstat (limited to 'test')
-rw-r--r--test/data/tokeniser2/test2.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/data/tokeniser2/test2.test b/test/data/tokeniser2/test2.test
index 50c3531..8b4f516 100644
--- a/test/data/tokeniser2/test2.test
+++ b/test/data/tokeniser2/test2.test
@@ -132,9 +132,12 @@
"input":"foo < bar",
"output":[["Character", "foo "], "ParseError", ["Character", "< bar"]]},
+/* jmb -- libjson uses C strings internally, thus the input gets truncated before the
+ * data is fed to the input stream (and thus the tokeniser)
{"description":"Null Byte Replacement",
"input":"\u0000",
"output":["ParseError", ["Character", "\ufffd"]]},
+*/
{"description":"Comment with dash",
"input":"<!---x",