Exemple #1
0
func TestTransforms(t *testing.T) {
	tests.CompareTables(t, transformEqualities)
}
// TestEquality tests that the chained version and non-chained version of a transform
// have the same result, given the same input and options.
func TestEquality(t *testing.T) {
	tests.CompareTables(t, chainedEqualities)
}