Sha256: ca7351dd9eef0cdbf14b023b283c5572c91086e81ebafb7e8458114d85d3e9a2

Contents?: true

Size: 512 Bytes

Versions: 91

Compression:

Stored size: 512 Bytes

Contents

Feature: Unicode filecontents
  In order to support non-ASCII characters in file contents

  Scenario: Rebuild with files containing unicode characters in their name
    Given a fixture app "clean-app"
    And a file named "source/index.html.erb" with:
      """
      你好
      """
    And a successfully built app at "clean-app"
    And a modification time for a file named "build/index.html"
    And a successfully built app at "clean-app"
    Then the file "build/index.html" should not have been updated

Version data entries

91 entries across 91 versions & 5 rubygems

Version Path
middleman-core-with-external-sources-watch-fix-4.1.10 features/unicode_filecontents.feature
middleman-core-with-external-sources-watch-fix-4.1.0 features/unicode_filecontents.feature
middleman-core-4.3.0.rc.1 features/unicode_filecontents.feature
middleman-core-4.2.1 features/unicode_filecontents.feature
middleman-core-4.2.0 features/unicode_filecontents.feature
middleman-core-4.1.14 features/unicode_filecontents.feature
middleman-core-4.1.13 features/unicode_filecontents.feature
middleman-core-4.1.12 features/unicode_filecontents.feature
middleman-core-4.1.11 features/unicode_filecontents.feature
middleman-core-4.1.10 features/unicode_filecontents.feature
middleman-core-4.1.9 features/unicode_filecontents.feature
middleman-core-4.1.8 features/unicode_filecontents.feature
middleman-core-4.1.7 features/unicode_filecontents.feature
middleman-core-4.1.6 features/unicode_filecontents.feature
middleman-core-4.1.5 features/unicode_filecontents.feature
middleman-core-4.1.3 features/unicode_filecontents.feature
middleman-core-4.1.2 features/unicode_filecontents.feature
middleman-core-4.1.1 features/unicode_filecontents.feature
middleman-core-4.1.0 features/unicode_filecontents.feature
middleman-core-4.1.0.rc.2 features/unicode_filecontents.feature