initial commits
parent
32da6afab8
commit
7c7851385b
|
@ -275,7 +275,7 @@ func TestParse(t *testing.T) {
|
||||||
expected := test.Expected
|
expected := test.Expected
|
||||||
|
|
||||||
if expected != actual {
|
if expected != actual {
|
||||||
t.Errorf("For tset #%d, the actual resulting media-range is not what was expected.", testNumber)
|
t.Errorf("For test #%d, the actual resulting media-range is not what was expected.", testNumber)
|
||||||
t.Logf("MEDIA-RANGE: %q", test.MediaRange)
|
t.Logf("MEDIA-RANGE: %q", test.MediaRange)
|
||||||
t.Logf("EXPECTED: %q %#v", expected, expected)
|
t.Logf("EXPECTED: %q %#v", expected, expected)
|
||||||
t.Logf("ACTUAL: %q %#v", actual, actual)
|
t.Logf("ACTUAL: %q %#v", actual, actual)
|
||||||
|
|
Loading…
Reference in New Issue