Lines Matching refs:tc
823 for _, tc := range testCases {824 s := JSEscapeString(tc.in)825 if s != tc.exp {826 t.Errorf("JS escaping [%s] got [%s] want [%s]", tc.in, s, tc.exp)