From 856d287be3cd8101e8de703b9dd0eef263947e74 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Thu, 2 May 2013 00:25:24 +0200 Subject: [PATCH] More tests for E265 with the shebang --- testsuite/E26.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testsuite/E26.py b/testsuite/E26.py index e599a00..d838e70 100644 --- a/testsuite/E26.py +++ b/testsuite/E26.py @@ -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 -- 2.34.1