Page MenuHomeDevCentral

Be more highlight friendly
ClosedPublic

Authored by dereckson on Feb 17 2018, 21:13.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 10, 03:00
Unknown Object (File)
Mon, Dec 9, 09:10
Unknown Object (File)
Mon, Dec 9, 08:18
Unknown Object (File)
Sat, Dec 7, 09:28
Unknown Object (File)
Thu, Dec 5, 19:22
Unknown Object (File)
Thu, Dec 5, 03:27
Unknown Object (File)
Thu, Nov 28, 04:14
Unknown Object (File)
Wed, Nov 27, 00:44
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.