all: rollback to old interpolation (step 3) (#16380)

This commit is contained in:
shove 2022-11-10 20:05:34 +08:00 committed by GitHub
parent bbae7a705f
commit 26d643fc5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 91 additions and 108 deletions

View file

@ -849,11 +849,6 @@ fn test_raw_inter() {
assert s.contains('$')
}
fn test_new_inter() {
// world := 'world'
// assert 'hello {world}' == 'hello world'
}
fn test_c_r() {
// This used to break because of r'' and c''
c := 42