()
| 876 | } |
| 877 | |
| 878 | function fixPageBreaksFile() { |
| 879 | const modesDiv = $('#file').parent().parent().parent() |
| 880 | move(modesDiv, 'file') |
| 881 | move(modesDiv, 'exceptions-1') |
| 882 | } |
| 883 | |
| 884 | function fixPageBreaksStruct() { |
| 885 | const formatDiv = $('#floatingpointtypesstructalwaysusesstandardsizes').parent().parent().parent().parent() |
no test coverage detected