Skip to content

Allow parsing a wider range of keys? #27

@jaklt

Description

@jaklt

In the newest version of stache a wider range of keys is allowed to be parsed in order to better comply with the mustache documentation. In particular, one of the examples in the documentation reads as

{{#person?}}
  Hi {{name}}!
{{/person?}}

Both haskell packages stache and mustache (as well as the official documentation) recognise that the outer block has a valid key person?. See also issues mrkkrp/stache#53 and mrkkrp/stache#54 for details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions