mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
repl: default printing fix and test
This commit is contained in:

committed by
Alexander Medvednikov

parent
decdd8be9f
commit
2ba1edaa80
7
compiler/tests/repl/default_printing.repl
Normal file
7
compiler/tests/repl/default_printing.repl
Normal file
@ -0,0 +1,7 @@
|
||||
num := 1
|
||||
string := 'Hello'
|
||||
num
|
||||
string
|
||||
===output===
|
||||
1
|
||||
Hello
|
Reference in New Issue
Block a user