格式化表达式解析回归测试

This commit is contained in:
boris
2026-07-17 08:44:02 +08:00
parent 2c1a9be38e
commit 8f167e7de1
@@ -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]