Skip to content

Fix all invalid escape sequences

This MR fixes all invalid escape sequences by prefixing them with the r to enable literal string interpretation. This has no impact on functionality of any code.

Merge request reports