mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
compiler: Ignore leading whitespace when parsing
... and update all out test cases accordingly.
This commit is contained in:
parent
1fbbdf83b2
commit
bbdd6aeab7
49 changed files with 187 additions and 185 deletions
|
@ -26,7 +26,7 @@ export SuperSimple := Rectangle {
|
|||
// ^error{catch-all property is only allowed within transitions}
|
||||
|
||||
animate background, foo { duration: 100ms; }
|
||||
// ^error{'foo' is not a property that can be animated}
|
||||
// ^error{'foo' is not a property that can be animated}
|
||||
|
||||
text := Text{ animate x { duration: 1000ms; } }
|
||||
animate text.x { duration: 100ms; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue