Files
mruby-mruby/mrbgems/mruby-io/test
dearblue 7611dc8338 Fixed IO#read with buf.
I hit the following two problems.

  - `io.read(0, buf)` always returned a new empty string object.
  - `io.read(num, buf)` was appending data to the given `buf`.
    This also meant that `buf` was never empty if EOF was reached.
2023-12-16 14:42:52 +09:00
..
2023-10-15 16:41:48 +09:00
2023-12-16 14:42:52 +09:00