| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Fixes #827
|
|
|
| |
Fixes #658
|
| |
|
|
|
|
| |
Fixes #166
Fixes #587
|
|\
| |
| |
| | |
laurie71-fix-issue-599
|
| | |
|
| |
| |
| |
| |
| | |
Previously, "\\{{foo}}" would only result in the desired "\fooValue" if
it was at the beginning of the file or immediately after a close stache.
|
| | |
|
|/
|
|
|
|
|
|
| |
The idea is that the environment wraps up the mutable stuff in
Handlebars (like the helpers) and that you could theoretically create a
new one at any time and pass it in to Handlebars.template.
Every test makes a new environment and uses it in template compilation.
|
|
Allows for testing node, browser, and precompiled modes in the node
tests. Also reorganizes the qunit spec file to provide better
organization.
|