From 97abe22963af5b62656cef5a46c195215f75f7d2 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 4 Apr 2015 23:16:22 +0100 Subject: tests: Add tests to exercise lexer; and some more complex number tests. --- tests/float/float1.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/float/float1.py') diff --git a/tests/float/float1.py b/tests/float/float1.py index 2539d89dc..bb670586a 100644 --- a/tests/float/float1.py +++ b/tests/float/float1.py @@ -1,5 +1,10 @@ # test basic float capabilities +# literals +print(.12) +print(1.) +print(1.2) + # float construction print(float(1.2)) -- cgit v1.2.3