test: formula-tooltip parser + sort compareValues edge cases (#429, #430)
formula-tooltip: escaped quotes in strings, whitespace before paren,
grouping parens, unrecognized outer function, 3-level nesting, string
with parens, high param index, null input.
sort: null/undefined sort first, numeric strings coerced, zero is not
empty, negative numbers, Infinity, booleans as strings not numbers,
descending with nulls, NaN-producing strings, scientific notation.