mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 14:03:39 +00:00
main: add tests
Add testing infrastructure and one initial test (for src/runtime/print.go). More tests to be added later.
This commit is contained in:
Vendored
+20
@@ -0,0 +1,20 @@
|
||||
hello world!
|
||||
42
|
||||
100000000
|
||||
abc
|
||||
a b c
|
||||
123
|
||||
123
|
||||
-123
|
||||
12345
|
||||
12345
|
||||
-12345
|
||||
12345678
|
||||
12345678
|
||||
-12345678
|
||||
123456789012
|
||||
123456789012
|
||||
-123456789012
|
||||
+3.140000e+000
|
||||
map[2]
|
||||
true false
|
||||
Reference in New Issue
Block a user