Add just comment version

This commit is contained in:
Seth Vargo 2016-10-31 12:04:35 -04:00
parent 29ca4441dd
commit a51830c4c6
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
3 changed files with 13 additions and 0 deletions

View File

@ -34,6 +34,7 @@ var data = []entry{
{"comment.input", "comment.golden"},
{"comment_aligned.input", "comment_aligned.golden"},
{"comment_array.input", "comment_array.golden"},
{"comment_multiline_no_stanza.input", "comment_multiline_no_stanza.golden"},
{"comment_multiline_stanza.input", "comment_multiline_stanza.golden"},
{"comment_newline.input", "comment_newline.golden"},
{"comment_standalone.input", "comment_standalone.golden"},

View File

@ -0,0 +1,6 @@
# This is a multiline comment
# That has values like this:
#
# ami-abcd1234
#
# Do not delete this comment

View File

@ -0,0 +1,6 @@
# This is a multiline comment
# That has values like this:
#
# ami-abcd1234
#
# Do not delete this comment