格式化表达式解析回归测试
This commit is contained in:
@@ -10459,7 +10459,9 @@ mod tests {
|
||||
PlatformExprStrategy::new(PlatformExprStrategyConfig::microcap_rotation())
|
||||
.engine
|
||||
.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]
|
||||
|
||||
Reference in New Issue
Block a user