]> git.madduck.net Git - etc/vim.git/blobdiff - tests/data/numeric_literals_py2.py

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

change some numeric behavior (#469)
[etc/vim.git] / tests / data / numeric_literals_py2.py
index 107c39bbaf59d99d6384b4fbfb533993bd1961d8..d2db7b0ccc474f785c6eb515c3ae8ad29e9f02f4 100644 (file)
@@ -1,6 +1,7 @@
 #!/usr/bin/env python2.7
 
 x = 123456789L
+x = 123456789l
 x = 123456789
 
 # output
@@ -8,5 +9,6 @@ x = 123456789
 
 #!/usr/bin/env python2.7
 
-x = 123456789l
+x = 123456789L
+x = 123456789L
 x = 123456789