add grid_panic regression test
This commit is contained in:
parent
9b3b43eb50
commit
6e761dea0a
1 changed files with 22 additions and 0 deletions
|
|
@ -681,6 +681,28 @@ explanation: |md
|
|||
|
||||
And other normal markdown stuff
|
||||
|
|
||||
`,
|
||||
},
|
||||
{
|
||||
name: "grid_panic",
|
||||
script: `
|
||||
2 rows 1 obj: {
|
||||
grid-rows: 2
|
||||
|
||||
one
|
||||
}
|
||||
3 rows 2 obj: {
|
||||
grid-rows: 3
|
||||
|
||||
one
|
||||
two
|
||||
}
|
||||
4 columns 2 obj: {
|
||||
grid-columns: 4
|
||||
|
||||
one
|
||||
two
|
||||
}
|
||||
`,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue