(document)
| 32 | } |
| 33 | |
| 34 | function rowLabels(document) { |
| 35 | return Array.from(document.querySelectorAll('tbody tr:not([data-table-empty])')) |
| 36 | .map(row => row.cells[1]?.textContent.trim() || row.cells[0].textContent.trim()); |
| 37 | } |
| 38 | |
| 39 | function fixture() { |
| 40 | return ` |