We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884c319 commit c47c5e9Copy full SHA for c47c5e9
crates/compiler/builtins/roc/Inspect.roc
@@ -259,7 +259,7 @@ dbgStr = \s ->
259
f0
260
|> dbgWrite "\""
261
|> \f1 ->
262
- # escape invisible unicode characters
+ # escape invisible unicode characters as in fmt_str_body crates/compiler/fmt/src/expr.rs
263
escapeS = Str.replaceEach s "\u(feff)" "\\u(feff)"
264
|> Str.replaceEach "\u(200b)" "\\u(200b)"
265
|> Str.replaceEach "\u(200c)" "\\u(200c)"
0 commit comments