utf support for string

This commit is contained in:
Hayden Parker
2016-02-05 22:00:47 -08:00
parent b3fa7082cf
commit ef6cb2362c
4 changed files with 70 additions and 64 deletions

View File

@ -1 +1,38 @@
package common
import (
"testing"
)
func TestValuesReturnsCorrectValues(t *testing.T) {
// bytes := []byte{}
}
func TextValuesReportsMappingTooBig() {
}
func TestValuesReportsStringErrorsWhenStringZeroLen(t *testing.T) {
}
func TestValuesReportsStringErrorsWhenStringExtraData(t *testing.T) {
}
func TestValuesReportsStringErrorsWhenStringMissingData(t *testing.T) {
}
func TestValuesReportsStringErrorsWhenStringLengthNoData(t *testing.T) {
}
func TestValuesToMappingCreatesCorrectFormat(t *testing.T) {
}
func TestValuesToMappingReportsStringTooLongError(t *testing.T) {
}