(s ASCII)
| 645 | } |
| 646 | |
| 647 | func asciiRoundTripsCorrectlyString(s ASCII) bool { |
| 648 | return roundTripsCorrectlyString(string(s)) |
| 649 | } |
| 650 | |
| 651 | func asciiRoundTripsCorrectlyByteString(s ASCII) bool { |
| 652 | return roundTripsCorrectlyByteString(string(s)) |
nothing calls this directly
no test coverage detected