aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2018-07-12 12:43:00 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2018-07-13 13:44:14 +0000
commitf42207cbdb0cbe5e345bfd9e000b3e77b34a503c (patch)
treeb43052cd9866eb7b4b098b3b763ee21913576b38 /src/qml/types
parentcf0b965aaab0ea7e777c1f8e8d35de3a73d7d08e (diff)
Fix conversion of numeric literals in the AST to strings
After commit 91f3687ee51db83d9018bd61c3fbc736c6e9912e in qtbase, QString::number includes a zero padding in the exponent that breaks compliance with the ECMAScript tests. Instead of QString::number, we have to use a QLocale instance that turns off the padding of the exponent. Change-Id: Ib8c63bc501cadca026c52359006628f6c271ba6d Task-number: QTBUG-69432 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/qml/types')
0 files changed, 0 insertions, 0 deletions