mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
dont stop prop and table name in sendprop
This commit is contained in:
parent
df9a6a138e
commit
35519d5fce
7 changed files with 215 additions and 216 deletions
|
|
@ -48,7 +48,7 @@ fn flatten_test(input_file: &str, snapshot_file: &str) {
|
|||
table
|
||||
.flatten_props(&send_tables)
|
||||
.into_iter()
|
||||
.map(|prop| format!("{}.{}", prop.identifier.owner_table, prop.identifier.name))
|
||||
.map(|prop| format!("{}.{}", prop.owner_table, prop.name))
|
||||
.collect(),
|
||||
)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue