test: add byte and append coverage

This commit is contained in:
Li Jie
2025-02-19 12:27:46 +08:00
parent 35ba8476b0
commit ca906d9c71
3 changed files with 146 additions and 116 deletions

View File

@@ -136,6 +136,7 @@ var convertTests = []struct {
}
}
*/
{V(byte(0)), V(byte(0))},
{V(int8(1)), V(int8(1))},
{V(int8(2)), V(uint8(2))},
{V(uint8(3)), V(int8(3))},