Subject: | t/inline.t fails since mupdf-1.10 |
I see the following failure:
# Failed test at t/inline.t line 27.
# '1.10'
# doesn't match '(?^:^\d\.\d[a-z]?$)'
# Looks like you failed 1 test of 2.
t/inline.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
Probably the regexp should be rewritten to something like /^\d\.\d+[a-z]?$/ (with an additional plus)?