"make test" падает, причём без правок КП.
Код:
Pygments 2.0pre test suite running (Python 2.7.3)...
......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
======================================================================
FAIL: test_basic_api.test_lexer_options(<class 'pygments.lexers.functional.LiterateCryptolLexer'>,)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/romiras/Projects/pygments/tests/test_basic_api.py", line 106, in verify
ensure(inst.get_tokens('a\nb'), 'a\nb')
File "/home/romiras/Projects/pygments/tests/test_basic_api.py", line 90, in ensure
'%s: %r != %r' % (lexer, concatenated, output)
AssertionError: <class 'pygments.lexers.functional.LiterateCryptolLexer'>: u'a\n' != 'a\nb'
----------------------------------------------------------------------
Ran 1108 tests in 23.070s
FAILED (failures=1)
make: *** [test] Error 1