mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
veb: translations via %translation_key
This commit is contained in:
parent
1cf38ed501
commit
4ed9d13803
13 changed files with 115 additions and 15 deletions
|
@ -442,6 +442,7 @@ fn test_the_result_of_insert_should_be_the_last_insert_id() {
|
|||
insert address into Address
|
||||
} or { panic(err) }
|
||||
dump(aid1)
|
||||
assert aid1 == 1
|
||||
aid2 := sql db {
|
||||
insert address into Address
|
||||
} or { panic(err) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue