Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handleInputLine (0.32 sec)

  1. src/cmd/internal/test2json/test2json.go

    	skipLinePrefix = []byte("?   \t")
    	skipLineSuffix = []byte("\t[no test files]")
    )
    
    // handleInputLine handles a single whole test output line.
    // It must write the line to c.output but may choose to do so
    // before or after emitting other events.
    func (c *Converter) handleInputLine(line []byte) {
    	if len(line) == 0 {
    		return
    	}
    	sawMarker := false
    	if c.needMarker && line[0] != marker {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 14.5K bytes
    - Viewed (0)
Back to top