summaryrefslogtreecommitdiff
path: root/tests/auto/qml/codemodel/ecmascript7/samples/basic/template-strings.js
blob: 33b2c772796dfb9898350732cdb7cf9c8dc37dc6 (plain)
1
2
3
4
5
6
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

var x = 42;
var s = `x = ${x}`