diff --git a/cozo-core/src/runtime/tests.rs b/cozo-core/src/runtime/tests.rs index d2e3e78d..fc33491f 100644 --- a/cozo-core/src/runtime/tests.rs +++ b/cozo-core/src/runtime/tests.rs @@ -1174,4 +1174,9 @@ fn parser_corner_case() { .unwrap(); db.run_script(r#"?[k] := k in int_range(300)"#, Default::default()) .unwrap(); + db.run_script( + r#"ywcc[a] <- [[1]] noto[A] := ywcc[A] ?[A] := noto[A]"#, + Default::default(), + ) + .unwrap(); }