格式化表达式解析回归测试
This commit is contained in:
@@ -10459,7 +10459,9 @@ mod tests {
|
|||||||
PlatformExprStrategy::new(PlatformExprStrategyConfig::microcap_rotation())
|
PlatformExprStrategy::new(PlatformExprStrategyConfig::microcap_rotation())
|
||||||
.engine
|
.engine
|
||||||
.compile(&rewritten)
|
.compile(&rewritten)
|
||||||
.unwrap_or_else(|error| panic!("rewritten expression must compile: {error}\n{rewritten}"));
|
.unwrap_or_else(|error| {
|
||||||
|
panic!("rewritten expression must compile: {error}\n{rewritten}")
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
Reference in New Issue
Block a user