Created
August 6, 2022 14:15
-
-
Save vvolodin/a9b299cd67b0b4be897c7170465c4dcc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| string longMessage = """" | |
| This is a long message. | |
| It has several lines. | |
| Some are indented | |
| more than others. | |
| Some are """heavily""" quoted and it's still fine. | |
| Some should start at the first column. | |
| Some have "quoted text" in them. | |
| """"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment