summaryrefslogtreecommitdiff
path: root/test/python/input2.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/python/input2.py')
-rw-r--r--test/python/input2.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/python/input2.py b/test/python/input2.py
new file mode 100644
index 00000000..063825e1
--- /dev/null
+++ b/test/python/input2.py
@@ -0,0 +1,20 @@
+
+# dude, this is a comment
+ # some more
+hello
+if 1:
+ yes
+ awesome;
+
+ # Here we have a comment
+ if ('hello'): # hi there
+ in_more
+
+ same_level
+ if ['dude', 'dudess'].horsie(): first; second # both inside one_liner
+ 1
+
+ back_down
+
+last_statement
+