summaryrefslogtreecommitdiff
path: root/tests/api_tests.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/api_tests.txt')
-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