diff --git a/e2etests/regression_test.go b/e2etests/regression_test.go index e4c9b3a05..26be60b66 100644 --- a/e2etests/regression_test.go +++ b/e2etests/regression_test.go @@ -498,8 +498,14 @@ b -> c }, { name: "empty_class_height", - script: `A: { - style.font: mono + script: ` +class1: class with rows { + shape: class + -num: int + -timeout: int +} +class2: class without rows { + shape: class } `, },