mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
compiler: fix repl chained_fields test (windows)
This commit is contained in:

committed by
Alexander Medvednikov

parent
5dcfda0600
commit
6921c15b7b
@ -54,7 +54,7 @@ fn test_the_v_repl() {
|
||||
assert false
|
||||
break
|
||||
}
|
||||
result := r.output.replace('\r','').replace('>>> ', '').replace('>>>', '').replace('... ', '').all_after('Use Ctrl-C or `exit` to exit\n').replace( wd, '' )
|
||||
result := r.output.replace('\r','').replace('>>> ', '').replace('>>>', '').replace('... ', '').all_after('Use Ctrl-C or `exit` to exit\n').replace(wd, '' )
|
||||
assert result == output
|
||||
if result != output {
|
||||
println(file)
|
||||
|
Reference in New Issue
Block a user