|  | 
| 10 | 10 |     @testset "Alignment as a Symbol" verbose = true  begin | 
| 11 | 11 |         expected = """ | 
| 12 | 12 | <table> | 
| 13 |  | -  <tr class = "columnLabelRow"> | 
| 14 |  | -    <th style = "text-align: center; font-weight: bold;">Col. 1</th> | 
| 15 |  | -    <th style = "text-align: center; font-weight: bold;">Col. 2</th> | 
| 16 |  | -    <th style = "text-align: center; font-weight: bold;">Col. 3</th> | 
| 17 |  | -    <th style = "text-align: center; font-weight: bold;">Col. 4</th> | 
| 18 |  | -    <th style = "text-align: center; font-weight: bold;">Col. 5</th> | 
| 19 |  | -  </tr> | 
|  | 13 | +  <thead> | 
|  | 14 | +    <tr class = "columnLabelRow"> | 
|  | 15 | +      <th style = "text-align: center; font-weight: bold;">Col. 1</th> | 
|  | 16 | +      <th style = "text-align: center; font-weight: bold;">Col. 2</th> | 
|  | 17 | +      <th style = "text-align: center; font-weight: bold;">Col. 3</th> | 
|  | 18 | +      <th style = "text-align: center; font-weight: bold;">Col. 4</th> | 
|  | 19 | +      <th style = "text-align: center; font-weight: bold;">Col. 5</th> | 
|  | 20 | +    </tr> | 
|  | 21 | +  </thead> | 
| 20 | 22 |   <tbody> | 
| 21 | 23 |     <tr class = "dataRow"> | 
| 22 | 24 |       <td style = "text-align: center;">(1, 1)</td> | 
|  | 
| 69 | 71 | 
 | 
| 70 | 72 |         expected = """ | 
| 71 | 73 | <table> | 
| 72 |  | -  <tr class = "columnLabelRow"> | 
| 73 |  | -    <th style = "font-weight: bold;">Col. 1</th> | 
| 74 |  | -    <th style = "font-weight: bold;">Col. 2</th> | 
| 75 |  | -    <th style = "font-weight: bold;">Col. 3</th> | 
| 76 |  | -    <th style = "font-weight: bold;">Col. 4</th> | 
| 77 |  | -    <th style = "font-weight: bold;">Col. 5</th> | 
| 78 |  | -  </tr> | 
|  | 74 | +  <thead> | 
|  | 75 | +    <tr class = "columnLabelRow"> | 
|  | 76 | +      <th style = "font-weight: bold;">Col. 1</th> | 
|  | 77 | +      <th style = "font-weight: bold;">Col. 2</th> | 
|  | 78 | +      <th style = "font-weight: bold;">Col. 3</th> | 
|  | 79 | +      <th style = "font-weight: bold;">Col. 4</th> | 
|  | 80 | +      <th style = "font-weight: bold;">Col. 5</th> | 
|  | 81 | +    </tr> | 
|  | 82 | +  </thead> | 
| 79 | 83 |   <tbody> | 
| 80 | 84 |     <tr class = "dataRow"> | 
| 81 | 85 |       <td>(1, 1)</td> | 
|  | 
| 129 | 133 |     @testset "Alignment as a Vector" verbose = true  begin | 
| 130 | 134 |         expected = """ | 
| 131 | 135 | <table> | 
| 132 |  | -  <tr class = "columnLabelRow"> | 
| 133 |  | -    <th style = "text-align: left; font-weight: bold;">Col. 1</th> | 
| 134 |  | -    <th style = "text-align: center; font-weight: bold;">Col. 2</th> | 
| 135 |  | -    <th style = "text-align: right; font-weight: bold;">Col. 3</th> | 
| 136 |  | -    <th style = "text-align: left; font-weight: bold;">Col. 4</th> | 
| 137 |  | -    <th style = "text-align: center; font-weight: bold;">Col. 5</th> | 
| 138 |  | -  </tr> | 
|  | 136 | +  <thead> | 
|  | 137 | +    <tr class = "columnLabelRow"> | 
|  | 138 | +      <th style = "text-align: left; font-weight: bold;">Col. 1</th> | 
|  | 139 | +      <th style = "text-align: center; font-weight: bold;">Col. 2</th> | 
|  | 140 | +      <th style = "text-align: right; font-weight: bold;">Col. 3</th> | 
|  | 141 | +      <th style = "text-align: left; font-weight: bold;">Col. 4</th> | 
|  | 142 | +      <th style = "text-align: center; font-weight: bold;">Col. 5</th> | 
|  | 143 | +    </tr> | 
|  | 144 | +  </thead> | 
| 139 | 145 |   <tbody> | 
| 140 | 146 |     <tr class = "dataRow"> | 
| 141 | 147 |       <td style = "text-align: left;">(1, 1)</td> | 
|  | 
| 188 | 194 | 
 | 
| 189 | 195 |         expected = """ | 
| 190 | 196 | <table> | 
| 191 |  | -  <tr class = "columnLabelRow"> | 
| 192 |  | -    <th style = "text-align: left; font-weight: bold;">Col. 1</th> | 
| 193 |  | -    <th style = "text-align: center; font-weight: bold;">Col. 2</th> | 
| 194 |  | -    <th style = "text-align: right; font-weight: bold;">Col. 3</th> | 
| 195 |  | -    <th style = "font-weight: bold;">Col. 4</th> | 
| 196 |  | -    <th style = "text-align: right; font-weight: bold;">Col. 5</th> | 
| 197 |  | -  </tr> | 
|  | 197 | +  <thead> | 
|  | 198 | +    <tr class = "columnLabelRow"> | 
|  | 199 | +      <th style = "text-align: left; font-weight: bold;">Col. 1</th> | 
|  | 200 | +      <th style = "text-align: center; font-weight: bold;">Col. 2</th> | 
|  | 201 | +      <th style = "text-align: right; font-weight: bold;">Col. 3</th> | 
|  | 202 | +      <th style = "font-weight: bold;">Col. 4</th> | 
|  | 203 | +      <th style = "text-align: right; font-weight: bold;">Col. 5</th> | 
|  | 204 | +    </tr> | 
|  | 205 | +  </thead> | 
| 198 | 206 |   <tbody> | 
| 199 | 207 |     <tr class = "dataRow"> | 
| 200 | 208 |       <td style = "text-align: left;">(1, 1)</td> | 
|  | 
0 commit comments