initial commits

master
Charles Iliya Krempeaux 2023-08-11 16:23:51 -07:00
parent 32da6afab8
commit 7c7851385b
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ func TestParse(t *testing.T) {
expected := test.Expected
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("EXPECTED: %q %#v", expected, expected)
t.Logf("ACTUAL: %q %#v", actual, actual)