feat: Emit keyword
This commit is contained in:
@@ -1085,6 +1085,7 @@ impl TryFrom<TypedExpr> for Assertion<TypedExpr> {
|
||||
}
|
||||
|
||||
TypedExpr::Trace { then, .. } => (*then).try_into(),
|
||||
TypedExpr::Emit { then, .. } => (*then).try_into(),
|
||||
|
||||
TypedExpr::Sequence { expressions, .. } | TypedExpr::Pipeline { expressions, .. } => {
|
||||
if let Ok(Assertion {
|
||||
|
||||
Reference in New Issue
Block a user