Fix newlines in test-fixture

hcl/parser/test-fixtures/comment.hcl already contained CRLF line
endings.  Convert that to unix and remove the extra cariiage returns
from comment_crlf.hcl.
This commit is contained in:
James Bardin 2016-12-01 13:05:58 -05:00
parent aaca009935
commit dd5495f43c
2 changed files with 30 additions and 30 deletions

View File

@ -1,15 +1,15 @@
// Foo // Foo
/* Bar */ /* Bar */
/* /*
/* /*
Baz Baz
*/ */
# Another # Another
# Multiple # Multiple
# Lines # Lines
foo = "bar" foo = "bar"

View File

@ -1,15 +1,15 @@
// Foo // Foo
/* Bar */ /* Bar */
/* /*
/* /*
Baz Baz
*/ */
# Another # Another
# Multiple # Multiple
# Lines # Lines
foo = "bar" foo = "bar"