]> Cypherpunks repositories - gostls13.git/commit
exp/locale/collate: let regtest generate its own collation table.
authorMarcel van Lohuizen <mpvl@golang.org>
Mon, 20 Aug 2012 08:56:19 +0000 (10:56 +0200)
committerMarcel van Lohuizen <mpvl@golang.org>
Mon, 20 Aug 2012 08:56:19 +0000 (10:56 +0200)
commit98883c811a217aa562f92e9bc03be3cd4fac5b5f
tree27b88ce4793d51612e30f27fa46d4de3bf062f70
parent2845e5881f80a717b33b3ab515e1306a7c0001dd
exp/locale/collate: let regtest generate its own collation table.
The main table will need to get a slightly different collation table as the one
used by regtest, as the regtest is based on the standard UCA DUCET, while
the locale-specific tables are all based on a CLDR root table.
This change allows changing the table without affecting the regression test.

R=r
CC=golang-dev
https://golang.org/cl/6453089
src/pkg/exp/locale/collate/regtest.go