forked from GitHub/gf-core
Add unit test for literals (fails)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
mkString "hello"
|
||||
mkInt 123
|
||||
mkFloat 30.809
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
mkString "hello"
|
||||
mkInt 123
|
||||
mkFloat 30.809
|
||||