mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 08:15:26 +02:00
test(evaluator): Fix incorrect character (use minus from UTF-8 Mathematical Operators instead of "-" from ASCII Punctuation)
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
This commit is contained in:
parent
33293a4c28
commit
cc7c719ee9
@ -143,7 +143,7 @@ class ExpressionSimpleTest {
|
||||
fun zeroExponent() = assertExpr("5^0", "1")
|
||||
|
||||
@Test
|
||||
fun negativeExponent() = assertExpr("5^(-2)", "0.04")
|
||||
fun negativeExponent() = assertExpr("5^(−2)", "0.04")
|
||||
|
||||
@Test
|
||||
fun trigonometricLimits() = assertExpr("sin(0)", "0")
|
||||
|
Loading…
x
Reference in New Issue
Block a user