kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fix expected test results for eachday filter operator
The tiddler "a fourth tiddler" doesn't have a modified date, and so shouldn't appearprint-window-tiddler
rodzic
48402ed329
commit
f0d459c5c5
|
@ -158,7 +158,7 @@ describe("Filter tests", function() {
|
|||
});
|
||||
|
||||
it("should handle the eachday operator", function() {
|
||||
expect(wiki.filterTiddlers("[eachday[modified]sort[title]]").join(",")).toBe("a fourth tiddler,Tiddler Three,TiddlerOne");
|
||||
expect(wiki.filterTiddlers("[eachday[modified]sort[title]]").join(",")).toBe("Tiddler Three,TiddlerOne");
|
||||
});
|
||||
|
||||
it("should handle the sameday operator", function() {
|
||||
|
|
Ładowanie…
Reference in New Issue