Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGlobal (0.12 sec)

  1. src/embed/internal/embedtest/embed_test.go

    	}
    	if !reflect.DeepEqual(names, expect) {
    		t.Errorf("readdir %v = %v, want %v", name, names, expect)
    	}
    }
    
    // Tests for issue 49514.
    var _ = '"'
    var _ = '\''
    var _ = '🦆'
    
    func TestGlobal(t *testing.T) {
    	testFiles(t, global, "concurrency.txt", "Concurrency is not parallelism.\n")
    	testFiles(t, global, "testdata/hello.txt", "hello, world\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 14 20:10:16 UTC 2023
    - 5.4K bytes
    - Viewed (0)
Back to top