aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc/QmltcTests/subfolder/code.js
blob: 7b552e7f675917c1ce7f837b987d43fe8b49f4bd (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

function isGood(value)
{
    if (value == ".")
        return true;
    return false;
}