mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-53393-master' of git://github.com/cameron1729/moodle
This commit is contained in:
commit
55e90f2270
8 changed files with 76 additions and 51 deletions
|
@ -152,7 +152,7 @@ class mod_quiz_locallib_testcase extends advanced_testcase {
|
|||
|
||||
$summary = quiz_question_tostring($question);
|
||||
$this->assertEquals('<span class="questionname">The question name</span> ' .
|
||||
'<span class="questiontext">What sort of INEQUALITY is x < y[?]</span>', $summary);
|
||||
'<span class="questiontext">What sort of INEQUALITY is x < y[?]' . "\n" . '</span>', $summary);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue