Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkNextPos (0.08 sec)

  1. src/text/scanner/scanner_test.go

    	checkNextPos(t, s, 2, 1, 3, ' ')
    	checkNextPos(t, s, 3, 1, 4, 'f')
    	checkNextPos(t, s, 4, 1, 5, 'o')
    	checkNextPos(t, s, 5, 1, 6, 'o')
    	checkNextPos(t, s, 8, 1, 7, '६')
    	checkNextPos(t, s, 11, 1, 8, '४')
    	checkNextPos(t, s, 12, 1, 9, ' ')
    	checkNextPos(t, s, 13, 1, 10, ' ')
    	checkNextPos(t, s, 14, 2, 1, '\n')
    	checkNextPos(t, s, 15, 3, 1, '\n')
    	checkNextPos(t, s, 18, 3, 2, '本')
    	checkNextPos(t, s, 21, 3, 3, '語')
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 17 03:41:50 UTC 2022
    - 25.3K bytes
    - Viewed (0)
Back to top