tests/languages/handlebars/block_feature.test


Log

Author Commit Date CI Message
Alex Kanunnikov ef4d29d9 2020-01-11T02:05:37 Handlebars: Added support for `:` and improved the `variable` pattern (#2172) This adds support for `:` as punctuation and removes the `.` from the list of allowed characters in the `variable` pattern as it is impossible to match because of the `punctuation` pattern.
Golmote 49d6cb9f 2015-08-23T13:53:02 Add tests for Handlebars