Skip to content

Commit 4dabd43

Browse files
committed
Fix testing on Windows machines.
Windows carriage return line endings were not being tested for. Fixes hakimel#2087.
1 parent e704b3f commit 4dabd43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test-markdown-external.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div class="reveal" style="display: none;">
1919

2020
<div class="slides">
21-
<section data-markdown="simple.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
21+
<section data-markdown="simple.md" data-separator="^\r?\n\r?\n\r?\n" data-separator-vertical="^\r?\n\r?\n"></section>
2222
</div>
2323

2424
</div>

0 commit comments

Comments
 (0)