From a7cac0e348ab9be0d56a390e87ea2ab74c69a12a Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 18 Sep 2013 10:01:46 -0400 Subject: Adding test capturing Distribute #349 --HG-- extra : amend_source : 2f401317ae94e6291ae91f8da75173781bc4c48c --- setuptools/tests/script-with-bom.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 setuptools/tests/script-with-bom.py (limited to 'setuptools/tests/script-with-bom.py') diff --git a/setuptools/tests/script-with-bom.py b/setuptools/tests/script-with-bom.py new file mode 100644 index 00000000..22dee0d2 --- /dev/null +++ b/setuptools/tests/script-with-bom.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- + +result = 'passed' -- cgit v1.2.1