mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Fix invalid node generated while parsing invalid @tr
(#6560)
Fixes #6512 The TrPlural must always have an expression otherwise it panics later. (Also adjust the panic message when nodes are missing)
This commit is contained in:
parent
e726ee7df4
commit
4718d5b050
3 changed files with 22 additions and 10 deletions
11
internal/compiler/tests/syntax/fuzzing/6512.slint
Normal file
11
internal/compiler/tests/syntax/fuzzing/6512.slint
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0
|
||||
|
||||
component T{function r@tr""|
|
||||
// ^error{Syntax error: expected '\('}
|
||||
// ^^error{Syntax error: expected '\{'}
|
||||
// ^^^error{Syntax error: expected '\('}
|
||||
|
||||
""}}}
|
||||
// ^error{Syntax error: expected '%'}
|
||||
// ^^error{Parse error: expected a top-level item such as a component, a struct, or a global}
|
Loading…
Add table
Add a link
Reference in a new issue