Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Jun 25, 2024
1 parent a876d84 commit 1a2f941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/solid/tag/raw_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule Solid.Tag.RawTest do
{:ok, parsed, _, _, _, _} =
"{% raw %} {{liquid}} {% increment counter %} {% endraw %}" |> Parser.parse()

assert {[text: ' {{liquid}} {% increment counter %} '], %Context{}} ==
assert {[text: ~c" {{liquid}} {% increment counter %} "], %Context{}} ==
Raw.render(parsed, %Context{}, [])
end
end

0 comments on commit 1a2f941

Please sign in to comment.