Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
255 commits behind the upstream repository.
Brandon Chinn's avatar
Brandon Chinn authored
In 9.10, "\65\ \0" would result in "A0", but in 9.12, it results in
"\650", due to the string refactoring I did in !13128. Previously, we
were resolving escape codes and collapsing string gaps as we come across
them, but after the refactor, string processing is broken out into
phases, which is both more readable and useful for multiline strings.
eb9fe1ec
History