Skip to content

Commit

Permalink
cleanup wip tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jlgeering authored and mruoss committed Nov 3, 2023
1 parent 5d82142 commit b578eae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ymlr/encode_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ defmodule Ymlr.EncodeTest do
assert_identity_and_output("a\n b\nc\n", "|\n a\n b\n c")
end

@tag :wip
test "multiline strings - with multiple consecutive newlines" do
assert_identity_and_output("a\n\nb", "|-\n a\n\n b")
end
Expand Down

0 comments on commit b578eae

Please sign in to comment.