circuit handles load commands better
Signed-off-by: Ava Hahn <ava@sunnypup.io>
This commit is contained in:
parent
921deb9e5e
commit
ab14ba4b5e
7 changed files with 43 additions and 14 deletions
|
|
@ -204,7 +204,7 @@ mod control_lib_tests {
|
|||
|
||||
#[test]
|
||||
fn test_circuit_basic() {
|
||||
let document = "(if (circuit true (and true true) true) (def result '' 'passed') ())";
|
||||
let document = "(if (circuit true (and true true) 0 true) (def result '' 'passed') ())";
|
||||
let test = "result";
|
||||
|
||||
let doc_tree = lex(&document.to_string()).unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue