summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-08-09 22:53:38 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-08-09 22:53:38 -0400
commit4afc0226f0b1663f0ad5c277e11764b123a4e94e (patch)
treec58197f6f793c1004308defe779ba17c4ef61474 /tests
parente124dfd6c9aa400d5eafa4f127fb1882bd7a3481 (diff)
downloadpython-setuptools-bitbucket-4afc0226f0b1663f0ad5c277e11764b123a4e94e.tar.gz
Replaced overly-specific error messages with more general ones for improved cross-implementation compatibility. Fixes #50.
Diffstat (limited to 'tests')
-rw-r--r--tests/api_tests.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/api_tests.txt b/tests/api_tests.txt
index 38b762d2..d34f2314 100644
--- a/tests/api_tests.txt
+++ b/tests/api_tests.txt
@@ -342,7 +342,7 @@ Environment Markers
Comparison or logical expression expected
>>> print(im("sys_platform=="))
- unexpected EOF while parsing
+ invalid syntax
>>> print(im("sys_platform=='win32'"))
False
@@ -354,7 +354,7 @@ Environment Markers
Comparison or logical expression expected
>>> print(im("(extra"))
- unexpected EOF while parsing
+ invalid syntax
>>> print(im("os.open('foo')=='y'"))
Language feature not supported in environment markers