summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/data/tokeniser2/INDEX2
-rw-r--r--test/entities.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/data/tokeniser2/INDEX b/test/data/tokeniser2/INDEX
index 67475c4..57c0cad 100644
--- a/test/data/tokeniser2/INDEX
+++ b/test/data/tokeniser2/INDEX
@@ -14,7 +14,7 @@ test1.test html5lib tests (part 1)
cdata.test CDATA section tests
#regression.test Regression tests
#domjs.test NA
-#namedEntities.test html5lib named entities tests
+namedEntities.test html5lib named entities tests
#pendingSpecChanges.test NA
#unicodeCharsProblematic.test NA
#xmlViolation.test NA
diff --git a/test/entities.c b/test/entities.c
index f730f17..51efc95 100644
--- a/test/entities.c
+++ b/test/entities.c
@@ -4,7 +4,7 @@
int main(int argc, char **argv)
{
- uint32_t result;
+ hubbub_string result;
int32_t context = -1;
UNUSED(argc);