Add some missing unit tests for number formats and block starting

This commit is contained in:
Jonathan Turner 2009-10-14 12:25:21 +00:00
parent 480761c1f7
commit c51d14fb13
4 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
{print("hello")}

View File

@ -0,0 +1 @@
hello

View File

@ -0,0 +1,2 @@
print(012)
print(0x1f)

View File

@ -0,0 +1,2 @@
10
31