mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
For multiline strings in triple quotes, a '\n' is included at the end of each line. Earlier, to skip '\n' we used to add an escape character '\' at the end of each line. This commit adds a function to avoid manually adding '\'.
15 KiB
15 KiB