Skip to content

Commit 869005f

Browse files
authored
Fix attribute value to be literal (#894)
Fixes #893
1 parent daf7e0b commit 869005f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/message.abnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ markup = "{" o "#" identifier *(s option) *(s attribute) o ["/"] "}" ; open and
3535
function = ":" identifier *(s option)
3636
option = identifier o "=" o (literal / variable)
3737

38-
attribute = "@" identifier [o "=" o (literal / variable)]
38+
attribute = "@" identifier [o "=" o literal]
3939

4040
variable = "$" name
4141

0 commit comments

Comments
 (0)