compiler: add tests for strings

This tests a few common operations on strings.
This commit is contained in:
Ayke van Laethem
2021-03-08 12:59:45 +01:00
committed by Ron Evans
parent e2f532709f
commit 24676d4366
3 changed files with 79 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ func TestCompiler(t *testing.T) {
"basic.go",
"pointer.go",
"slice.go",
"string.go",
"float.go",
}