alisp.org: Mark off completed stream_test_file
This commit is contained in:
@@ -52,12 +52,12 @@ other state do we need to encode?
|
|||||||
*** TODO Write the general parser
|
*** TODO Write the general parser
|
||||||
** WIP Unit tests :tests:
|
** WIP Unit tests :tests:
|
||||||
*** TODO Test streams
|
*** TODO Test streams
|
||||||
**** TODO Test file init
|
**** DONE Test file init
|
||||||
[[file:test/test_stream.c::void stream_test_file(void)]]
|
[[file:test/test_stream.c::void stream_test_file(void)]]
|
||||||
***** TODO Test successful init from real files
|
***** DONE Test successful init from real files
|
||||||
Ensure stream_size is 0 i.e. we don't read anything on creation.
|
Ensure stream_size is 0 i.e. we don't read anything on creation.
|
||||||
Also ensure stream_eoc is false.
|
Also ensure stream_eoc is false.
|
||||||
***** TODO Test failed init from fake files
|
***** DONE Test failed init from fake files
|
||||||
**** TODO Test peeking and next
|
**** TODO Test peeking and next
|
||||||
[[file:test/test_stream.c::void stream_test_peek_next(void)]]
|
[[file:test/test_stream.c::void stream_test_peek_next(void)]]
|
||||||
- Peeking with bad streams ('\0' return)
|
- Peeking with bad streams ('\0' return)
|
||||||
|
|||||||
Reference in New Issue
Block a user