Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Running unit tests tmain and units via 'make check' the empty expression .{0} from the matching group in parsers/robot.c was causing FreeBSD libc regcomp to produce an error: empty (sub)expression. tmain would fail for some checks while units would fail for robots checks. Removing the emptry expression .{0} "match anything exactly zero times" fixes this issue and all expected tests pass for both tmain and units. Testing the same change, removing the expression .{0} from the matching group, on centos7 does not appear to have any regessions.
- Loading branch information