slint/sixtyfps_compiler/tests
Simon Hausmann 765f2790ba Fix failing syntax tests
After commit 0c8a31211e we're using an
older version of the regex crate, that uncovered a bug in our tests:

We were looking for

   Use parentheses to disambiguate && and ||

in the output messages by interpreting this as a regular expression. The
newer version of regex considered the || in the above regex as
alternations, empty alternations. So they basically always matched.

The old regexp that's pinned due to the above commit doesn't support
empty alternations, so the || need to be escaped. That uncovered a bug
in the regex itself, where it turns out that the word "between" was
missing after "disambiguate".
2020-10-12 16:37:21 +02:00
..
syntax Fix failing syntax tests 2020-10-12 16:37:21 +02:00
typeloader Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
syntax_tests.rs Display a warning when no style is selected 2020-10-12 11:50:39 +02:00