slint/internal/compiler/tests/syntax
Olivier Goffart 6c81d5069e Fix parsing of unfinished import statement
Fix #6588

Note for the test: parse error at the end of the file are actually
reported at offset 0. Use a trick to add more `^` at the beginning to
mean that.
(Offset 0 is actually offset 1 as the column starts at 1)
2024-10-22 09:35:46 +02:00
..
accessibility Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
analysis Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
basic Improve layout-related error message. (#6264) 2024-09-24 09:43:02 +02:00
callbacks Fix error messages with invalid change callback 2024-06-28 10:45:45 +02:00
elements Add support for a font-metrics property to Text/TextInput. (#6452) 2024-10-05 17:00:46 +02:00
exports Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
expressions Math postfix member functions on numbers 2024-08-15 14:52:13 +02:00
focus Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
functions Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
fuzzing Fix parsing of unfinished import statement 2024-10-22 09:35:46 +02:00
imports Avid reporting further error when an element is misspelled 2024-08-29 13:10:35 +02:00
layout Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lookup Experimental support for named callback parameters 2024-08-19 14:10:01 +02:00
new_syntax Fix panic making an alias to a private property 2024-10-22 09:35:31 +02:00
parse_error Fix compiler crash with invalid code 2024-06-11 19:22:59 +02:00