pcmk__parse_ll_range() currently asserts if start or end is NULL. Allow either or both to be NULL so the function can be used purely as a syntax validator (and to make static analysis happy). Note that scan_ll() already accepts NULL, so just the one function needs updating. Update the unit tests.
Description
Description