roc/crates/cli/tests
Brendan Hansknecht ccb434bae1
Update cli_run cli_args test
Note: this answer is less correct,
but that is because zigs sub answers are more correct.

Zig specifically gives a more accurate answer for Num.log 3.
old answer:     1.0986122886681098
zig's answer:   1.0986122886681096
correct answer: 1.098612288668109691395

Both answers are technically correct when limited to doubles.
Zig's answer is closer to truly correct.
That said, the more correct answer leads to a slight rounding error in the final division.
So the new output is 4.000000000000001 instead of 4.0
2023-05-31 22:15:05 -07:00
..
fixtures enable using other zig libaries in host instead of just str.zig 2023-04-25 14:14:35 -07:00
known_bad Use false interpreter in type mismatch test 2022-11-26 19:04:35 -05:00
cli_run.rs Update cli_run cli_args test 2023-05-31 22:15:05 -07:00
editor.rs clippy 2023-03-14 19:17:36 +01:00