mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-19 20:02:15 -07:00
Update test for transclusion recursion detection
This commit is contained in:
parent
eaf41f3f18
commit
d9bdc89dfd
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ describe("Widget module", function() {
|
|||
var wrapper = renderWidgetNode(widgetNode);
|
||||
describe("should detect the recursion", function() {
|
||||
// Test the rendering
|
||||
expect(wrapper.innerHTML).toBe("Recursive transclusion error in transclude widget\n");
|
||||
expect(wrapper.innerHTML).toBe("<span class='tc-error'>Recursive transclusion error in transclude widget</span>\n");
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue