DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.8.2%2Bdfsg-7 / tests / auto / qml / qmllint / data / multilineStringEscaped.qml
12345678
import QtQml QtObject { property string test: "Foo\nmultiline\nString" property string template: `Foo multiline string` }