]> Cypherpunks repositories - gostls13.git/commit
unicode: add the first few property tests for printing.
authorRob Pike <r@golang.org>
Fri, 3 Jun 2011 21:46:22 +0000 (07:46 +1000)
committerRob Pike <r@golang.org>
Fri, 3 Jun 2011 21:46:22 +0000 (07:46 +1000)
commit8d64e73f9417f945419217b0723dfda3435a8e02
tree305b28b1ffa994a80622e9e3d049d78ae0b429fd
parent86b3577a594cad40deb40d0a454f545d0c443f73
unicode: add the first few property tests for printing.

The long-term goal is that %q will use IsPrint to decide
what to show natively vs. as hexadecimal.

R=rsc, r
CC=golang-dev
https://golang.org/cl/4526095
src/pkg/unicode/Makefile
src/pkg/unicode/digit.go
src/pkg/unicode/digit_test.go
src/pkg/unicode/graphic.go [new file with mode: 0644]
src/pkg/unicode/graphic_test.go [new file with mode: 0644]
src/pkg/unicode/letter.go
src/pkg/unicode/letter_test.go
src/pkg/unicode/maketables.go
src/pkg/unicode/script_test.go
src/pkg/unicode/tables.go