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-1.3.20 legacy_features/unicode_table.feature
cucumber-1.3.19 legacy_features/unicode_table.feature
cucumber-1.3.18 legacy_features/unicode_table.feature
cucumber-1.3.17 legacy_features/unicode_table.feature
aslakhellesoy-cucumber-0.3.100 features/unicode_table.feature
aslakhellesoy-cucumber-0.3.101.2 features/unicode_table.feature
aslakhellesoy-cucumber-0.3.101 features/unicode_table.feature
aslakhellesoy-cucumber-0.3.102.1 features/unicode_table.feature
aslakhellesoy-cucumber-0.3.102.2 features/unicode_table.feature
aslakhellesoy-cucumber-0.3.102 features/unicode_table.feature
aslakhellesoy-cucumber-0.3.103 features/unicode_table.feature
aslakhellesoy-cucumber-0.3.104 features/unicode_table.feature
aslakhellesoy-cucumber-0.3.90 features/unicode_table.feature
aslakhellesoy-cucumber-0.3.92 features/unicode_table.feature
aslakhellesoy-cucumber-0.3.93.1 features/unicode_table.feature
aslakhellesoy-cucumber-0.3.93 features/unicode_table.feature
aslakhellesoy-cucumber-0.3.94.1 features/unicode_table.feature
aslakhellesoy-cucumber-0.3.94 features/unicode_table.feature
aslakhellesoy-cucumber-0.3.95 features/unicode_table.feature
aslakhellesoy-cucumber-0.3.96 features/unicode_table.feature