#249: BibConvert: failing unit tests
-------------------------+--------------------------------------------------
Reporter: simko | Owner: tohls
Type: defect | Status: assigned
Priority: blocker | Milestone: v1.0
Component: BibConvert | Version:
Resolution: | Keywords:
-------------------------+--------------------------------------------------
Comment (by tohls):
Benuit, could you look over the following tests?
This one is correctly asserted:
self.assertEqual("sep_",
bibconvert.FormatField(test_input, "LIMW(//[!_]//,R)"))
But this one will fail, would you like to change the regexp in this one?
self.assertEqual(test_input,
bibconvert.FormatField(test_input, "LIMW(//[!_-]//,R)"))
--
Ticket URL: <http://invenio-software.org/ticket/249#comment:4>
Invenio <http://invenio-software.org>