Skip to content

Commit

Permalink
Fix attribute value to be literal (#894)
Browse files Browse the repository at this point in the history
Fixes #893
  • Loading branch information
aphillips authored Sep 19, 2024
1 parent daf7e0b commit 869005f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/message.abnf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ markup = "{" o "#" identifier *(s option) *(s attribute) o ["/"] "}" ; open and
function = ":" identifier *(s option)
option = identifier o "=" o (literal / variable)

attribute = "@" identifier [o "=" o (literal / variable)]
attribute = "@" identifier [o "=" o literal]

variable = "$" name

Expand Down

0 comments on commit 869005f

Please sign in to comment.