- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for qux (0.01 sec)
-
istioctl/pkg/writer/table/writer_test.go
}, } }) w.AddRow(newTestObject("foo", "bar", "1.0")) w.AddRow(newTestObject("baz", "qux", "2.0")) w.AddRow(newTestObject("qux", "quux", "3")) w.Flush() expected := "NAME NAMESPACE VERSION\n" + "foo \x1b[32mbar\x1b[0m 1.0\n" + "baz \x1b[32mqux\x1b[0m 2.0\n" + "qux \x1b[32mquux\x1b[0m 3\n" if got.String() != expected {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Oct 08 04:41:42 UTC 2022 - 1.6K bytes - Viewed (0)