par postfix template added

(cherry picked from commit a0e0475)
This commit is contained in:
liana.bakradze
2016-02-11 23:35:12 +03:00
parent bfbee30192
commit 02214ca394
11 changed files with 87 additions and 0 deletions
@@ -0,0 +1,3 @@
def f():
a = (1, 2)
return a
@@ -0,0 +1,3 @@
def f():
a = <spot>1, 2</spot>
return a
@@ -0,0 +1,5 @@
<html>
<body>
Parenthesizes the expression.
</body>
</html>