Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseFowlerResult (3.5 sec)

  1. src/regexp/exec_test.go

    			field[1] = lastRegexp
    		}
    		lastRegexp = field[1]
    
    		//   Field 3: the string to match.
    		text := field[2]
    
    		//   Field 4: the test outcome...
    		ok, shouldCompile, shouldMatch, pos := parseFowlerResult(field[3])
    		if !ok {
    			t.Errorf("%s:%d: cannot parse result %#q", file, lineno, field[3])
    			continue Reading
    		}
    
    		//   Field 5: optional comment appended to the report.
    
    	Testing:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:36:03 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top