mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: rollback to old interpolation (step 3) (#16380)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user