]> git.ipfire.org Git - thirdparty/moment.git/commit
Ensure moment.isAfter and moment.isBefore match js math operations
authorJoshua Ohlman <codewriterohs@gmail.com>
Fri, 26 Jun 2015 23:36:52 +0000 (18:36 -0500)
committerIskren Chernev <iskren.chernev@gmail.com>
Mon, 13 Jul 2015 00:32:58 +0000 (17:32 -0700)
commit40e7a0c99c6cee1f2c64702fafe1b6b8ae41e136
treed5fbadcf1b3d0696b0a069dd1d3ccaf55d9bc1f8
parentef3ebbeecca360aed678a0a959d3937c41840ba5
Ensure moment.isAfter and moment.isBefore match js math operations

Add tests to isBefore and isAfter preparatory to fixing #2362, since moment.min and moment.max rely on isBefore and isAfter to calculate moment value
src/test/moment/is_after.js
src/test/moment/is_before.js