Loading format/format_test.go 0 → 100644 +12 −0 Original line number Diff line number Diff line package format import "testing" func TestFormat(t *testing.T) { if JPEG != 0 { t.Errorf("Expected 0 got,", JPEG) } if SVG != 1 { t.Errorf("Expected 1 got,", SVG) } } Loading
format/format_test.go 0 → 100644 +12 −0 Original line number Diff line number Diff line package format import "testing" func TestFormat(t *testing.T) { if JPEG != 0 { t.Errorf("Expected 0 got,", JPEG) } if SVG != 1 { t.Errorf("Expected 1 got,", SVG) } }