We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc034c commit 4513bd6Copy full SHA for 4513bd6
1 file changed
py/makeqstrdata.py
@@ -58,7 +58,7 @@
58
"\a": "\\a",
59
"\b": "\\b",
60
"\f": "\\f",
61
- "\n": "\\r",
+ "\n": "\\n",
62
"\r": "\\r",
63
"\t": "\\t",
64
"\v": "\\v",
0 commit comments