More tests for E265 with the shebang
authorFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 1 May 2013 22:25:24 +0000 (00:25 +0200)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 1 May 2013 22:25:24 +0000 (00:25 +0200)
testsuite/E26.py

index e599a003d342bf806194cf596421e2a55ff2ecc0..d838e70e09e5af00106d3c39db80020ad64d377b 100644 (file)
@@ -9,7 +9,13 @@ x = y + 1  #:  Increment x
 #: E265
 #Block comment
 a = 1
+#: E265
+m = 42
+#! This is important
+mx = 42 - 42
 #: Okay
+#!/usr/bin/env python
+
 pass  # an inline comment
 x = x + 1   # Increment x
 y = y + 1   #: Increment x