• Rob Pike's avatar
    fix string range to have full unicode range (up to 10FFFF). · 54ec7193
    Rob Pike authored
    add test for string range.
    
    test has minor failure: after loop the index == len(s); should be len(s)-1
    in this case.  according to spec, vars are left at position at last
    iteration.
    
    R=ken,rsc
    DELTA=259  (161 added, 96 deleted, 2 changed)
    OCL=27343
    CL=27343
    54ec7193
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr/gri Loading commit data...