mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Updated readme. Added bundle support. (#61)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
70bf371ebf
commit
8a73b4bef9
+1
-1
@@ -57,7 +57,7 @@ fn eval_test_case(case: &TestCase) -> Result<Value> {
|
||||
values.push(if !qr.bindings.is_empty_object() {
|
||||
qr.bindings.clone()
|
||||
} else if let Some(v) = qr.expressions.last() {
|
||||
v["value"].clone()
|
||||
v.value.clone()
|
||||
} else {
|
||||
Value::Undefined
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user