Page MenuHomeDevCentral

Be more highlight friendly
ClosedPublic

Authored by dereckson on Feb 17 2018, 21:13.
Tags
None
Referenced Files
F8126692: D1324.id3398.diff
Thu, May 8, 14:49
F8118551: D1324.diff
Thu, May 8, 10:13
F8108309: D1324.diff
Thu, May 8, 06:07
F8108296: D1324.id3398.diff
Thu, May 8, 06:07
Unknown Object (File)
Thu, May 1, 05:18
Unknown Object (File)
Mon, Apr 28, 18:03
Unknown Object (File)
Sun, Apr 27, 18:50
Unknown Object (File)
Sat, Apr 26, 13:14
Subscribers

Details

Summary

Some editors (nano, Atom) struggle with a single double quote
enclosed in a {} block.

This change escapes more traditionally the double quote to avoid them
to correctly highlight the source code in Core.

PEP 20

"Although practicality beats purity."

Test Plan

xmlescape {"a"} returns "a".

Diff Detail

Repository
rVIPER ViperServ scripts
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
fix-highlight (branched from master)
Build Status
Buildable 2092
Build 2340: arc lint + arc unit

Event Timeline

dereckson created this revision.

Thanks @xcombelle for the citation.

This revision is now accepted and ready to land.Feb 17 2018, 21:16
This revision was automatically updated to reflect the committed changes.