add Str.appendScalar

This commit is contained in:
Folkert 2023-02-11 18:39:30 +01:00
parent 92539fe3b0
commit e48a604862
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 30 additions and 1 deletions

View file

@ -1857,7 +1857,7 @@ fn str_walk_utf8_with_index() {
}
#[test]
#[cfg(any(feature = "gen-llvm"))]
#[cfg(any(feature = "gen-llvm", feature = "gen-dev"))]
fn str_append_scalar() {
assert_evals_to!(
indoc!(