Commit e14f458f authored by Igor Zhirkov's avatar Igor Zhirkov
Browse files

Merge branch 'improvement/add-test-for-read-word-length' into 'master'

Add test for 'read_word_length'

See merge request low-level-programming/assignment-1-io-library!2
parents d4ddce07 87435ee3
......@@ -442,7 +442,7 @@ inputs= {'string_length'
'read_word'
: ['-1'], # , '-1234asdasd5234121', '', ' ', '\t ', 'hey ya ye ya', 'hello world' ],
'read_word_length'
: ['-1', '-1234asdasd5234121', '', ' ', '\t ', 'hey ya ye ya', 'hello world' ],
: ['-1', '-1234asdasd5234121', '', ' ', '\t ', '\t 123', 'hey ya ye ya', 'hello world' ],
'read_word_too_long'
: [ 'asdbaskdbaksvbaskvhbashvbasdasdads wewe', 'short' ],
'parse_uint'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment