Skip to content

Commit

Permalink
Fix Argument parsing to allow for multiple |
Browse files Browse the repository at this point in the history
Liquid seems to accept it 🤷
  • Loading branch information
edgurgel committed Jul 8, 2024
1 parent 9d602cc commit d971fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/solid/parser/argument.ex
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ defmodule Solid.Parser.Argument do

ignore(space())
|> ignore(string("|"))
|> times(min: 1)
|> ignore(space())
|> concat(filter_name)
|> tag(
Expand Down

0 comments on commit d971fd2

Please sign in to comment.