X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a37abdcbc5d8828428cea8b9daca65d9ee0994b5..283d999c3f89e2204cbf5a61242665bedd6887ef:/tests/data/numeric_literals_py2.py?ds=sidebyside

diff --git a/tests/data/numeric_literals_py2.py b/tests/data/numeric_literals_py2.py
index d2db7b0..8f85c43 100644
--- a/tests/data/numeric_literals_py2.py
+++ b/tests/data/numeric_literals_py2.py
@@ -3,6 +3,7 @@
 x = 123456789L
 x = 123456789l
 x = 123456789
+x = 0xb1acc
 
 # output
 
@@ -12,3 +13,4 @@ x = 123456789
 x = 123456789L
 x = 123456789L
 x = 123456789
+x = 0xB1ACC