1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-23 13:53:15 +00:00

Update test for previous commit

Test should have been updated with
dad60cda05
This commit is contained in:
Jermolene 2014-04-15 08:28:47 +01:00
parent f5cf8cba5c
commit 6ed38389b0

View File

@ -83,7 +83,7 @@ describe("Tag tests", function() {
// Our tests
it("should handle custom tag ordering", function() {
expect(wiki.filterTiddlers("[tag[TiddlerSeventh]]").join(",")).toBe("Tiddler10,TiddlerOne,Tiddler11,Tiddler Three,Tiddler9,a fourth tiddler");
expect(wiki.filterTiddlers("[tag[TiddlerSeventh]]").join(",")).toBe("Tiddler10,TiddlerOne,Tiddler Three,Tiddler11,Tiddler9,a fourth tiddler");
});
});