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

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