mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
repl: execute REPL tests ~1.5x to 2x faster
This commit is contained in:

committed by
Alexander Medvednikov

parent
64a9f43405
commit
d92291dd76
@ -1,4 +1,11 @@
|
||||
|
||||
fn test_simple_string_interpolation(){
|
||||
a := 'Hello'
|
||||
b := 'World'
|
||||
res := '$a $b'
|
||||
assert res == 'Hello World'
|
||||
}
|
||||
|
||||
fn test_excape_dollar_in_string() {
|
||||
i := 42
|
||||
|
||||
|
Reference in New Issue
Block a user