cdn-0015-invalid-variable-key

{{...}} with non-ID_LITERAL characters emits as literal text; CDN-0015 warning emitted

§5.11

Input

{{invalid key}}

Output AST

- type: Paragraph
  children:
    - type: Text
      value: "{{invalid key}}"

Diagnostics

- code: CDN-0015
  level: warning