Add tests for stdio_in_num() and stdio_in_ascii().
commit6245b5bd0d2eb974eda42351fa0369a12b0e6721
authorMark Glines <mark@glines.org>
Wed, 23 Jul 2008 13:36:25 +0000 (23 06:36 -0700)
committerMark Glines <mark@glines.org>
Wed, 23 Jul 2008 13:36:25 +0000 (23 06:36 -0700)
tree70e218154cfdaeea08a4022dc5f59040ef6e08c4
parentb278ac5c14ea8e3f34bc20ad34ef8843ffa97730
Add tests for stdio_in_num() and stdio_in_ascii().

Test normal input conditions, test eof and reflection.
For stdio_in_num(), also test integer overflow/underflow.
t/2-ops/stdio_in_ascii.t [new file with mode: 0644]
t/2-ops/stdio_in_num.t [new file with mode: 0644]