Update parsing to strip whitespace from table cells (#1074)
* Update parsing to strip leading & trailing whitespace from table cells * Update fixture data to disallow whitespaces at both ends in table cells * Add test case for whitespaces stripped from both ends of table cells * Update table reference test data for html tests
Showing
- haddock-library/fixtures/examples/table-cell-strip-whitespaces.input 5 additions, 0 deletions...rary/fixtures/examples/table-cell-strip-whitespaces.input
- haddock-library/fixtures/examples/table-cell-strip-whitespaces.parsed 29 additions, 0 deletions...ary/fixtures/examples/table-cell-strip-whitespaces.parsed
- haddock-library/fixtures/examples/table-simple.parsed 9 additions, 19 deletionshaddock-library/fixtures/examples/table-simple.parsed
- haddock-library/fixtures/examples/table1.parsed 16 additions, 29 deletionshaddock-library/fixtures/examples/table1.parsed
- haddock-library/fixtures/examples/table2.parsed 10 additions, 10 deletionshaddock-library/fixtures/examples/table2.parsed
- haddock-library/fixtures/examples/table3.parsed 11 additions, 11 deletionshaddock-library/fixtures/examples/table3.parsed
- haddock-library/fixtures/examples/table4.parsed 5 additions, 5 deletionshaddock-library/fixtures/examples/table4.parsed
- haddock-library/fixtures/examples/table5.parsed 10 additions, 17 deletionshaddock-library/fixtures/examples/table5.parsed
- haddock-library/src/Documentation/Haddock/Parser.hs 9 additions, 9 deletionshaddock-library/src/Documentation/Haddock/Parser.hs
- html-test/ref/Table.html 48 additions, 48 deletionshtml-test/ref/Table.html
Loading
Please register or sign in to comment