Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FuzzSplitPkgConfigOutput (0.2 sec)

  1. src/cmd/go/internal/work/shell_test.go

    // license that can be found in the LICENSE file.
    
    //go:build unix
    
    package work
    
    import (
    	"bytes"
    	"internal/testenv"
    	"strings"
    	"testing"
    	"unicode"
    )
    
    func FuzzSplitPkgConfigOutput(f *testing.F) {
    	testenv.MustHaveExecPath(f, "/bin/sh")
    
    	f.Add([]byte(`$FOO`))
    	f.Add([]byte(`\$FOO`))
    	f.Add([]byte(`${FOO}`))
    	f.Add([]byte(`\${FOO}`))
    	f.Add([]byte(`$(/bin/false)`))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 15 15:30:05 UTC 2023
    - 4.5K bytes
    - Viewed (0)
Back to top