anki/rslib
Damien Elmes 86055bb564 add failing test for days_elapsed calculation
the current code was causing the day to move backwards:

at day 7 hour 23:59, elap is 1
at day 8 hour 0:59, elap is 0
at day 8 hour 1:59, elap is 0
at day 8 hour 2:59, elap is 1
at day 8 hour 3:59, elap is 1
at day 8 hour 4:59, elap is 2

as mentioned in https://github.com/ankitects/anki/pull/416
2020-01-07 09:29:43 +10:00
..
src add failing test for days_elapsed calculation 2020-01-07 09:29:43 +10:00
.gitignore tweaking the folder names again 2020-01-03 07:48:38 +10:00
build.rs tweaking the folder names again 2020-01-03 07:48:38 +10:00
Cargo.toml tweaking the folder names again 2020-01-03 07:48:38 +10:00
Makefile make sure rust tests rerun on source change; don't hide output 2020-01-07 09:29:43 +10:00
rust-toolchain tweaking the folder names again 2020-01-03 07:48:38 +10:00
rustfmt.toml tweaking the folder names again 2020-01-03 07:48:38 +10:00