Cucumber diff colorization not complete

Cucumber is not fully colorizing the diff output.  From the beginning of the output to about 10 lines down on the current screen, the colorization appears to be the escape codes.  And then, all of a sudden, the colorization takes place.  This is a comparison of many table entries, identifying differences between what I expect column definitions to be and how they were actually defined in the db.

  Scenario: Expected table structure
    Given table dbo.BizSparkIndividual in daily
    Then  these columns are expected to be present
      | COLUMN_NAME | DATA_TYPE | CHARACTER_MAXIMUM_LENGTH |


Snap 2014-10-29 at 09.17.27.png

The colorization is really benefitial, as I missed some stuff in the area before the colorizing started.

Thanks for your time



Attachment(s):
Snap 2014-10-29 at 09.17.27.png
0
Avatar
Permanently deleted user

Hi,

it looks like a bug for me.  For some reasons we do not handle escape sequences for coloring correctly.
Could you please file a bug in our tracker (https://youtrack.jetbrains.com/issues/RUBY)

Thanks in advance, Oleg.

0

请先登录再写评论。