* indium-structs.el (indium-breakpoint-location): Fix movement to
return the proper location. Rationale: given that (point-min) is 1,
after (goto-char (point-min)), 0 must be passed to forward-char
instead of 1. This is particularly important if the breakpoint is
at (point-max) because forward-char would raise an error.
* test/unit/indium-breakpoint-test.el: Add test.
* test/unit/indium-structs-test.el ("Breakpoints"): Fix an incorrect
test: the end of line 1 is still line 1.