Skip to content

Conversation

@jabley
Copy link

@jabley jabley commented Dec 22, 2014

With reference to the mustache spec at github.com/mustache/spec, the
current definition for tag content:

The tag's content MUST be a non-whitespace character sequence NOT
containing the current closing delimiter.

However, later tests state “Superfluous in-tag whitespace should be
ignored.” and include tests for {{ string }} and {{{ string }}}.

That would tend to suggest that whitespace is allowed between the
opening and closing delimiters, and the variable name. That’s how other
implementations seem to work.

With reference to the mustache spec at github.com/mustache/spec, the
current definition for tag content:

> The tag's content MUST be a non-whitespace character sequence NOT
> containing the current closing delimiter.

However, later tests state “Superfluous in-tag whitespace should be
ignored.” and include tests for `{{ string }}` and `{{{ string }}}`.

That would tend to suggest that whitespace is allowed between the
opening and closing delimiters, and the variable name. That’s how other
implementations seem to work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant