Created
March 12, 2009 19:52
-
-
Save ingydotnet/78251 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
--- | |
block map: | |
foo: bar | |
flow map: { foo: bar, | |
baz: [boom, boom] } | |
block sequence: | |
- yes | |
- we | |
- can | |
flow sequence: [no, you, can't] | |
see if ' is borked...: | | |
O HAI | |
sub foo { | |
... | |
} | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment