Created
August 29, 2020 00:33
-
-
Save JollyWizard/914822e7f22dd666f2f9b372a414b343 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
#@ def yml_array_literal1(): | |
- a | |
- b | |
#@ end | |
#@ def yml_array_literal2(): | |
- a | |
- b | |
#@ end | |
--- | |
ymlkey: #@ yml_array_literal1() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follows up on:
https://gist.github.com/JollyWizard/f7513cd54d27e1ace608f1c5cf409442
To show that there is a sensitivity in spacing between multiple functions that return array literals.
This example fails to compile in the online playground at this time.