Fix emmet script by using HEX instead of OCT numbers in strings

Authored by dhaumann on Jan 5 2019, 10:41 AM.

Description

Fix emmet script by using HEX instead of OCT numbers in strings

Summary:
This is a follow-up commit to D17970, which did not yet fix it correctly.
The fix now is to use HEX notation instead of OCTAL notation, since
the OCTAL notation seems to not be supported by QML/V4 (which is likely
a bug).

BUG: 386151

Test Plan: Scripts in Tools > Scripts > Emmet work

Reviewers: carewolf, loh.tar

Reviewed By: carewolf

Subscribers: kwrite-devel, kde-frameworks-devel

Tags: Kate, Frameworks

Differential Revision: https://phabricator.kde.org/D17984

Details

Committed
dhaumannJan 5 2019, 10:50 AM
Reviewer
carewolf
Differential Revision
D17984: Fix emmet script by using HEX instead of OCT numbers in strings
Parents
R39:120e8400cad6: Fix broken Emmet
Branches
Unknown
Tags
Unknown