Sha256: fda804de6909729fbd1ba3b5c671ec5cb12b91941825268eb21d5b3f4656cf7f

Contents?: true

Size: 617 Bytes

Versions: 3

Compression:

Stored size: 617 Bytes

Contents

Feature: Unicode filenames
  In order to support non-ASCII characters in filenames

  #Scenario: Build with files containing unicode characters in their name
  #  Given a successfully built app at "unicode-filenames-app"
  #  When I cd to "build"
  #   Then the file "snowmen-rule-☃.html" should contain "☃"

  Scenario: Preview with files containing unicode characters in their name
    Given the Server is running at "unicode-filenames-app"
    When I go to "/snowmen-rule-☃.html"
    # There seem to be encoding issues w/ the test framework so we can't check the content
    Then I should see "Snowman!"
    

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
middleman-core-3.0.0.rc.2 features/unicode_filenames.feature
middleman-core-3.0.0.rc.1 features/unicode_filenames.feature
middleman-core-3.0.0.beta.3 features/unicode_filenames.feature