Skip to content

Commit

Permalink
Revert 4c66e4b
Browse files Browse the repository at this point in the history
  • Loading branch information
LorisSigrist committed Feb 29, 2024
1 parent 5dff5ba commit cea6cc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function deserializePattern(text: string): Message["variants"][number]["pattern"
.replaceAll(""", '"')
.replaceAll("'", "'")
.replaceAll("<inlang-CarriageReturn>", "\r")
.replaceAll("<inlang-LineFeed>", "\n")
.replaceAll("<inlang-LineFeed> ", "\n")
let i = 0
while (i < unescapedText.length) {
const start = unescapedText.indexOf(escapeStart, i)
Expand Down

0 comments on commit cea6cc2

Please sign in to comment.