Skip to content

Instantly share code, notes, and snippets.

@JollyWizard
Created August 29, 2020 00:33
Show Gist options
  • Save JollyWizard/914822e7f22dd666f2f9b372a414b343 to your computer and use it in GitHub Desktop.
Save JollyWizard/914822e7f22dd666f2f9b372a414b343 to your computer and use it in GitHub Desktop.
#@ def yml_array_literal1():
- a
- b
#@ end
#@ def yml_array_literal2():
- a
- b
#@ end
---
ymlkey: #@ yml_array_literal1()
@JollyWizard
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment