Commit 826221cd by Hugo Lopes Tavares Committed by Gabriel Falcão

core.FeatureDescription expects unicode text

parent 022bb7aa
...@@ -73,7 +73,7 @@ def test_feature_description(): ...@@ -73,7 +73,7 @@ def test_feature_description():
"Feature description takes a feature, filename and original string, and keeps " \ "Feature description takes a feature, filename and original string, and keeps " \
"the relative path for filename, line and description lines" "the relative path for filename, line and description lines"
string = ''' string = u'''
# lang: en-us # lang: en-us
Feature: FEATURE NAME! #@@$%ˆ&*)(*%$E# Feature: FEATURE NAME! #@@$%ˆ&*)(*%$E#
here comes here comes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment