diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-09 22:53:38 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-09 22:53:38 -0400 |
| commit | b383fe311089ed6488916614acbf085521c12e48 (patch) | |
| tree | 707db8849b101262e7ba6d3bac5e530d0f8178b4 /tests/api_tests.txt | |
| parent | 4b432e0f50e9f5871a2f7375b406be7258bfa22c (diff) | |
| download | python-setuptools-git-b383fe311089ed6488916614acbf085521c12e48.tar.gz | |
Replaced overly-specific error messages with more general ones for improved cross-implementation compatibility. Fixes #50.
Diffstat (limited to 'tests/api_tests.txt')
| -rw-r--r-- | tests/api_tests.txt | 4 |
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 |
