kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Update test for transclusion recursion detection
rodzic
eaf41f3f18
commit
d9bdc89dfd
|
|
@ -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");
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue