tests: add test_file_read2.nit
authorJean Privat <jean@pryen.org>
Tue, 16 Dec 2014 10:30:31 +0000 (05:30 -0500)
committerJean Privat <jean@pryen.org>
Tue, 16 Dec 2014 16:28:36 +0000 (11:28 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

tests/sav/test_file_read2.res [new file with mode: 0644]
tests/test_file_read2.nit [new file with mode: 0644]

diff --git a/tests/sav/test_file_read2.res b/tests/sav/test_file_read2.res
new file mode 100644 (file)
index 0000000..d830b19
--- /dev/null
@@ -0,0 +1,181 @@
+# This file is part of NIT ( http://www.nitlanguage.org ).
+#
+# Copyright 2004-2008 Jean Privat <jean@pryen.org>
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+var f = new IFStream.open("test_file_read.nit")
+var s: String
+while not f.eof do
+    s = f.read_line
+    printn(s)
+    printn("\n")
+end
+f.close
+
+f.reopen
+printn(f.read(10))
+printn("|")
+printn(f.read_all)
+
+---
+# This file is part of NIT ( http://www.nitlanguage.org ).
+#
+# Copyright 2004-2008 Jean Privat <jean@pryen.org>
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+var f = new IFStream.open("test_file_read.nit")
+var s: String
+while not f.eof do
+    s = f.read_line
+    printn(s)
+    printn("\n")
+end
+f.close
+
+f.reopen
+printn(f.read(10))
+printn("|")
+printn(f.read_all)
+---
+# This file is part of NIT ( http://www.nitlanguage.org ).
+#
+# Copyright 2004-2008 Jean Privat <jean@pryen.org>
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+var f = new IFStream.open("test_file_read.nit")
+var s: String
+while not f.eof do
+    s = f.read_line
+    printn(s)
+    printn("\n")
+end
+f.close
+
+f.reopen
+printn(f.read(10))
+printn("|")
+printn(f.read_all)
+---
+# This file is part of NIT ( http://www.nitlanguage.org ).
+#
+# Copyright 2004-2008 Jean Privat <jean@pryen.org>
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+var f = new IFStream.open("test_file_read.nit")
+var s: String
+while not f.eof do
+    s = f.read_line
+    printn(s)
+    printn("\n")
+end
+f.close
+
+f.reopen
+printn(f.read(10))
+printn("|")
+printn(f.read_all)
+
+---
+# This file is part of NIT ( http://www.nitlanguage.org ).
+#
+# Copyright 2004-2008 Jean Privat <jean@pryen.org>
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+var f = new IFStream.open("test_file_read.nit")
+var s: String
+while not f.eof do
+    s = f.read_line
+    printn(s)
+    printn("\n")
+end
+f.close
+
+f.reopen
+printn(f.read(10))
+printn("|")
+printn(f.read_all)
+---
+# This file is part of NIT ( http://www.nitlanguage.org ).
+#
+# Copyright 2004-2008 Jean Privat <jean@pryen.org>
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+var f = new IFStream.open("test_file_read.nit")
+var s: String
+while not f.eof do
+    s = f.read_line
+    printn(s)
+    printn("\n")
+end
+f.close
+
+f.reopen
+printn(f.read(10))
+printn("|")
+printn(f.read_all)
diff --git a/tests/test_file_read2.nit b/tests/test_file_read2.nit
new file mode 100644 (file)
index 0000000..bc2943b
--- /dev/null
@@ -0,0 +1,36 @@
+# This file is part of NIT ( http://www.nitlanguage.org ).
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+var f = new IFStream.open("test_file_read.nit")
+print f.read_all
+
+print "---"
+
+f = new IFStream.open("test_file_read.nit")
+print f.read_lines.join("\n")
+
+print "---"
+
+f = new IFStream.open("test_file_read.nit")
+print f.each_line.to_a.join("\n")
+
+print "---"
+
+var p = "test_file_read.nit".to_path
+
+print p.read_all
+print "---"
+print p.read_lines.join("\n")
+print "---"
+print p.each_line.to_a.join("\n")