diff --git a/tests/checks/math.fish b/tests/checks/math.fish index 34d5ac0af..066a4a837 100644 --- a/tests/checks/math.fish +++ b/tests/checks/math.fish @@ -169,6 +169,10 @@ printf '<%s>\n' (math 1 % 0 - 5 2>&1) # CHECK: # CHECK: <'1 % 0 - 5'> # CHECK: < ^> +printf '<%s>\n' (math min 1 / 0, 5 2>&1) +# CHECK: +# CHECK: <'min 1 / 0, 5'> +# CHECK: < ^> # Validate "x" as multiplier math 0x2 # Hex