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:
parent
aaca009935
commit
dd5495f43c
@ -1,15 +1,15 @@
|
|||||||
// Foo
|
// Foo
|
||||||
|
|
||||||
/* Bar */
|
/* Bar */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/*
|
/*
|
||||||
Baz
|
Baz
|
||||||
*/
|
*/
|
||||||
|
|
||||||
# Another
|
# Another
|
||||||
|
|
||||||
# Multiple
|
# Multiple
|
||||||
# Lines
|
# Lines
|
||||||
|
|
||||||
foo = "bar"
|
foo = "bar"
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
// Foo
|
// Foo
|
||||||
|
|
||||||
/* Bar */
|
/* Bar */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/*
|
/*
|
||||||
Baz
|
Baz
|
||||||
*/
|
*/
|
||||||
|
|
||||||
# Another
|
# Another
|
||||||
|
|
||||||
# Multiple
|
# Multiple
|
||||||
# Lines
|
# Lines
|
||||||
|
|
||||||
foo = "bar"
|
foo = "bar"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user