mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-12 13:26:56 +00:00

Fixes #6512 The TrPlural must always have an expression otherwise it panics later. (Also adjust the panic message when nodes are missing)
11 lines
No EOL
512 B
Text
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} |