diff --git a/tests/Value/ValueTest.php b/tests/Value/ValueTest.php index 19382e38..a67cbe81 100644 --- a/tests/Value/ValueTest.php +++ b/tests/Value/ValueTest.php @@ -72,6 +72,10 @@ public static function provideCssFunctionTemplates(): array 'to be parsed' => 'max(300px, %s);', 'expected' => 'max(300px,%s)', ], + 'clamp' => [ + 'to be parsed' => 'clamp(2.19rem, %s, 2.5rem);', + 'expected' => 'clamp(2.19rem,%s,2.5rem)', + ], ]; }