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:
Olivier Goffart 2024-10-15 10:23:56 +02:00 committed by GitHub
parent e726ee7df4
commit 4718d5b050
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 10 deletions

View 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}