MCPcopy
hub / github.com/handlebars-lang/handlebars.js / tokenizer.js

File tokenizer.js

spec/tokenizer.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function shouldMatchTokens(result, tokens) {
2 for (var index = 0; index < result.length; index++) {
3 equals(result[index].name, tokens[index]);
4 }

Callers

nothing calls this directly

Calls 3

tokenizeFunction · 0.85
shouldMatchTokensFunction · 0.85
shouldBeTokenFunction · 0.85

Tested by

no test coverage detected