Revise `get_test_result` to work correctly with ≈
Escaping the ≈ operator would result in the displayed evaluated
expression appearing as `x isapprox y` instead of `x ≈ y`. Additionally,
the code was written to ensure that the arguments of `@test` are only
evaluated once.