tests: eval: Tweak a hexadecimal constant test.

* tests/unit/eval.scm: Switch the constant used in the hexadecimal
constant test to one that includes a letter digit.
This commit is contained in:
Timothy Sample 2022-12-22 09:24:26 -06:00
parent 3697ed5bf1
commit b973b21cc7
1 changed files with 2 additions and 2 deletions

View File

@ -305,8 +305,8 @@
(eval-word '(<sh-arithmetic> "042")))
(test-equal "Evaluates arithmetic constant (hexadecimal)"
'("66")
(eval-word '(<sh-arithmetic> "0x42")))
'("74")
(eval-word '(<sh-arithmetic> "0x4a")))
;;; Binary (and tertiary) operators