From 4e29e9a229c5a13e8517fe034668aa97ae102eec Mon Sep 17 00:00:00 2001 From: Antoine Gourlay Date: Sun, 29 Jun 2014 16:42:14 +0200 Subject: SI-8690 BufferedSource.mkString mistakenly skipped the first char. mkString is overriden in BufferedSource for performance, but the implementation always used the wrong reader. This seems to be a typo (`allReader` is declared 5 lines earlier but never used, `charReader` is used in its place). --- test/files/run/t8690.check | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/files/run/t8690.check (limited to 'test/files/run/t8690.check') diff --git a/test/files/run/t8690.check b/test/files/run/t8690.check new file mode 100644 index 0000000000..72f076c4d8 --- /dev/null +++ b/test/files/run/t8690.check @@ -0,0 +1,2 @@ +non-empty iterator +abcdef -- cgit v1.2.3