Skip to content

Commit

Permalink
Reduce diff for test
Browse files Browse the repository at this point in the history
  • Loading branch information
vrugtehagel committed Aug 19, 2024
1 parent 75c6d7f commit 07ebf77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/languages/liquid/comment_feature.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
My name is Wilson Abercrombie{% comment %}, esquire{% endcomment %}.

{% assign verb = "turned" %}
{% comment %}
{% assign verb = "converted" %}
Expand Down Expand Up @@ -26,7 +27,7 @@ is {{ verb }} into a comment.
["keyword", "endcomment"],
["delimiter", "%}"]
]],
".\r\n",
".\r\n\r\n",

["liquid", [
["delimiter", "{%"],
Expand Down Expand Up @@ -81,4 +82,4 @@ is {{ verb }} into a comment.
["delimiter", "{%"], ["keyword", "liquid"],
["comment", "# and here "], ["delimiter", "%}"]
]]
]
]

0 comments on commit 07ebf77

Please sign in to comment.