From 0079c34ce7a524d4b93ed56191b5e7cf6a380975 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 1 Nov 2016 10:06:47 -0400 Subject: 0.8.0 the document parts (& org babel tangle) --- src/sdp/ao_read_source_files.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sdp/ao_read_source_files.d') diff --git a/src/sdp/ao_read_source_files.d b/src/sdp/ao_read_source_files.d index 3ceedd0..793a45a 100644 --- a/src/sdp/ao_read_source_files.d +++ b/src/sdp/ao_read_source_files.d @@ -93,7 +93,7 @@ template SiSUmarkupRaw() { } final private char[][] markupSourceLineArray(in char[] src_text) { char[][] source_line_arr = - split(cast(char[]) src_text, rgx.line_delimiter); + split(cast(char[]) src_text, rgx.newline_eol_strip_preceeding); return source_line_arr; } auto markupSourceReadIn(in string fn_src) { -- cgit v1.2.3