diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-10-18 08:25:36 -0700 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2018-10-18 08:25:36 -0700 |
commit | f0e05fca8553b97f65c3102090848b8c4cf9e609 (patch) | |
tree | 30f87f22bd446cb6c2372904c0019794d42762d3 /html-test/ref/Table.html | |
parent | 3b9f729f30ec9bc2f4afd45f1d8ffeaaffc394cd (diff) |
Accept tests
Diffstat (limited to 'html-test/ref/Table.html')
-rw-r--r-- | html-test/ref/Table.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/html-test/ref/Table.html b/html-test/ref/Table.html index 462f7ca5..7ba2d38d 100644 --- a/html-test/ref/Table.html +++ b/html-test/ref/Table.html @@ -177,16 +177,16 @@ ><thead ><tr ><th - > Header row, column 1 + > Header row, column 1 (header rows optional) </th ><th - > Header 2 + > Header 2 </th ><th - > Header 3 + > Header 3 </th ><th - > Header 4 + > Header 4 </th ></tr ></thead @@ -215,12 +215,12 @@ ><td > body row 3 </td ><td rowspan="2" - > Cells may - span rows. + > Cells may + span rows. </td ><td colspan="2" rowspan="2" - > \[ - f(n) = \sum_{i=1} + > \[ + f(n) = \sum_{i=1} \] </td ></tr ><tr @@ -237,4 +237,4 @@ ></div ></body ></html -> +>
\ No newline at end of file |