Implement #"raw strings" (#1122)

Fixes #1121
This commit is contained in:
Rangi
2023-11-07 17:48:23 -05:00
committed by GitHub
parent 9fc088dcb0
commit 8eeb40cca8
5 changed files with 120 additions and 6 deletions
+2
View File
@@ -0,0 +1,2 @@
# "foo",#"{s}",#raw"foo",#"foo"
# """foo""",#"""{s}""",#raw"""foo""",#"""foo"""