From f3b9667fd8fccdf100e760cdd196573aa041968c Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Tue, 2 Jan 2018 16:09:44 +0100 Subject: Fix style of xmlrpc-utils --- tests/parser_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/parser_test.php b/tests/parser_test.php index ae6b219..5d5eaad 100644 --- a/tests/parser_test.php +++ b/tests/parser_test.php @@ -60,6 +60,6 @@ class qtype_algebra_parser_test extends advanced_testcase { $expr = $p->parse('sin(4 x) + cos(5 y)'); $this->assertEquals('\sin \left( 4 x_{} \right) + \cos \left( 5 y_{} \right)', $expr->tex()); $expr = $p->parse('sin(6*x) + cos(7*y)'); - $this->assertEquals('\sin \left( 6 x_{} \right) + \cos \left( 7 y_{} \right)', $expr->tex()); + $this->assertEquals('\sin \left( 6 x_{} \right) + \cos \left( 7 y_{} \right)', $expr->tex()); } } -- cgit v1.2.3