[[Rcpp::export]]
| 139 | |
| 140 | // [[Rcpp::export]] |
| 141 | String test_String_ctor_encoding2() { |
| 142 | String y("å"); |
| 143 | y.set_encoding(CE_UTF8); |
| 144 | return y; |
| 145 | } |
| 146 | |
| 147 | // [[Rcpp::export]] |
| 148 | String test_String_embeddedNul() { |
nothing calls this directly
no test coverage detected