Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(704)

Unified Diff: tests/compile/ellipsis_T488.pyx

Issue 1582041: T488 - Py3 syntax: Ellipsis ('...')
Patch Set: Improved tests Created 13 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Cython/Compiler/Parsing.py ('k') | tests/run/ellipsis_T488.pyx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compile/ellipsis_T488.pyx
diff --git a/tests/compile/ellipsis_T488.pyx b/tests/compile/ellipsis_T488.pyx
new file mode 100644
index 0000000000000000000000000000000000000000..a745112e39d1b8e0bb6420e16dfebbabeae4c96a
--- /dev/null
+++ b/tests/compile/ellipsis_T488.pyx
@@ -0,0 +1,6 @@
+#from ... import foo
+
+print ...
+def test():
+ x = ...
+ assert x is Ellipsis
« no previous file with comments | « Cython/Compiler/Parsing.py ('k') | tests/run/ellipsis_T488.pyx » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b