lambda-fairy / maud

:pencil: Compile-time HTML templates for Rust
https://maud.lambda.xyz
Apache License 2.0
1.98k stars 132 forks source link

Parse many literals along side idents in names #398

Closed RedPhoenixQ closed 5 months ago

RedPhoenixQ commented 7 months ago

This is a fix for the bug mentioned in https://github.com/lambda-fairy/maud/pull/396#issuecomment-1811008846.

This is similar to #336 and also addresses #335, se the test for examples of what is now possible

The implications mentioned in https://github.com/lambda-fairy/maud/issues/335#issuecomment-1094247196 are not addressed here, but for now this fixes the bug that #396 created