Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestExpandSrcDir (0.24 sec)

  1. src/go/build/build_test.go

    	{"${", "${"},
    	{"$}", "$}"},
    	{"$FOO ${BAR}", "$FOO ${BAR}"},
    	{"Find me the $SRCDIRECTORY.", "Find me the $SRCDIRECTORY."},
    	{"$SRCDIR is missing braces", "$SRCDIR is missing braces"},
    }
    
    func TestExpandSrcDir(t *testing.T) {
    	for _, test := range expandSrcDirTests {
    		output, _ := expandSrcDir(test.input, expandSrcDirPath)
    		if output != test.expected {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 15 16:24:01 UTC 2023
    - 23.9K bytes
    - Viewed (0)
Back to top