Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Tests completed in 39 milliseconds.
27 assertions of 27 passed, 0 failed.
- jQuery-Mustache: Mustache plugin exposed on jQuery (0, 1, 1)Rerun2 ms
- $.Mustache Plugin exposed
- jQuery-Mustache: allow overwrites when adding templates by default (0, 1, 1)Rerun1 ms
- Template was overwritten
- jQuery-Mustache: Disallowing overwriting templates triggers an error if an overwrite occurs (0, 1, 1)Rerun1 ms
- okay
- jQuery-Mustache: clear() removes all templates and flushes the Mustache cache. (0, 2, 2)Rerun1 ms
- Template was removed
- Mustache cache was cleared
- jQuery-Mustache: render() returns empty string if template not mapped and warnOnMissingTemplates is false (0, 1, 1)Rerun0 ms
- Empty String returned
- jQuery-Mustache: render() calls $.error if template not mapped and warnOnMissingTemplates is true (0, 1, 1)Rerun0 ms
- $.error invoked
- jQuery-Mustache: render() invoked Mustache.to_html with all the relevant bits and bobs (0, 3, 3)Rerun1 ms
- okay
- okay
- Template map supplied
- jQuery-Mustache: templates() returns all registered templates (0, 1, 1)Rerun0 ms
- okay
- jQuery-Mustache: templates() returns empty Array if no templates are registered (0, 1, 1)Rerun1 ms
- okay
- jQuery-Mustache: remove() does what it says on the tin (0, 1, 1)Rerun1 ms
- okay
- jQuery-Mustache: remove() returns the previous template value (0, 1, 1)Rerun0 ms
- okay
- jQuery-Mustache: remove() returns `undefined` if template was not previously mapped (0, 1, 1)Rerun0 ms
- okay
- jQuery-Mustache: Templates are trimmed of leading and trailing whitespace when added (0, 1, 1)Rerun0 ms
- okay
- jQuery-Mustache: externalTemplateDataType respected when external templates are loaded (0, 1, 1)Rerun0 ms
- externalTemplateDataType passed to jQuery.ajax()
- jQuery-Mustache: load() returns a Promise object (0, 1, 1)Rerun0 ms
- $.Mustache.load returns a Promise object
- jQuery-Mustache: load() parses response and adds templtes contained in script blocks (0, 1, 1)Rerun4 ms
- okay
- jQuery-Mustache: loadFromDom() specified template added (0, 1, 1)Rerun2 ms
- okay
- jQuery-Mustache: loadFromDom() error raised if named template not found (0, 1, 1)Rerun1 ms
- okay
- jQuery-Mustache: loadFromDom() all templates added if non specified (0, 1, 1)Rerun1 ms
- okay
- jQuery-Mustache: loadFromDom() only adds templates of the target domTemplateType from the `options` object (0, 1, 1)Rerun0 ms
- okay
- jQuery-Mustache: loadFromDom() can parse script tags from anywhere on the DOM (0, 1, 1)Rerun0 ms
- okay
- jQuery-Mustache: loadFromDom() handles escape characters and jQuery selector's in template element ids (0, 1, 1)Rerun1 ms
- okay
- jQuery-Mustache: has() can be used to query the presence of registered templates (0, 2, 2)Rerun0 ms
- okay
- okay