Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Feb 26, 2015
1 parent a06b30f commit 0b4e79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isbnlib/test/test_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_mask():
assert_equals(mask('9789993075899'), '978-99930-75-89-9')
assert_equals(mask('0-330284983'), '0-330-28498-3')
assert_equals(mask('9791090636071'), '979-10-90636-07-1')
assert_equals(mask('9786131796364'), '978-613-1-79636-4')
assert_equals(mask('9786131796364'), '978-613-1-79636-4') # <-- prefix with 1 rule
assert_equals(mask('isbn 979-10-90636-07-1'), '979-10-90636-07-1')
assert_raises(Exception, mask, '')
assert_raises(Exception, mask, '9786')
Expand Down

0 comments on commit 0b4e79d

Please sign in to comment.