Ad
  • Default User Avatar

    I believe there is an issue in a Javascript test case.

    duration: 10
    schedules:
    [ [ [ '09:09', '12:06' ],
    [ '12:14', '15:08' ],
    [ '15:16', '17:17' ],
    [ '17:32', '18:26' ] ],
    [ [ '10:38', '12:06' ],
    [ '13:39', '15:08' ],
    [ '17:23', '17:26' ],
    [ '18:02', '18:26' ] ] ]

    expects 18:50, but the right answer is '18:26'?