pyx-project / pyx

Repository of PyX, a Python package for the creation of PostScript, PDF, and SVG files.
https://pyx-project.org/
GNU General Public License v2.0
109 stars 18 forks source link

mark files with invalid escape sequences as raw #5

Closed gertingold closed 5 years ago

gertingold commented 5 years ago

This PR addresses the comment https://sourceforge.net/p/pyx/mailman/message/36732745/ on the pyx-user mailing list by marking strings with invalid escape sequences as raw. In one case, \s was replaced by \\s because the string contained also the valid escape sequences \r and \w.

joerg-lehmann commented 5 years ago

Sorry, my fault. All changes are fine. PR merged.

gertingold commented 5 years ago

You were faster than me...