Index: recipe_engine/third_party/setuptools/tests/script-with-bom.py |
diff --git a/recipe_engine/third_party/setuptools/tests/script-with-bom.py b/recipe_engine/third_party/setuptools/tests/script-with-bom.py |
new file mode 100644 |
index 0000000000000000000000000000000000000000..22dee0d2a32a276cc217664420410970ab10b770 |
--- /dev/null |
+++ b/recipe_engine/third_party/setuptools/tests/script-with-bom.py |
@@ -0,0 +1,3 @@ |
+# -*- coding: utf-8 -*- |
+ |
+result = 'passed' |