mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-04 14:52:39 -08:00
Revert "Fix wiki based tests with Windows-style line endings"
This reverts commit f22e047fa2.
This commit is contained in:
parent
f22e047fa2
commit
862cb01be7
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ describe("Wiki-based tests", function() {
|
|||
});
|
||||
|
||||
function readMultipleTiddlersTiddler(title) {
|
||||
var rawTiddlers = $tw.wiki.getTiddlerText(title).split("\r?\n+\r?\n");
|
||||
var rawTiddlers = $tw.wiki.getTiddlerText(title).split("\n+\n");
|
||||
var tiddlers = [];
|
||||
$tw.utils.each(rawTiddlers,function(rawTiddler) {
|
||||
var fields = Object.create(null),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue