diff options
Diffstat (limited to 'python/mozlint/test/files/foobar.py')
-rw-r--r-- | python/mozlint/test/files/foobar.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/mozlint/test/files/foobar.py b/python/mozlint/test/files/foobar.py new file mode 100644 index 000000000..e1677b3fd --- /dev/null +++ b/python/mozlint/test/files/foobar.py @@ -0,0 +1,2 @@ +# Oh no.. we called this variable foobar, bad! +foobar = "a string" |