spelling: oddities
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3327c2c6ad
commit
c6d8e778e2
|
@ -61,7 +61,7 @@ def test_basic(expr: str, expected: bool) -> None:
|
||||||
("not not not not not true", False),
|
("not not not not not true", False),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
def test_syntax_oddeties(expr: str, expected: bool) -> None:
|
def test_syntax_oddities(expr: str, expected: bool) -> None:
|
||||||
matcher = {"true": True, "false": False}.__getitem__
|
matcher = {"true": True, "false": False}.__getitem__
|
||||||
assert evaluate(expr, matcher) is expected
|
assert evaluate(expr, matcher) is expected
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue