Kyle-Falconer / Court-Scheduler

3 stars 2 forks source link

Constraint parser issues #4

Closed Kyle-Falconer closed 10 years ago

Kyle-Falconer commented 10 years ago

See the console output to observe that each constraint read in is read in twice and does not properly handle the empty string case.

Ceje commented 10 years ago

Fixed the multi-read issue and added in a case for "" that does nothing.

Kyle-Falconer commented 10 years ago

Have you also written tests for this?