Commit 290917e
authored
* fix(effects): File Writer Escaped Newlines (#3025)
- Replace \n with a newline, but replace \\n with a backslash n.
- Temporarily uses the `sub`, ASCII 0x1A, html  character for temporary
staging to skip over the newline regex.
- #3025
* More Flexible Replacement Token
- I do have to question why anyone might be writing low ASCII control
characters to a file, but they can do so freely now.
1 parent f27b3e7 commit 290917e
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
69 | 75 | | |
| 76 | + | |
70 | 77 | | |
71 | 78 | | |
72 | 79 | | |
| |||
0 commit comments