diff options
author | Damien George <damien.p.george@gmail.com> | 2018-06-02 00:21:46 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-06-12 12:17:43 +1000 |
commit | 6a445b60fad87c94a1d00ce3a043b881a1f7a5a4 (patch) | |
tree | 956f1b602023afae9231f6f03a38c997e3efc073 /tests/basics/python36.py.exp | |
parent | b2fa1b50edaea43007d692d24391c6f3aa4d15ca (diff) | |
download | micropython-6a445b60fad87c94a1d00ce3a043b881a1f7a5a4.tar.gz micropython-6a445b60fad87c94a1d00ce3a043b881a1f7a5a4.zip |
py/lexer: Add support for underscores in numeric literals.
This is a very convenient feature introduced in Python 3.6 by PEP 515.
Diffstat (limited to 'tests/basics/python36.py.exp')
-rw-r--r-- | tests/basics/python36.py.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/basics/python36.py.exp b/tests/basics/python36.py.exp new file mode 100644 index 0000000000..4b65daafa1 --- /dev/null +++ b/tests/basics/python36.py.exp @@ -0,0 +1,5 @@ +100000 +165 +65535 +123 +83 |