Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAppendRangeCollapse (0.17 sec)

  1. src/regexp/syntax/parse_test.go

    			t.Errorf("minFold=%#U should be %#U", minFold, i)
    		}
    		last = i
    	}
    	if maxFold != last {
    		t.Errorf("maxFold=%#U should be %#U", maxFold, last)
    	}
    }
    
    func TestAppendRangeCollapse(t *testing.T) {
    	// AppendRange should collapse each of the new ranges
    	// into the earlier ones (it looks back two ranges), so that
    	// the slice never grows very large.
    	// Note that we are not calling cleanClass.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 16:02:30 UTC 2023
    - 16.2K bytes
    - Viewed (0)
Back to top