MCPcopy Create free account
hub / github.com/crossoverJie/gscript / TestByte

Function TestByte

byte_test.go:9–17  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

7)
8
9func TestByte(t *testing.T) {
10 script := `
11string v5="9898";
12byte b=1;
13println(b);
14`
15 //os.Setenv(RuntimeError, "true")
16 NewCompiler().Compiler(script)
17}
18func TestByte2(t *testing.T) {
19 script := `
20int[] a={1,2};

Callers

nothing calls this directly

Calls 2

NewCompilerFunction · 0.85
CompilerMethod · 0.80

Tested by

no test coverage detected