Sha256: 8aa06d82f3fa3473f94cbcdc36c5ad70db7b989e6f85f434b35e1454881ff9dd

Contents?: true

Size: 862 Bytes

Versions: 173

Compression:

Stored size: 862 Bytes

Contents

Feature: Unicode in tables
  In order to please the whole world,
  unicode characters in tables should be
  properly aligned
  
  Scenario: All sorts of weird stuff
    Given a standard Cucumber project directory structure
    And a file named "features/unicode.feature" with:
      """
      Feature: Featuring unicode

        Scenario: So what, whatever
          Given passing
            | Brüno | abc |
            | Bruno | æøå |
      """
    And a file named "features/env.rb" with:
      """
      $KCODE='u'
      """
    When I run cucumber -q --dry-run features/unicode.feature
    Then it should pass with
      """
      Feature: Featuring unicode

        Scenario: So what, whatever
          Given passing
            | Brüno | abc |
            | Bruno | æøå |

      1 scenario (1 undefined)
      1 step (1 undefined)

      """
    

Version data entries

173 entries across 171 versions & 21 rubygems

Version Path
cucumber-0.8.1 features/unicode_table.feature
cucumber-0.8.0 features/unicode_table.feature
cucumber-0.7.3 features/unicode_table.feature
cucumber-0.7.2 features/unicode_table.feature
cucumber-0.7.1 features/unicode_table.feature
cucumber-0.7.0 features/unicode_table.feature
cucumber-0.7.0.beta.8 features/unicode_table.feature
cucumber-0.7.0.beta.7 features/unicode_table.feature
cucumber-0.7.0.beta.6 features/unicode_table.feature
cucumber-0.7.0.beta.5 features/unicode_table.feature
cucumber-0.7.0.beta.4 features/unicode_table.feature
cucumber-0.7.0.beta.3 features/unicode_table.feature
cucumber-0.7.0.beta.2 features/unicode_table.feature
cucumber-0.7.0.beta.1 features/unicode_table.feature
cucumber-0.6.4 features/unicode_table.feature
cucumber-0.6.3 features/unicode_table.feature
davidtrogers-cucumber-0.6.2 features/unicode_table.feature
cucumber-0.6.2 features/unicode_table.feature
cucumber-0.6.1 features/unicode_table.feature
cucumber-0.6.0 features/unicode_table.feature