features/unicode.feature in pdd-0.15 vs features/unicode.feature in pdd-0.15.1
- old
+ new
@@ -14,10 +14,10 @@
Then Exit code is zero
Scenario: Skip file with broken Unicode
Given I have a "test.txt" file with content:
"""
- \xFF test
+ \xBF test
# @todo #44 \xFF hey
\xFF test again
"""
When I run bin/pdd with "--exclude=test.txt --v -f=/dev/null"
Then Stdout contains "excluding test.txt"