mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-17 05:05:03 +01:00
more things
This commit is contained in:
parent
5d127eceee
commit
b6355f5e35
11 changed files with 129 additions and 122 deletions
|
|
@ -67,11 +67,8 @@ fn random_ser_de() {
|
|||
#[test]
|
||||
fn nested_table() {
|
||||
let table = HashMap::from([(
|
||||
"A".to_string(),
|
||||
FieldValue::FieldTable(HashMap::from([(
|
||||
"B".to_string(),
|
||||
FieldValue::Boolean(true),
|
||||
)])),
|
||||
"A".to_owned(),
|
||||
FieldValue::FieldTable(HashMap::from([("B".to_owned(), FieldValue::Boolean(true))])),
|
||||
)]);
|
||||
eprintln!("{table:?}");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue