MantisBT - Hubbub | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0002090 | Hubbub | [All Projects] General | public | 2014-03-09 14:48 | 2014-06-12 11:24 |
Reporter | Achal | ||||
---|---|---|---|---|---|
Assigned To | John-Mark Bell | ||||
Priority | normal | Severity | feature | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Platform | linux | OS | ubuntu | OS Version | 13.10 |
Product Version | |||||
Target Version | Fixed in Version | ||||
Fixed in CI build # | |||||
Reported in CI build # | |||||
Summary | 0002090: updating some tokeniser test to html5lib | ||||
Description | cdata.test entities.test numericEntities.test test1.test test2.test test3.test test4.test unicodeChars.test are the test suits which are updated to html5lib tests and passed on tokeniser2 after this patch | ||||
Additional Information | FROM TEST4.TEST {"description":"Maximum non-BMP numeric entity", "input":"", "output":["ParseError", ["Character", "\uDBFF\uDFFF"]]}, and FROM NUMERICENTITIES.TEST {"description": "Invalid numeric entity character U+10FFFF", "input": "", "output": ["ParseError", ["Character", "\uFFFD"]]}, are two conflicting tests. So I used first one because it is in accordance with html5 specs. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | libhubbub-test.diff (293,757) 2014-03-09 14:48 https://bugs.netsurf-browser.org/mantis/file_download.php?file_id=93&type=bug rewrite.diff (301,032) 2014-03-11 16:29 https://bugs.netsurf-browser.org/mantis/file_download.php?file_id=94&type=bug 0001-Rewriting-whole-tokenizer-and-updating-its-tests.patch (255,232) 2014-03-11 17:00 https://bugs.netsurf-browser.org/mantis/file_download.php?file_id=95&type=bug 0002-Replacing-content-model-with-states-except-SCRIPT-DA.patch (57,023) 2014-03-11 17:00 https://bugs.netsurf-browser.org/mantis/file_download.php?file_id=96&type=bug 0003-Fix-tokeniser-test-executer-for-content-model-replac.patch (4,014) 2014-03-11 17:01 https://bugs.netsurf-browser.org/mantis/file_download.php?file_id=97&type=bug 0004-Fixing-rcdata-and-rawtext-close-tag-open-state-for-b.patch (4,433) 2014-03-11 17:01 https://bugs.netsurf-browser.org/mantis/file_download.php?file_id=98&type=bug |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2014-03-09 14:48 | Achal | New Issue | |||
2014-03-09 14:48 | Achal | File Added: libhubbub-test.diff | |||
2014-03-09 14:58 | Achal | Note Added: 0000260 | |||
2014-03-11 16:00 | Achal | Note Added: 0000267 | |||
2014-03-11 16:29 | Achal | File Added: rewrite.diff | |||
2014-03-11 17:00 | Achal | File Added: 0001-Rewriting-whole-tokenizer-and-updating-its-tests.patch | |||
2014-03-11 17:00 | Achal | File Added: 0002-Replacing-content-model-with-states-except-SCRIPT-DA.patch | |||
2014-03-11 17:01 | Achal | File Added: 0003-Fix-tokeniser-test-executer-for-content-model-replac.patch | |||
2014-03-11 17:01 | Achal | File Added: 0004-Fixing-rcdata-and-rawtext-close-tag-open-state-for-b.patch | |||
2014-06-12 11:24 | Vincent Sanders | Assigned To | => John-Mark Bell | ||
2014-06-12 11:24 | Vincent Sanders | Status | new => acknowledged |