aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlqt/data/btoa.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlqt/data/btoa.qml')
-rw-r--r--tests/auto/qml/qqmlqt/data/btoa.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlqt/data/btoa.qml b/tests/auto/qml/qqmlqt/data/btoa.qml
new file mode 100644
index 0000000000..0ecd01d284
--- /dev/null
+++ b/tests/auto/qml/qqmlqt/data/btoa.qml
@@ -0,0 +1,6 @@
+import QtQuick 2.0
+
+QtObject {
+ property string test1: Qt.btoa()
+ property string test2: Qt.btoa("Hello world!")
+}