features/unicode.feature in pdd-0.15.2 vs features/unicode.feature in pdd-0.15.3
- old
+ new
@@ -1,10 +1,11 @@
Feature: Unicode
As a source code writer I want to be able to
work with Unicode files
Scenario: Unicode on ASCII locale
+ Given It is Unix
Given I have a "test.txt" file with content:
"""
# @todo #44 привет, друзья
"""
When I run bash with
@@ -12,9 +13,10 @@
LANG=C ruby -Ipdd/lib pdd/bin/pdd test.txt -v -f=/dev/null -e=pdd/**/*
"""
Then Exit code is zero
Scenario: Skip file with broken Unicode
+ Given It is Unix
Given I have a "test.txt" file with content:
"""
\xBF test
# @todo #44 \xFF hey
\xFF test again