Skip to content

Commit

Permalink
Update test in light of #2 and #3.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed May 22, 2021
1 parent a5fe6d7 commit 39d1606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/filtersynhitoolbox_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function test_setting_highlight_example() {
$theexpectedoutput .= 'src=\'https://www.example.com/moodle/filter/';
$theexpectedoutput .= 'synhi/javascript/EnlighterJS_3_4_0/scripts/enlighterjs.min.js\'></script>'.PHP_EOL;
$theexpectedoutput .= ' <script type=\'text/javascript\' charset=\'utf-8\'>';
$theexpectedoutput .= 'EnlighterJS.init(\'synhi pre, synhi code\', \'synhi pre, synhi code\', {theme: \'godzilla\', indent : 4});</script>'.PHP_EOL;
$theexpectedoutput .= 'EnlighterJS.init(\'synhi pre\', \'synhi code\', {theme: \'godzilla\', indent : 4});</script>'.PHP_EOL;
$theexpectedoutput .= ' </html>'.PHP_EOL;
$theexpectedoutput .= '" onload="resize_setting_highlight_example_frame(this)"></iframe>'.PHP_EOL;
$theexpectedoutput .= '<script>'.PHP_EOL;
Expand Down

0 comments on commit 39d1606

Please sign in to comment.