//! ref: composer/tests/Composer/Test/DependencyResolver/PoolOptimizerTest.php // testPoolOptimizer is a large fixture-driven case building and optimizing a Pool; // constraint parsing uses a look-around regex the regex crate cannot compile. #[test] #[ignore = "not yet ported (fixture-driven PoolOptimizer; constraint parsing uses a look-around regex)"] fn test_pool_optimizer() { todo!() }