Skip to content

Fix escape sequences for single quoted strings

Kevin Hovsäter requested to merge hovsater/dte:ruby-escape-chars-sq into master

In single-quoted strings, a backslash is not special if the character that follows it is anything other than a quote or a backslash.

Merge request reports