Sha256: 9b2adac9da524c352411be00dc16d419286ccb485dc3fcba1177bdb3fe271c7b

Contents?: true

Size: 1.02 KB

Versions: 117

Compression:

Stored size: 1.02 KB

Contents

@encoding @travishatesme @wip

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

  Scenario: Build with files containing unicode characters in their name
    Given a fixture app "empty-app"
    And a file named "config.rb" with:
      """
      """
    And a file named "source/snowmen-rule-☃.html" with:
      """
      Snowman!
      <div style="text-align:center; font-size:4000%;">
        ☃
      </div>
      """
    And a successfully built app at "empty-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 a fixture app "empty-app"
    And a file named "config.rb" with:
      """
      """
    And a file named "source/snowmen-rule-☃.html" with:
      """
      Snowman!
      <div style="text-align:center; font-size:4000%;">
        ☃
      </div>
      """
    And the Server is running
    When I go to "/snowmen-rule-☃.html"
    Then I should see "Snowman!"

Version data entries

117 entries across 117 versions & 5 rubygems

Version Path
middleman-core-4.3.11 features/unicode_filenames.feature
middleman-core-4.3.10 features/unicode_filenames.feature
middleman-core-4.3.8 features/unicode_filenames.feature
middleman-core-4.3.7 features/unicode_filenames.feature
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/middleman-core-4.3.3/features/unicode_filenames.feature
middleman-core-4.3.6 features/unicode_filenames.feature
middleman-core-4.3.5 features/unicode_filenames.feature
middleman-core-4.3.4 features/unicode_filenames.feature
middleman-core-4.3.3 features/unicode_filenames.feature
middleman-core-4.3.2 features/unicode_filenames.feature
middleman-core-4.3.1 features/unicode_filenames.feature
middleman-core-4.3.0 features/unicode_filenames.feature
middleman-core-with-external-sources-watch-fix-4.1.10 features/unicode_filenames.feature
middleman-core-with-external-sources-watch-fix-4.1.0 features/unicode_filenames.feature
middleman-core-4.3.0.rc.1 features/unicode_filenames.feature
middleman-core-4.2.1 features/unicode_filenames.feature
middleman-core-4.2.0 features/unicode_filenames.feature
middleman-core-4.1.14 features/unicode_filenames.feature
middleman-core-4.1.13 features/unicode_filenames.feature
middleman-core-4.1.12 features/unicode_filenames.feature