a=7 and b=2 should NOT fit into m=8 and n=7
Expected: false, instead got: true
| 1 | 1 | 1 | 1 | 1 | 1 | 1 | E |
| 1 | 1 | 1 | 1 | 1 | 1 | 1 | E |
| 2 | 2 | 2 | 2 | 2 | 2 | 2 | E |
| 2 | 2 | 2 | 2 | 2 | 2 | 2 | E |
| E | E | E | E | E | E | E | E |
| E | E | E | E | E | E | E | E |
| E | E | E | E | E | E | E | E |
Wow, totally thought about this wrong thanks!
Javascript error:
a=7 and b=2 should NOT fit into m=8 and n=7
Expected: false, instead got: true
| 1 | 1 | 1 | 1 | 1 | 1 | 1 | E |
| 1 | 1 | 1 | 1 | 1 | 1 | 1 | E |
| 2 | 2 | 2 | 2 | 2 | 2 | 2 | E |
| 2 | 2 | 2 | 2 | 2 | 2 | 2 | E |
| E | E | E | E | E | E | E | E |
| E | E | E | E | E | E | E | E |
| E | E | E | E | E | E | E | E |
How is this supposed to be false?
EDIT: I'm dumb.
EDIT: I'm dumb.