When using sth like this ```html <div --ancor="--test"></div> ``` wrapping `--test` in `var(--test)` is not intended because `--test` is an identifier and not a variable name in this case.