slint/internal/compiler/tests/syntax/fuzzing/6512.slint
Olivier Goffart 4718d5b050
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)
2024-10-15 10:23:56 +02:00

11 lines
No EOL
512 B
Text

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