Created
May 19, 2014 03:05
-
-
Save ingydotnet/021cecc1cfb0f8369fbd 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
| value and comment: hello # comment here | |
| single line string: 'ok # not a comment' # this is a comment | |
| double quoted: "this line has a newline at end\n" | |
| literal: | | |
| indented text | |
| is 4 lines and | |
| has leading spaces removed | |
| all content # including the is part of the literal | |
| number: 42 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment