Home | History | Annotate | Download | only in fmt

Lines Matching refs:quoted

240 	{"%q", `"quoted\twith\\do\u0075bl\x65s"` + "\n", &stringVal, "quoted\twith\\doubles"},
241 {"%q", "`quoted with backs`\n", &stringVal, "quoted with backs"},
686 // Quoted empty string is OK.
692 t.Errorf("Sscanf <empty> expected no error with quoted string; got %s", err)