Skip to content

Commit 3142199

Browse files
committed
Add starting newline test
1 parent 5a7795b commit 3142199

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const TEST_STRINGS = [
2323
""",
2424
"whitespace" => "a\nb\n c \nd\n",
2525
"no ending newline" => "foo",
26+
"starting newline" => "\nbar",
2627
]
2728

2829
# Validate `yaml_block` function

0 commit comments

Comments
 (0)