Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIssue28112 (0.1 sec)

  1. src/go/scanner/scanner_test.go

    			t.Errorf("%s: tok = %s, lit = %q", fset.Position(pos), tok, lit)
    		}
    		if tok <= token.EOF {
    			break
    		}
    	}
    }
    
    func TestIssue28112(t *testing.T) {
    	const src = "... .. 0.. .." // make sure to have stand-alone ".." immediately before EOF to test EOF behavior
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 28 15:38:31 UTC 2023
    - 34.6K bytes
    - Viewed (0)
Back to top