forked from GitHub/gf-core
Add unit test for literals (fails)
This commit is contained in:
7
testsuite/lpgf/unittests/LiteralsCnc.gf
Normal file
7
testsuite/lpgf/unittests/LiteralsCnc.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
concrete LiteralsCnc of Literals = open Prelude in {
|
||||
lincat S = SS ;
|
||||
lin
|
||||
mkString s = s ;
|
||||
mkInt s = s ;
|
||||
mkFloat s = s ;
|
||||
}
|
||||
Reference in New Issue
Block a user