Fix test fails related to QTBUG-22237
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qquicktext / data / qtbug_14734.qml
1 import QtQuick 2.0
2
3 Rectangle {
4     width: 640
5     height: 480
6
7     Text {
8         text: "í "
9     }
10 }