From ac0e3e11d14d31b66e0f9a08f96d0233ec55951d Mon Sep 17 00:00:00 2001 From: DowwdyJ Date: Thu, 16 Feb 2023 04:27:40 +0000 Subject: tdf#152850: Fix bad scoping of MathML frac command Change-Id: I4f5d0290e522fa6f3faccd26f74540abf848629b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147153 Tested-by: Jenkins Reviewed-by: Noel Grandin --- uitest/math_tests/tdf128610.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uitest') diff --git a/uitest/math_tests/tdf128610.py b/uitest/math_tests/tdf128610.py index 4fdd9c2dbc52..29b7d5ac4564 100644 --- a/uitest/math_tests/tdf128610.py +++ b/uitest/math_tests/tdf128610.py @@ -27,6 +27,6 @@ class Tdf128610(UITestCase): # Without the fix in place, this test would have failed with # AssertionError: '{ f _ c = frac { 1 } { K _ m } }' != '' - self.assertEqual("{ f _ c = frac { 1 } { K _ m } }", get_state_as_dict(xEditView)["Text"]) + self.assertEqual("{ f _ c = { frac { 1 } { K _ m } } }", get_state_as_dict(xEditView)["Text"]) # vim: set shiftwidth=4 softtabstop=4 expandtab: -- cgit