aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/v4/data/equals.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/v4/data/equals.qml')
-rw-r--r--tests/auto/qml/v4/data/equals.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qml/v4/data/equals.qml b/tests/auto/qml/v4/data/equals.qml
index c32603cc7e..2862bb7ac9 100644
--- a/tests/auto/qml/v4/data/equals.qml
+++ b/tests/auto/qml/v4/data/equals.qml
@@ -44,5 +44,8 @@ QtObject {
property bool test32: true != zero
property bool test33: true == 1
property bool test34: true != 1
+
+ property bool test35: "a\
+b" === "ab"
}