Page MenuHomeDevCentral

Be more highlight friendly
ClosedPublic

Authored by dereckson on Feb 17 2018, 21:13.
Tags
None
Referenced Files
F11662849: D1324.id3399.diff
Sun, Sep 7, 11:37
Unknown Object (File)
Sat, Sep 6, 11:22
Unknown Object (File)
Fri, Sep 5, 08:47
Unknown Object (File)
Thu, Sep 4, 10:30
Unknown Object (File)
Tue, Sep 2, 08:17
Unknown Object (File)
Thu, Aug 28, 01:23
Unknown Object (File)
Wed, Aug 27, 04:48
Unknown Object (File)
Tue, Aug 26, 11:36
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
Lint Not Applicable
Unit
Tests Not Applicable

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.