Fix test
This commit is contained in:
parent
d2e0de0483
commit
97640c1b9b
@ -109,26 +109,7 @@ fn function_context_captures_structure_definitions() {
|
|||||||
bob()
|
bob()
|
||||||
"
|
"
|
||||||
),
|
),
|
||||||
Ok(Value::Map(map.clone()))
|
Ok(Value::Struct(StructInstance::new("User".into(), map)))
|
||||||
);
|
|
||||||
|
|
||||||
assert_eq!(
|
|
||||||
interpret(
|
|
||||||
"
|
|
||||||
bob = () <User> {
|
|
||||||
new User {
|
|
||||||
name = 'bob'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
User = struct {
|
|
||||||
name <str>
|
|
||||||
}
|
|
||||||
|
|
||||||
bob()
|
|
||||||
"
|
|
||||||
),
|
|
||||||
Ok(Value::Map(map))
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user