![]() + Extend the parser to recognize the multiline f-strings, which the documentation already implies will work. The syntax is like: ``` x = 'hello' y = 'world' msg = f'''This is a multiline string. Sending a message: '@x@ @y@' ''' ``` which produces: ``` This is a multiline string. Sending a message: 'hello world' ``` + Added some f-string tests cases to "62 string arithmetic" to exercise the new behavior. |
||
---|---|---|
.. | ||
add_release_note_snippets_here | ||
d_compiler_checks.md | ||
deprecated_for_option.md | ||
jar-resources.md | ||
mold-support.md | ||
new-debug-function.md | ||
per-project-compiler-options.md | ||
per_project_compiler.md | ||
pkgconfig-relocatable.md | ||
support-multiline-fstring.md |