maud icon indicating copy to clipboard operation
maud copied to clipboard

Disallow trailing `?` in attributes (e.g. `input checked?;`)

Open lambda-fairy opened this issue 4 years ago • 0 comments

The ? was made optional in #238. Let's drop it altogether.

To be precise: we'll still parse it, but emit an error to force its removal.

See #315 for a similar change.

lambda-fairy avatar Nov 07 '21 12:11 lambda-fairy