From 2b2a8fe77447a7549a4114f2071032e1987a49a3 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Fri, 24 Feb 2012 11:48:19 +1100 Subject: test/[n-z]*.go: add documentation R=golang-dev, bradfitz, r CC=golang-dev http://codereview.appspot.com/5700056 --- test/utf.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/utf.go') diff --git a/test/utf.go b/test/utf.go index 0a3a1c0d6..3ac79447e 100644 --- a/test/utf.go +++ b/test/utf.go @@ -4,6 +4,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Test UTF-8 in strings and character constants. + package main import "unicode/utf8" -- cgit v1.2.1