| import pytest | |
| from tests.test_all import compare_strings | |
| def test_boxed(gold, pred, expected): | |
| assert compare_strings(gold, pred, match_types=["latex", "expr"]) == expected | |
| import pytest | |
| from tests.test_all import compare_strings | |
| def test_boxed(gold, pred, expected): | |
| assert compare_strings(gold, pred, match_types=["latex", "expr"]) == expected | |