Skip to content

Instantly share code, notes, and snippets.

@JollyWizard
Last active August 29, 2020 00:21
Show Gist options
  • Save JollyWizard/4aa2acf3e9692fdb4ff022c6d771dcaf to your computer and use it in GitHub Desktop.
Save JollyWizard/4aa2acf3e9692fdb4ff022c6d771dcaf to your computer and use it in GitHub Desktop.
[2020-08-28] ytt example that fails to compile on playground
#@ def yml_array_literal():
- a
- b
#@ end
ymlkey: #@ yml_array_literal()
@JollyWizard
Copy link
Author

JollyWizard commented Aug 29, 2020

Error Message:

Unmarshaling YAML template 'array-error.yml': yaml: line 5: did not find expected <document start>

Example using document separator to fix:
https://gist.github.com/JollyWizard/f7513cd54d27e1ace608f1c5cf409442

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