Page MenuHomeDevCentral

Be more highlight friendly
ClosedPublic

Authored by dereckson on Feb 17 2018, 21:13.
Tags
None
Referenced Files
F25149881: D1324.diff
Wed, Apr 1, 20:48
F25146831: D1324.diff
Wed, Apr 1, 14:37
F25134018: D1324.id.diff
Wed, Apr 1, 01:04
Unknown Object (File)
Sun, Mar 29, 22:07
Unknown Object (File)
Thu, Mar 26, 20:42
Unknown Object (File)
Wed, Mar 25, 12:36
Unknown Object (File)
Wed, Mar 18, 10:10
Unknown Object (File)
Mon, Mar 16, 22:16
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.