mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-30 12:56:56 +00:00
Update test for transclusion recursion detection
This commit is contained in:
@@ -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");
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user