mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
This commit is contained in:
parent
c004d0c899
commit
acf6b344f7
99 changed files with 681 additions and 655 deletions
|
@ -32,13 +32,13 @@ fn test_field_after_fkeys() {
|
|||
}!
|
||||
|
||||
person := Person{
|
||||
age: 21
|
||||
brothers: [Brother{
|
||||
age: 21
|
||||
brothers: [Brother{
|
||||
name: 'aaa'
|
||||
}, Brother{
|
||||
name: 'bbb'
|
||||
}]
|
||||
sisters: [Sister{
|
||||
sisters: [Sister{
|
||||
name: 'ccc'
|
||||
}, Sister{
|
||||
name: 'ddd'
|
||||
|
|
|
@ -305,7 +305,7 @@ fn test_orm_insert_with_multiple_child_elements() {
|
|||
name: 'Steve'
|
||||
},
|
||||
]
|
||||
notes: [
|
||||
notes: [
|
||||
Note{
|
||||
text: 'First note'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue