-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix runtime panic with colpan or rowspan set to zero
Make it a compiler error instead: Fix panic: ``` panicked at internal/core/layout.rs:459:33: index out of bounds: the len is 2 but the index is 2 ``` ChangeLog: Transformed runtime panic with `colspan:0` or `rowspan:0` into a compile error
- Loading branch information
Showing
2 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters