|
|
|
+ check(t, "My_Struct{names = [\"hello?\"], name_count = 1}", "%v", foo)
|
|
check :: proc(t: ^testing.T, exp: string, format: string, args: ..any, loc := #caller_location) {
|
|
check :: proc(t: ^testing.T, exp: string, format: string, args: ..any, loc := #caller_location) {
|
|
got := fmt.tprintf(format, ..args)
|
|
got := fmt.tprintf(format, ..args)
|