Closed mvz closed 2 years ago
This fixes the following issue in the parsing of dsyms with octal escape sequences:
irb(main):005:0> RubyParser.for_current_ruby.parse ":\"Variet\\303\\240\"" => s(:lit, :"Variet\xC3\xA0") irb(main):006:0> eval ":\"Variet\\303\\240\"" => :Varietà
Perfect. Added. Thank you! I'll release as soon as I figure out this other issue.
This fixes the following issue in the parsing of dsyms with octal escape sequences: