~loic.molinari/+junk/qtdeclarative-shadereffectsource-changes

« back to all changes in this revision

Viewing changes to tests/auto/qml/v4/data/logicalAnd.6.qml

  • Committer: Loïc Molinari
  • Date: 2012-04-21 17:59:51 UTC
  • Revision ID: loic.molinari@canonical.com-20120421175951-bqx68caaf5zrp76l
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import Qt.v4 1.0
 
2
 
 
3
Result {
 
4
    property string s: ""
 
5
    property bool flag: true
 
6
    property string subresult: s && flag
 
7
 
 
8
    result: subresult === ""
 
9
}