Skip to content

Instantly share code, notes, and snippets.

@hashar
Created July 1, 2014 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hashar/b3deedc51209b2369071 to your computer and use it in GitHub Desktop.
Save hashar/b3deedc51209b2369071 to your computer and use it in GitHub Desktop.
Bug: 67148
TAP version 13
ok 1 - BatchRowUpdateTest::testWriterBasicFunctionality
ok 2 - BatchRowUpdateTest::testReaderBasicIterate
ok 3 - BatchRowUpdateTest::testReaderGetPrimaryKey with data set #0 ('Must return single column pk when requested', array(42), array(42, 'dvorak', 'samurai'))
ok 4 - BatchRowUpdateTest::testReaderGetPrimaryKey with data set #1 ('Must return multiple column pks when requested', array(42, 'samurai'), array(42, 'dvorak', 'samurai'))
ok 5 - BatchRowUpdateTest::testReaderSetFetchColumns with data set #0 ('Must merge primary keys into select conditions', array('foo', 'bar'), array('foo'), array('bar'))
ok 6 - BatchRowUpdateTest::testReaderSetFetchColumns with data set #1 ('Must not merge primary keys into the all columns selector', array('*'), array('foo'), array('*'))
ok 7 - BatchRowUpdateTest::testReaderSetFetchColumns with data set #2 ('Must not duplicate primary keys into column selector', array('foo', 'bar', 'baz'), array('foo', 'bar'), array('bar', 'baz'))
ok 8 - BatchRowUpdateTest::testReaderSelectConditionsMultiplePrimaryKeys with data set #0 ('With single primary key must generate id > \'value\'', array('( id_field > \'3\' )'), 'id_field')
ok 9 - BatchRowUpdateTest::testReaderSelectConditionsMultiplePrimaryKeys with data set #1 ('With multiple primary keys the first conditions must use >= and the final condition must use >', array('( id_field = \'3\' AND foo > \'103\' ) OR ( id_field > \'3\' )'), array('id_field', 'foo'))
ok 10 - BatchRowUpdateTest::testMediaWikiTestCaseParentSetupCalled
ok 11 - ContainmentSetTest::testGenericContains
ok 12 - ContainmentSetTest::testCachedListInnerListIsOnlyCalledOnce
ok 13 - ContainmentSetTest::testOnWikiList
ok 14 - ContainmentSetTest::testOnWikiListNonExistant
ok 15 - ContainmentSetTest::testMediaWikiTestCaseParentSetupCalled
ok 16 - EchoDiffParserTest::testGetChangeSet with data set #0 ('Duplicate content must generate no changes', array(), 'a
b
c', 'a
b
c')
ok 17 - EchoDiffParserTest::testGetChangeSet with data set #1 ('Removing blank lines must generate no changes', array(), 'a
b
c', 'a
b
c
')
ok 18 - EchoDiffParserTest::testGetChangeSet with data set #2 ('Must generate a single add change with only lines added', array(array('add', 'foo
bar', 1, 1)), 'something', 'foo
bar
something')
ok 19 - EchoDiffParserTest::testGetChangeSet with data set #3 ('Must generate a single subtract change with only lines subtracted', array(array('subtract', 'Zomg
HiHiHi', 2, 2)), 'dummy
Zomg
HiHiHi', 'dummy')
ok 20 - EchoDiffParserTest::testGetChangeSet with data set #4 ('Adding content seperated by no change must generate multiple changes', array(array('add', 'b1', 3, 3), array('add', 'd1
d2', 5, 6)), 'a
b
c
d
e
f', 'a
b
b1
c
d
d1
d2
e
f')
ok 21 - EchoDiffParserTest::testGetChangeSet with data set #5 ('Extra blank lines on the edges must be trimmed', array(array('add', 'Zomg
HiHiHi', 1, 1)), '', '
Zomg
HiHiHi
')
ok 22 - EchoDiffParserTest::testGetChangeSet with data set #6 ('Extra blank lines inside the content must not be trimmed', array(array('add', '
Zomg
HiHiHi
', 2, 2)), 'foo
bar', 'foo
Zomg
HiHiHi
bar')
ok 23 - EchoDiffParserTest::testGetChangeSet with data set #7 ('A blank line replaced with content must be an add', array(array('add', 'cowbell', 1, 1)), '', 'cowbell')
ok 24 - EchoDiffParserTest::testGetChangeSet with data set #8 ('A blanked out line must be a subtraction', array(array('subtract', 'cowbell', 1, 1)), 'cowbell', '')
ok 25 - EchoDiffParserTest::testGetChangeSet with data set #9 ('A line with its content replaced must be a change', array(array('change', 'Its all about the journey', 'dummy', 1, 1)), 'Its all about the journey', 'dummy')
ok 26 - EchoDiffParserTest::testGetChangeSet with data set #10 ('Changing lines and adding more must result in two changes', array(array('change', 'Must be in a hurry to finish this thing', 'Must be in a hurry', 1, 1), array('add', 'Finish this thing', 2, 2)), 'Must be in a hurry to finish this thing', 'Must be in a hurry
Finish this thing')
ok 27 - EchoDiffParserTest::testGetChangeSet with data set #11 ('Changing multiple lines and adding more must result in two changes', array(array('change', 'Must not be
in much of a hurry', 'Must be
in a hurry', 2, 2), array('subtract', 'to finish
this thing', 4, 4)), 'abc
Must not be
in much of a hurry
to finish
this thing', 'abc
Must be
in a hurry')
ok 28 - EchoDiffParserTest::testGetChangeSet with data set #12 ('Must generate multiple add, change, and subtract actions', array(array('change', 'abc
Some', 'Other
Things', 1, 1), array('subtract', 'Stuff', 3, 3), array('change', 'And
Then', 'There
Was', 6, 5), array('add', 'Fencing', 8, 7)), 'abc
Some
Stuff
def
ghi
And
Then
jkl
mno', '
Other
Things
def
ghi
There
Was
Fencing
jkl
mno')
ok 29 - EchoDiffParserTest::testMediaWikiTestCaseParentSetupCalled
ok 30 - EchoDiscussionParserTest::testDiscussionParserAcceptsInternalDiff
ok 31 - EchoDiscussionParserTest::testTimestampRegex
ok 32 - EchoDiscussionParserTest::testGetTimestampPosition
ok 33 - EchoDiscussionParserTest::testSigningDetection with data set #0 ('I like this. [[User:Werdna]] ([[User talk:Werdna|talk]]) 11:26, 1 July 2014 (UTC)', 'Werdna')
ok 34 - EchoDiscussionParserTest::testSigningDetection with data set #1 ('[[User:Jorm]] is a meanie. --[[User:Werdna|Andrew]] 11:26, 1 July 2014 (UTC)', 'Werdna')
ok 35 - EchoDiscussionParserTest::testSigningDetection with data set #2 ('[[User:Swalling|Steve]] is the best person I have ever met. --[[User talk:Werdna|Andrew]] 11:26, 1 July 2014 (UTC)', 'Werdna')
ok 36 - EchoDiscussionParserTest::testSigningDetection with data set #3 ('I am anonymous because I like my IP address. --[[Special:Contributions/127.0.0.1]] 11:26, 1 July 2014 (UTC)', '127.0.0.1')
ok 37 - EchoDiscussionParserTest::testSigningDetection with data set #4 ('Well, I do think that [[User:Newyorkbrad]] is pretty cool, but what do I know?', false)
ok 38 - EchoDiscussionParserTest::testSigningDetection with data set #5 ('What do you think? [[User talk:We buried our secrets in the garden#top|wbositg]] 11:26, 1 July 2014 (UTC)', 'We buried our secrets in the garden')
ok 39 - EchoDiscussionParserTest::testDiff with data set #0 ('line 1
line 2
line 3
line 4', 'line 1
line 3
line 4', array(array('subtract', 'line 2', 2, 2)))
ok 40 - EchoDiscussionParserTest::testDiff with data set #1 ('line 1
line 2
line 3
line 4', 'line 1
line 2
line 2.5
line 3
line 4', array(array('add', 'line 2.5', 3, 3)))
ok 41 - EchoDiscussionParserTest::testDiff with data set #2 ('line 1
line 2
line 3
line 4', 'line 1
line b
line 3
line 4', array(array('change', 'line 2', 'line b', 2, 2)))
ok 42 - EchoDiscussionParserTest::testDiff with data set #3 ('line 1
line 2
line 3
line 4', 'line 1
line b
line c
line d
line 3
line 4', array(array('change', 'line 2', 'line b', 2, 2), array('add', 'line c
line d', 3, 3)))
ok 43 - EchoDiscussionParserTest::testAnnotation with data set #0 ('Must detect added comments', array(array('add', ':What do you think? [[User:Werdna]] 11:26, 1 July 2014 (UTC)', 3, 3), array(array('== Section 1 ==', 'I do not like you. [[User:Jorm|Jorm]] 11:26, 1 July 2014 (UTC)'), array('== Section 1 ==', 'I do not like you. [[User:Jorm|Jorm]] 11:26, 1 July 2014 (UTC)', ':What do you think? [[User:Werdna]] 11:26, 1 July 2014 (UTC)'))), 'Werdna', array(array('add-comment', ':What do you think? [[User:Werdna]] 11:26, 1 July 2014 (UTC)', '== Section 1 ==
I do not like you. [[User:Jorm|Jorm]] 11:26, 1 July 2014 (UTC)
:What do you think? [[User:Werdna]] 11:26, 1 July 2014 (UTC)')))
ok 44 - EchoDiscussionParserTest::testAnnotation with data set #1 ('Full Section must not include the following pre-existing section', array(array('add', ':What do you think? [[User:Werdna]] 11:26, 1 July 2014 (UTC)', 3, 3), array(array('== Section 1 ==', 'I do not like you. [[User:Jorm|Jorm]] 11:26, 1 July 2014 (UTC)', '== Section 2 ==', 'Well well well. [[User:DarTar]] 11:26, 1 July 2014 (UTC)'), array('== Section 1 ==', 'I do not like you. [[User:Jorm|Jorm]] 11:26, 1 July 2014 (UTC)', ':What do you think? [[User:Werdna]] 11:26, 1 July 2014 (UTC)', '== Section 2 ==', 'Well well well. [[User:DarTar]] 11:26, 1 July 2014 (UTC)'))), 'Werdna', array(array('add-comment', ':What do you think? [[User:Werdna]] 11:26, 1 July 2014 (UTC)', '== Section 1 ==
I do not like you. [[User:Jorm|Jorm]] 11:26, 1 July 2014 (UTC)
:What do you think? [[User:Werdna]] 11:26, 1 July 2014 (UTC)')))
ok 45 - EchoDiscussionParserTest::testAnnotation with data set #2 ('Must detect new-section-with-comment when a new section is added', array(array('add', '== Section 1a ==
Hmmm? [[User:Jdforrester]] 11:26, 1 July 2014 (UTC)', 4, 4), array(array('== Section 1 ==', 'I do not like you. [[User:Jorm|Jorm]] 11:26, 1 July 2014 (UTC)', ':What do you think? [[User:Werdna]] 11:26, 1 July 2014 (UTC)', '== Section 2 ==', 'Well well well. [[User:DarTar]] 11:26, 1 July 2014 (UTC)'), array('== Section 1 ==', 'I do not like you. [[User:Jorm|Jorm]] 11:26, 1 July 2014 (UTC)', ':What do you think? [[User:Werdna]] 11:26, 1 July 2014 (UTC)', '== Section 1a ==', 'Hmmm? [[User:Jdforrester]] $ts', '== Section 2 ==', 'Well well well. [[User:DarTar]] 11:26, 1 July 2014 (UTC)'))), 'Jdforrester', array(array('new-section-with-comment', '== Section 1a ==
Hmmm? [[User:Jdforrester]] 11:26, 1 July 2014 (UTC)')))
ok 46 - EchoDiscussionParserTest::testAnnotation with data set #3 ('Must detect multiple added comments when multiple sections are edited', array(array(8, 10, array('== Section 1 ==', 'I do not like you. [[User:Jorm|Jorm]] 11:26, 1 July 2014 (UTC)', ':What do you think? [[User:Werdna]] 11:26, 1 July 2014 (UTC)', '== Section 2 ==', 'Well well well. [[User:DarTar]] 11:26, 1 July 2014 (UTC)', '== Section 3 ==', 'Hai [[User:Bsitu]] 11:26, 1 July 2014 (UTC)', ''), array('== Section 1 ==', 'I do not like you. [[User:Jorm|Jorm]] 11:26, 1 July 2014 (UTC)', ':What do you think? [[User:Werdna]] 11:26, 1 July 2014 (UTC)', ':New Comment [[User:JarJar]] 11:26, 1 July 2014 (UTC)', '== Section 2 ==', 'Well well well. [[User:DarTar]] 11:26, 1 July 2014 (UTC)', '== Section 3 ==', 'Hai [[User:Bsitu]] 11:26, 1 July 2014 (UTC)', ':Other New Comment [[User:JarJar]] 11:26, 1 July 2014 (UTC)', '')), array(4, 4, 'add', ':New Comment [[User:JarJar]] 11:26, 1 July 2014 (UTC)'), array(9, 8, 'add', ':Other New Comment [[User:JarJar]] 11:26, 1 July 2014 (UTC)')), 'JarJar', array(array('add-comment', ':New Comment [[User:JarJar]] 11:26, 1 July 2014 (UTC)', '== Section 1 ==
I do not like you. [[User:Jorm|Jorm]] 11:26, 1 July 2014 (UTC)
:What do you think? [[User:Werdna]] 11:26, 1 July 2014 (UTC)
:New Comment [[User:JarJar]] 11:26, 1 July 2014 (UTC)'), array('add-comment', ':Other New Comment [[User:JarJar]] 11:26, 1 July 2014 (UTC)', '== Section 3 ==
Hai [[User:Bsitu]] 11:26, 1 July 2014 (UTC)
:Other New Comment [[User:JarJar]] 11:26, 1 July 2014 (UTC)')))
ok 47 - EchoDiscussionParserTest::testdetectSectionTitleAndText with data set #0 ('Must detect first sub heading when inserting in the middle of two sub headings', 'Sub Heading 1', '
== Heading ==
: foo [[User:TestUser|TestUser]] ([[User talk:TestUser|talk]]) 00:17, 7 May 2013 (UTC)
== Sub Heading 1 ==
: foo [[User:TestUser|TestUser]] ([[User talk:TestUser|talk]]) 00:17, 7 May 2013 (UTC)
%s
== Sub Heading 2 ==
: foo [[User:TestUser|TestUser]] ([[User talk:TestUser|talk]]) 00:17, 7 May 2013 (UTC)
', 'TestUser')
ok 48 - EchoDiscussionParserTest::testdetectSectionTitleAndText with data set #1 ('Must detect second sub heading when inserting in the end of two sub headings', 'Sub Heading 2', '
== Heading ==
: foo [[User:TestUser|TestUser]] ([[User talk:TestUser|talk]]) 00:17, 7 May 2013 (UTC)
== Sub Heading 1 ==
: foo [[User:TestUser|TestUser]] ([[User talk:TestUser|talk]]) 00:17, 7 May 2013 (UTC)
== Sub Heading 2 ==
: foo [[User:TestUser|TestUser]] ([[User talk:TestUser|talk]]) 00:17, 7 May 2013 (UTC)
%s
', 'TestUser')
ok 49 - EchoDiscussionParserTest::testdetectSectionTitleAndText with data set #2 ('Commenting in multiple sub-headings must result in no section link', '', '
== Heading ==
: foo [[User:TestUser|TestUser]] ([[User talk:TestUser|talk]]) 00:17, 7 May 2013 (UTC)
== Sub Heading 1 ==
: foo [[User:TestUser|TestUser]] ([[User talk:TestUser|talk]]) 00:17, 7 May 2013 (UTC)
%s
== Sub Heading 2 ==
: foo [[User:TestUser|TestUser]] ([[User talk:TestUser|talk]]) 00:17, 7 May 2013 (UTC)
%s
', 'TestUser')
ok 50 - EchoDiscussionParserTest::testdetectSectionTitleAndText with data set #3 ('Must accept headings without a space between the = and the section name', 'Heading', '
==Heading==
: foo [[User:TestUser|TestUser]] ([[User talk:TestUser|talk]]) 00:17, 7 May 2013 (UTC)
%s
', 'TestUser')
ok 51 - EchoDiscussionParserTest::testdetectSectionTitleAndText with data set #4 ('Must not accept invalid headings split with a return', '', '
==Some
Heading==
: foo [[User:TestUser|TestUser]] ([[User talk:TestUser|talk]]) 00:17, 7 May 2013 (UTC)
%s
', 'TestUser')
ok 52 - EchoDiscussionParserTest::testGetFullSection with data set #0 ('Extracts full section', '==Header 1==
foo', '==Header 1==
foo
===Header 2===
bar
==Header 3==
baz', 1)
ok 53 - EchoDiscussionParserTest::testGetFullSection with data set #1 ('Extracts full section', '==Header 1==
foo', '==Header 1==
foo
===Header 2===
bar
==Header 3==
baz', 2)
ok 54 - EchoDiscussionParserTest::testGetFullSection with data set #2 ('Extracts full section', '===Header 2===
bar', '==Header 1==
foo
===Header 2===
bar
==Header 3==
baz', 3)
ok 55 - EchoDiscussionParserTest::testGetFullSection with data set #3 ('Extracts full section', '===Header 2===
bar', '==Header 1==
foo
===Header 2===
bar
==Header 3==
baz', 4)
ok 56 - EchoDiscussionParserTest::testGetFullSection with data set #4 ('Extracts full section', '==Header 3==
baz', '==Header 1==
foo
===Header 2===
bar
==Header 3==
baz', 5)
ok 57 - EchoDiscussionParserTest::testGetFullSection with data set #5 ('Extracts full section', '==Header 3==
baz', '==Header 1==
foo
===Header 2===
bar
==Header 3==
baz', 6)
ok 58 - EchoDiscussionParserTest::testGetSectionCount
ok 59 - EchoDiscussionParserTest::testMediaWikiTestCaseParentSetupCalled
ok 60 - EchoEmailFormatterTest::testEmailFormatter
ok 61 - EchoEmailFormatterTest::testBuildAction
ok 62 - EchoEmailFormatterTest::testMediaWikiTestCaseParentSetupCalled
ok 63 - MWEchoNotifUserTest::testNewFromUser
ok 64 - MWEchoNotifUserTest::testFlagCacheWithNewTalkNotification
ok 65 - MWEchoNotifUserTest::testFlagCacheWithNoTalkNotification
ok 66 - MWEchoNotifUserTest::testNotifCountHasReachedMax
ok 67 - MWEchoNotifUserTest::testClearTalkNotification
ok 68 - MWEchoNotifUserTest::testGetEmailFormat
ok 69 - MWEchoNotifUserTest::testMediaWikiTestCaseParentSetupCalled
ok 70 - EchoNotificationFormatterTest::testEditUserTalkEmailNotificationLink with data set #0 ('/Main_Page[^#]/', NULL)
ok 71 - EchoNotificationFormatterTest::testEditUserTalkEmailNotificationLink with data set #1 ('/Main_Page#Section_8/', 'Section 8')
ok 72 - EchoNotificationFormatterTest::testEditUserTalkFlyoutSectionLinkFragment with data set #0 ('/[[User talk:[^#]+#moar_cowbell|moar_cowbell]]/', 'moar_cowbell', 'text')
ok 73 - EchoNotificationFormatterTest::testEditUserTalkFlyoutSectionLinkFragment with data set #1 ('/#moar_cowbell/', 'moar_cowbell', 'html')
ok 74 - EchoNotificationFormatterTest::testEditUserTalkFlyoutSectionLinkFragment with data set #2 ('/#moar_cowbell/', 'moar_cowbell', 'flyout')
ok 75 - EchoNotificationFormatterTest::testRevisionSummarySuppression with data set #0 ('edit-user-talk', '(dummy comment)', 0)
ok 76 - EchoNotificationFormatterTest::testRevisionSummarySuppression with data set #1 ('edit-user-talk', '(dummy comment)', 1)
ok 77 - EchoNotificationFormatterTest::testAgentSuppression with data set #0 ('edit-user-talk', '10.2.3.4', '10.2.3.4', 0)
ok 78 - EchoNotificationFormatterTest::testAgentSuppression with data set #1 ('edit-user-talk', '(username removed)', '10.2.3.4', 4)
ok 79 - EchoNotificationFormatterTest::testAgentSuppression with data set #2 ('reverted', '10.2.3.4', '10.2.3.4', 0)
ok 80 - EchoNotificationFormatterTest::testAgentSuppression with data set #3 ('reverted', '(username removed)', '10.2.3.4', 4)
ok 81 - EchoNotificationFormatterTest::testAgentSuppression with data set #4 ('mention', '10.2.3.4', '10.2.3.4', 0)
ok 82 - EchoNotificationFormatterTest::testAgentSuppression with data set #5 ('mention', '(username removed)', '10.2.3.4', 4)
ok 83 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #0 ('html', 'welcome', array())
ok 84 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #1 ('html', 'welcome', array())
ok 85 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #2 ('flyout', 'welcome', array())
ok 86 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #3 ('flyout', 'welcome', array())
ok 87 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #4 ('email', 'welcome', array())
ok 88 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #5 ('email', 'welcome', array())
ok 89 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #6 ('text', 'welcome', array())
ok 90 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #7 ('text', 'welcome', array())
ok 91 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #8 ('html', 'reverted', array(42, 77, 13, 'undo'))
ok 92 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #9 ('html', 'reverted', array())
ok 93 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #10 ('flyout', 'reverted', array(42, 77, 13, 'undo'))
ok 94 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #11 ('flyout', 'reverted', array())
ok 95 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #12 ('email', 'reverted', array(42, 77, 13, 'undo'))
ok 96 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #13 ('email', 'reverted', array())
ok 97 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #14 ('text', 'reverted', array(42, 77, 13, 'undo'))
ok 98 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #15 ('text', 'reverted', array())
ok 99 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #16 ('html', 'page-linked', array(42))
ok 100 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #17 ('html', 'page-linked', array())
ok 101 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #18 ('flyout', 'page-linked', array(42))
ok 102 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #19 ('flyout', 'page-linked', array())
ok 103 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #20 ('email', 'page-linked', array(42))
ok 104 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #21 ('email', 'page-linked', array())
ok 105 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #22 ('text', 'page-linked', array(42))
ok 106 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #23 ('text', 'page-linked', array())
ok 107 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #24 ('html', 'mention', array('lorem ipsum dolar sit amet', 'Zombies', 42, array(101)))
ok 108 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #25 ('html', 'mention', array())
ok 109 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #26 ('flyout', 'mention', array('lorem ipsum dolar sit amet', 'Zombies', 42, array(101)))
ok 110 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #27 ('flyout', 'mention', array())
ok 111 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #28 ('email', 'mention', array('lorem ipsum dolar sit amet', 'Zombies', 42, array(101)))
ok 112 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #29 ('email', 'mention', array())
ok 113 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #30 ('text', 'mention', array('lorem ipsum dolar sit amet', 'Zombies', 42, array(101)))
ok 114 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #31 ('text', 'mention', array())
ok 115 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #32 ('html', 'user-rights', array(187, array('aaa', 'bbb'), array('other')))
ok 116 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #33 ('html', 'user-rights', array())
ok 117 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #34 ('flyout', 'user-rights', array(187, array('aaa', 'bbb'), array('other')))
ok 118 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #35 ('flyout', 'user-rights', array())
ok 119 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #36 ('email', 'user-rights', array(187, array('aaa', 'bbb'), array('other')))
ok 120 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #37 ('email', 'user-rights', array())
ok 121 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #38 ('text', 'user-rights', array(187, array('aaa', 'bbb'), array('other')))
ok 122 - EchoNotificationFormatterTest::testFormatterDoesntFail with data set #39 ('text', 'user-rights', array())
ok 123 - EchoNotificationFormatterTest::testMentionSubjectSectionTitleSuppression with data set #0 ('mention', 'some_section_title', 'some_section_title', 0)
ok 124 - EchoNotificationFormatterTest::testMentionSubjectSectionTitleSuppression with data set #1 ('mention', 'This page revision has been suppressed.', 'some_section_title', 1)
ok 125 - EchoNotificationFormatterTest::testMediaWikiTestCaseParentSetupCalled
ok 126 - SuppressionMaintenanceTest::testUpdateRow with data set #0 ('Unrelated row must result in no update', array(), array(2, 'mention', NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL))
ok 127 - SuppressionMaintenanceTest::testUpdateRow with data set #1 ('Page title and namespace for non-existant page must move into event_extra', array('a:2:{s:10:"page_title";s:14:"Yabba Dabba Do";s:14:"page_namespace";i:0;}'), array('Yabba Dabba Do', 0, 2, 'mention', NULL, 3, NULL, NULL, NULL, NULL))
ok 128 - SuppressionMaintenanceTest::testUpdateRow with data set #2 ('Page title and namespace for existing page must be result in update to event_page_id', array(42), array('Mount Rushmore', 0, 2, 'mention', NULL, 3, NULL, NULL, NULL, NULL), Closure)
ok 129 - SuppressionMaintenanceTest::testUpdateRow with data set #3 ('When updating non-existant page must keep old extra data', array('a:3:{s:3:"foo";s:3:"bar";s:10:"page_title";s:14:"Yabba Dabba Do";s:14:"page_namespace";i:0;}'), array('Yabba Dabba Do', 0, 'a:1:{s:3:"foo";s:3:"bar";}', 2, 'mention', NULL, 3, NULL, NULL, NULL))
ok 130 - SuppressionMaintenanceTest::testUpdateRow with data set #4 ('Must update link-from-title/namespace to link-from-page-id for page-linked events', array('a:1:{s:17:"link-from-page-id";i:99;}'), array('page-linked', 'a:2:{s:15:"link-from-title";s:5:"Horse";s:19:"link-from-namespace";i:3;}', 2, NULL, 3, NULL, NULL, NULL, NULL, NULL), Closure)
ok 131 - SuppressionMaintenanceTest::testUpdateRow with data set #5 ('Must perform both generic update and page-linked update at same time', array('a:1:{s:17:"link-from-page-id";i:8675309;}', 8675309), array('page-linked', 'a:2:{s:15:"link-from-title";s:5:"Jenny";s:19:"link-from-namespace";i:0;}', 'Jenny', 0, 2, NULL, 3, NULL, NULL, NULL), Closure)
ok 132 - SuppressionMaintenanceTest::testMediaWikiTestCaseParentSetupCalled
ok 133 - EchoTalkPageFunctionalTest::testApiTestGroup
ok 134 - EchoTalkPageFunctionalTest::testMediaWikiTestCaseParentSetupCalled
sh: latex: command not found
not ok 135 - Failure: MathCoverageTest::testCoverage with data set #0 ('e^{i \\pi} + 1 = 0\\,\\!', '<img class="mwe-math-fallback-png-inline tex" alt="e^{i \\pi} + 1 = 0\\,\\!" src="/images/math/9/e/9/9e9a547076c6820b95e439dd1a5d6a32.png" />')
---
message: 'Failed to render e^{i \pi} + 1 = 0\,\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): e^{i \pi} + 1 = 0\,\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="e^{i \pi} + 1 = 0\,\!" src="9e9a547076c6820b95e439dd1a5d6a32.png" />'
...
sh: latex: command not found
not ok 136 - Failure: MathCoverageTest::testCoverage with data set #1 ('e^{i \\pi} + 1 = 0\\,\\!', '<img class="mwe-math-fallback-png-inline tex" alt="e^{i \\pi} + 1 = 0\\,\\!" src="/images/math/9/e/9/9e9a547076c6820b95e439dd1a5d6a32.png" />')
---
message: 'Failed to render e^{i \pi} + 1 = 0\,\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): e^{i \pi} + 1 = 0\,\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="e^{i \pi} + 1 = 0\,\!" src="9e9a547076c6820b95e439dd1a5d6a32.png" />'
...
sh: latex: command not found
not ok 137 - Failure: MathCoverageTest::testCoverage with data set #2 ('\\definecolor{red}{RGB}{255,0,0}\\pagecolor{red}e^{i \\pi} + 1 = 0\\,\\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\definecolor{red}{RGB}{255,0,0}\\pagecolor{red}e^{i \\pi} + 1 = 0\\,\\!" src="/images/math/6/7/a/67aca9e0de80ac6ab651ed1097b49fe2.png" />')
---
message: 'Failed to render \definecolor{red}{RGB}{255,0,0}\pagecolor{red}e^{i \pi} + 1 = 0\,\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \definecolor{red}{RGB}{255,0,0}\pagecolor{red}e^{i \pi} + 1 = 0\,\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\definecolor{red}{RGB}{255,0,0}\pagecolor{red}e^{i \pi} + 1 = 0\,\!" src="67aca9e0de80ac6ab651ed1097b49fe2.png" />'
...
sh: latex: command not found
not ok 138 - Failure: MathCoverageTest::testCoverage with data set #3 ('\\text{abc}', '<img class="mwe-math-fallback-png-inline tex" alt="\\text{abc}" src="/images/math/4/6/0/46045b1f6fa9dc10a3112ba360d4d9d7.png" />')
---
message: 'Failed to render \text{abc}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \text{abc}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\text{abc}" src="46045b1f6fa9dc10a3112ba360d4d9d7.png" />'
...
sh: latex: command not found
not ok 139 - Failure: MathCoverageTest::testCoverage with data set #4 ('\\alpha\\,\\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\alpha\\,\\!" src="/images/math/4/b/c/4bc6c42bbabe567d1f2516326e52b775.png" />')
---
message: 'Failed to render \alpha\,\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \alpha\,\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\alpha\,\!" src="4bc6c42bbabe567d1f2516326e52b775.png" />'
...
sh: latex: command not found
not ok 140 - Failure: MathCoverageTest::testCoverage with data set #5 (' f(x) = x^2\\,\\!', '<img class="mwe-math-fallback-png-inline tex" alt=" f(x) = x^2\\,\\!" src="/images/math/3/a/5/3a5f0f03603148035120a3cba993e54f.png" />')
---
message: 'Failed to render f(x) = x^2\,\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): f(x) = x^2\,\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt=" f(x) = x^2\,\!" src="3a5f0f03603148035120a3cba993e54f.png" />'
...
sh: latex: command not found
not ok 141 - Failure: MathCoverageTest::testCoverage with data set #6 ('\\sqrt{2}', '<img class="mwe-math-fallback-png-inline tex" alt="\\sqrt{2}" src="/images/math/e/f/5/ef5590434a387b3c4427e09d5b08baaf.png" />')
---
message: 'Failed to render \sqrt{2}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sqrt{2}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sqrt{2}" src="ef5590434a387b3c4427e09d5b08baaf.png" />'
...
sh: latex: command not found
not ok 142 - Failure: MathCoverageTest::testCoverage with data set #7 ('\\sqrt{1-e^2}\\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\sqrt{1-e^2}\\!" src="/images/math/0/4/c/04c93cf9f0a7cf697add9a2d4173a9e9.png" />')
---
message: 'Failed to render \sqrt{1-e^2}\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sqrt{1-e^2}\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sqrt{1-e^2}\!" src="04c93cf9f0a7cf697add9a2d4173a9e9.png" />'
...
sh: latex: command not found
not ok 143 - Failure: MathCoverageTest::testCoverage with data set #8 ('\\sqrt{1-z^3}\\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\sqrt{1-z^3}\\!" src="/images/math/1/0/8/108d6aa70c84fddabbbd3ec97f3d3ff8.png" />')
---
message: 'Failed to render \sqrt{1-z^3}\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sqrt{1-z^3}\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sqrt{1-z^3}\!" src="108d6aa70c84fddabbbd3ec97f3d3ff8.png" />'
...
sh: latex: command not found
not ok 144 - Failure: MathCoverageTest::testCoverage with data set #9 ('x', '<img class="mwe-math-fallback-png-inline tex" alt="x" src="/images/math/9/d/d/9dd4e461268c8034f5c8564e155c67a6.png" />')
---
message: 'Failed to render x'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): x</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="x" src="9dd4e461268c8034f5c8564e155c67a6.png" />'
...
sh: latex: command not found
not ok 145 - Failure: MathCoverageTest::testCoverage with data set #10 ('\\dot{a}, \\ddot{a}, \\acute{a}, \\grave{a} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\dot{a}, \\ddot{a}, \\acute{a}, \\grave{a} \\!" src="/images/math/c/0/9/c096beaae99e2d37b4050c4ccf30fbf8.png" />')
---
message: 'Failed to render \dot{a}, \ddot{a}, \acute{a}, \grave{a} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \dot{a}, \ddot{a}, \acute{a}, \grave{a} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\dot{a}, \ddot{a}, \acute{a}, \grave{a} \!" src="c096beaae99e2d37b4050c4ccf30fbf8.png" />'
...
sh: latex: command not found
not ok 146 - Failure: MathCoverageTest::testCoverage with data set #11 ('\\check{a}, \\breve{a}, \\tilde{a}, \\bar{a} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\check{a}, \\breve{a}, \\tilde{a}, \\bar{a} \\!" src="/images/math/e/f/3/ef387ac79f18651dd3105d2c584b3c95.png" />')
---
message: 'Failed to render \check{a}, \breve{a}, \tilde{a}, \bar{a} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \check{a}, \breve{a}, \tilde{a}, \bar{a} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\check{a}, \breve{a}, \tilde{a}, \bar{a} \!" src="ef387ac79f18651dd3105d2c584b3c95.png" />'
...
sh: latex: command not found
not ok 147 - Failure: MathCoverageTest::testCoverage with data set #12 ('\\hat{a}, \\widehat{a}, \\vec{a} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\hat{a}, \\widehat{a}, \\vec{a} \\!" src="/images/math/e/a/e/eaededf26bb201c699ef1597902383c3.png" />')
---
message: 'Failed to render \hat{a}, \widehat{a}, \vec{a} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \hat{a}, \widehat{a}, \vec{a} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\hat{a}, \widehat{a}, \vec{a} \!" src="eaededf26bb201c699ef1597902383c3.png" />'
...
sh: latex: command not found
not ok 148 - Failure: MathCoverageTest::testCoverage with data set #13 ('\\exp_a b = a^b, \\exp b = e^b, 10^m \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\exp_a b = a^b, \\exp b = e^b, 10^m \\!" src="/images/math/1/9/9/199ac36bc19f7951df5041aedc1e2525.png" />')
---
message: 'Failed to render \exp_a b = a^b, \exp b = e^b, 10^m \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \exp_a b = a^b, \exp b = e^b, 10^m \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\exp_a b = a^b, \exp b = e^b, 10^m \!" src="199ac36bc19f7951df5041aedc1e2525.png" />'
...
sh: latex: command not found
not ok 149 - Failure: MathCoverageTest::testCoverage with data set #14 ('\\ln c, \\lg d = \\log e, \\log_{10} f \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\ln c, \\lg d = \\log e, \\log_{10} f \\!" src="/images/math/d/5/8/d58edc12e2750302cfcdfd47f7674607.png" />')
---
message: 'Failed to render \ln c, \lg d = \log e, \log_{10} f \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \ln c, \lg d = \log e, \log_{10} f \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\ln c, \lg d = \log e, \log_{10} f \!" src="d58edc12e2750302cfcdfd47f7674607.png" />'
...
sh: latex: command not found
not ok 150 - Failure: MathCoverageTest::testCoverage with data set #15 ('\\sin a, \\cos b, \\tan c, \\cot d, \\sec e, \\csc f\\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\sin a, \\cos b, \\tan c, \\cot d, \\sec e, \\csc f\\!" src="/images/math/0/d/e/0de90ca439db043c53360a81e56e2543.png" />')
---
message: 'Failed to render \sin a, \cos b, \tan c, \cot d, \sec e, \csc f\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sin a, \cos b, \tan c, \cot d, \sec e, \csc f\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sin a, \cos b, \tan c, \cot d, \sec e, \csc f\!" src="0de90ca439db043c53360a81e56e2543.png" />'
...
sh: latex: command not found
not ok 151 - Failure: MathCoverageTest::testCoverage with data set #16 ('\\arcsin h, \\arccos i, \\arctan j \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\arcsin h, \\arccos i, \\arctan j \\!" src="/images/math/d/4/f/d4f41532d2a06150554f27d52b3c9479.png" />')
---
message: 'Failed to render \arcsin h, \arccos i, \arctan j \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \arcsin h, \arccos i, \arctan j \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\arcsin h, \arccos i, \arctan j \!" src="d4f41532d2a06150554f27d52b3c9479.png" />'
...
sh: latex: command not found
not ok 152 - Failure: MathCoverageTest::testCoverage with data set #17 ('\\sinh k, \\cosh l, \\tanh m, \\coth n \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\sinh k, \\cosh l, \\tanh m, \\coth n \\!" src="/images/math/2/d/4/2d460f19d2addae865a78806e3a3afd8.png" />')
---
message: 'Failed to render \sinh k, \cosh l, \tanh m, \coth n \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sinh k, \cosh l, \tanh m, \coth n \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sinh k, \cosh l, \tanh m, \coth n \!" src="2d460f19d2addae865a78806e3a3afd8.png" />'
...
sh: latex: command not found
not ok 153 - Failure: MathCoverageTest::testCoverage with data set #18 ('\\operatorname{sh}\\,k, \\operatorname{ch}\\,l, \\operatorname{th}\\,m, \\operatorname{coth}\\,n \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\operatorname{sh}\\,k, \\operatorname{ch}\\,l, \\operatorname{th}\\,m, \\operatorname{coth}\\,n \\!" src="/images/math/7/f/3/7f37a94f008e914726d78b52bf7e3ff4.png" />')
---
message: 'Failed to render \operatorname{sh}\,k, \operatorname{ch}\,l, \operatorname{th}\,m, \operatorname{coth}\,n \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \operatorname{sh}\,k, \operatorname{ch}\,l, \operatorname{th}\,m, \operatorname{coth}\,n \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\operatorname{sh}\,k, \operatorname{ch}\,l, \operatorname{th}\,m, \operatorname{coth}\,n \!" src="7f37a94f008e914726d78b52bf7e3ff4.png" />'
...
sh: latex: command not found
not ok 154 - Failure: MathCoverageTest::testCoverage with data set #19 ('\\operatorname{argsh}\\,o, \\operatorname{argch}\\,p, \\operatorname{argth}\\,q \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\operatorname{argsh}\\,o, \\operatorname{argch}\\,p, \\operatorname{argth}\\,q \\!" src="/images/math/4/e/7/4e797e4c1988d0f75df043f9347214c0.png" />')
---
message: 'Failed to render \operatorname{argsh}\,o, \operatorname{argch}\,p, \operatorname{argth}\,q \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \operatorname{argsh}\,o, \operatorname{argch}\,p, \operatorname{argth}\,q \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\operatorname{argsh}\,o, \operatorname{argch}\,p, \operatorname{argth}\,q \!" src="4e797e4c1988d0f75df043f9347214c0.png" />'
...
sh: latex: command not found
not ok 155 - Failure: MathCoverageTest::testCoverage with data set #20 ('\\sgn r, \\left\\vert s \\right\\vert \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\sgn r, \\left\\vert s \\right\\vert \\!" src="/images/math/c/f/2/cf2302a36d9f76e484ea9833b583bc73.png" />')
---
message: 'Failed to render \sgn r, \left\vert s \right\vert \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sgn r, \left\vert s \right\vert \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sgn r, \left\vert s \right\vert \!" src="cf2302a36d9f76e484ea9833b583bc73.png" />'
...
sh: latex: command not found
not ok 156 - Failure: MathCoverageTest::testCoverage with data set #21 ('\\min(x,y), \\max(x,y) \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\min(x,y), \\max(x,y) \\!" src="/images/math/6/6/8/6685fb9850f120547152b9e8f89e127d.png" />')
---
message: 'Failed to render \min(x,y), \max(x,y) \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \min(x,y), \max(x,y) \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\min(x,y), \max(x,y) \!" src="6685fb9850f120547152b9e8f89e127d.png" />'
...
sh: latex: command not found
not ok 157 - Failure: MathCoverageTest::testCoverage with data set #22 ('\\min x, \\max y, \\inf s, \\sup t \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\min x, \\max y, \\inf s, \\sup t \\!" src="/images/math/8/c/b/8cb6afbfa7011932573dc4fe62a6326f.png" />')
---
message: 'Failed to render \min x, \max y, \inf s, \sup t \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \min x, \max y, \inf s, \sup t \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\min x, \max y, \inf s, \sup t \!" src="8cb6afbfa7011932573dc4fe62a6326f.png" />'
...
sh: latex: command not found
not ok 158 - Failure: MathCoverageTest::testCoverage with data set #23 ('\\lim u, \\liminf v, \\limsup w \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\lim u, \\liminf v, \\limsup w \\!" src="/images/math/1/5/e/15e23ef762c80f28daef47e565900b89.png" />')
---
message: 'Failed to render \lim u, \liminf v, \limsup w \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \lim u, \liminf v, \limsup w \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\lim u, \liminf v, \limsup w \!" src="15e23ef762c80f28daef47e565900b89.png" />'
...
sh: latex: command not found
not ok 159 - Failure: MathCoverageTest::testCoverage with data set #24 ('\\dim p, \\deg q, \\det m, \\ker\\phi \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\dim p, \\deg q, \\det m, \\ker\\phi \\!" src="/images/math/f/f/b/ffbfa151b5260ecb5ef79f0c87514688.png" />')
---
message: 'Failed to render \dim p, \deg q, \det m, \ker\phi \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \dim p, \deg q, \det m, \ker\phi \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\dim p, \deg q, \det m, \ker\phi \!" src="ffbfa151b5260ecb5ef79f0c87514688.png" />'
...
sh: latex: command not found
not ok 160 - Failure: MathCoverageTest::testCoverage with data set #25 ('\\Pr j, \\hom l, \\lVert z \\rVert, \\arg z \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\Pr j, \\hom l, \\lVert z \\rVert, \\arg z \\!" src="/images/math/d/d/e/dde6ad7a50f2079b6e085bccfcbe49e0.png" />')
---
message: 'Failed to render \Pr j, \hom l, \lVert z \rVert, \arg z \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Pr j, \hom l, \lVert z \rVert, \arg z \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Pr j, \hom l, \lVert z \rVert, \arg z \!" src="dde6ad7a50f2079b6e085bccfcbe49e0.png" />'
...
sh: latex: command not found
not ok 161 - Failure: MathCoverageTest::testCoverage with data set #26 ('dt, \\operatorname{d}\\!t, \\partial t, \\nabla\\psi\\!', '<img class="mwe-math-fallback-png-inline tex" alt="dt, \\operatorname{d}\\!t, \\partial t, \\nabla\\psi\\!" src="/images/math/b/3/2/b32346afbfaabbd8e7e3eee827952c44.png" />')
---
message: 'Failed to render dt, \operatorname{d}\!t, \partial t, \nabla\psi\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): dt, \operatorname{d}\!t, \partial t, \nabla\psi\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="dt, \operatorname{d}\!t, \partial t, \nabla\psi\!" src="b32346afbfaabbd8e7e3eee827952c44.png" />'
...
sh: latex: command not found
not ok 162 - Failure: MathCoverageTest::testCoverage with data set #27 ('dy/dx, \\operatorname{d}\\!y/\\operatorname{d}\\!x, {dy \\over dx}, {\\operatorname{d}\\!y\\over\\operatorname{d}\\!x}, {\\partial^2\\over\\partial x_1\\partial x_2}y \\!', '<img class="mwe-math-fallback-png-inline tex" alt="dy/dx, \\operatorname{d}\\!y/\\operatorname{d}\\!x, {dy \\over dx}, {\\operatorname{d}\\!y\\over\\operatorname{d}\\!x}, {\\partial^2\\over\\partial x_1\\partial x_2}y \\!" src="/images/math/8/8/5/8854ea48cc731b20acb7e31b7676ab14.png" />')
---
message: 'Failed to render dy/dx, \operatorname{d}\!y/\operatorname{d}\!x, {dy \over dx}, {\operatorname{d}\!y\over\operatorname{d}\!x}, {\partial^2\over\partial x_1\partial x_2}y \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): dy/dx, \operatorname{d}\!y/\operatorname{d}\!x, {dy \over dx}, {\operatorname{d}\!y\over\operatorname{d}\!x}, {\partial^2\over\partial x_1\partial x_2}y \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="dy/dx, \operatorname{d}\!y/\operatorname{d}\!x, {dy \over dx}, {\operatorname{d}\!y\over\operatorname{d}\!x}, {\partial^2\over\partial x_1\partial x_2}y \!" src="8854ea48cc731b20acb7e31b7676ab14.png" />'
...
sh: latex: command not found
not ok 163 - Failure: MathCoverageTest::testCoverage with data set #28 ('\\prime, \\backprime, f^\\prime, f\', f\'\', f^{(3)} \\!, \\dot y, \\ddot y', '<img class="mwe-math-fallback-png-inline tex" alt="\\prime, \\backprime, f^\\prime, f&#039;, f&#039;&#039;, f^{(3)} \\!, \\dot y, \\ddot y" src="/images/math/9/9/4/99434cfc81c7e2121520b25248f49eab.png" />')
---
message: 'Failed to render \prime, \backprime, f^\prime, f'', f'''', f^{(3)} \!, \dot y, \ddot y'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \prime, \backprime, f^\prime, f', f'', f^{(3)} \!, \dot y, \ddot y</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\prime, \backprime, f^\prime, f&#039;, f&#039;&#039;, f^{(3)} \!, \dot y, \ddot y" src="99434cfc81c7e2121520b25248f49eab.png" />'
...
sh: latex: command not found
not ok 164 - Failure: MathCoverageTest::testCoverage with data set #29 ('\\infty, \\aleph, \\complement, \\backepsilon, \\eth, \\Finv, \\hbar \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\infty, \\aleph, \\complement, \\backepsilon, \\eth, \\Finv, \\hbar \\!" src="/images/math/5/a/4/5a419cad96da19939591abb89e952110.png" />')
---
message: 'Failed to render \infty, \aleph, \complement, \backepsilon, \eth, \Finv, \hbar \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \infty, \aleph, \complement, \backepsilon, \eth, \Finv, \hbar \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\infty, \aleph, \complement, \backepsilon, \eth, \Finv, \hbar \!" src="5a419cad96da19939591abb89e952110.png" />'
...
sh: latex: command not found
not ok 165 - Failure: MathCoverageTest::testCoverage with data set #30 ('\\Im, \\imath, \\jmath, \\Bbbk, \\ell, \\mho, \\wp, \\Re, \\circledS \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\Im, \\imath, \\jmath, \\Bbbk, \\ell, \\mho, \\wp, \\Re, \\circledS \\!" src="/images/math/c/3/9/c390bebffad60aca74b245dcc59a25ef.png" />')
---
message: 'Failed to render \Im, \imath, \jmath, \Bbbk, \ell, \mho, \wp, \Re, \circledS \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Im, \imath, \jmath, \Bbbk, \ell, \mho, \wp, \Re, \circledS \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Im, \imath, \jmath, \Bbbk, \ell, \mho, \wp, \Re, \circledS \!" src="c390bebffad60aca74b245dcc59a25ef.png" />'
...
sh: latex: command not found
not ok 166 - Failure: MathCoverageTest::testCoverage with data set #31 ('s_k \\equiv 0 \\pmod{m} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="s_k \\equiv 0 \\pmod{m} \\!" src="/images/math/3/5/3/353ab52b3f2c5f26ee74c81d31f2a36c.png" />')
---
message: 'Failed to render s_k \equiv 0 \pmod{m} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): s_k \equiv 0 \pmod{m} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="s_k \equiv 0 \pmod{m} \!" src="353ab52b3f2c5f26ee74c81d31f2a36c.png" />'
...
sh: latex: command not found
not ok 167 - Failure: MathCoverageTest::testCoverage with data set #32 ('a\\,\\bmod\\,b \\!', '<img class="mwe-math-fallback-png-inline tex" alt="a\\,\\bmod\\,b \\!" src="/images/math/e/e/6/ee6494b1a13934593f79f5874592a117.png" />')
---
message: 'Failed to render a\,\bmod\,b \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): a\,\bmod\,b \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="a\,\bmod\,b \!" src="ee6494b1a13934593f79f5874592a117.png" />'
...
sh: latex: command not found
not ok 168 - Failure: MathCoverageTest::testCoverage with data set #33 ('\\gcd(m, n), \\operatorname{lcm}(m, n)', '<img class="mwe-math-fallback-png-inline tex" alt="\\gcd(m, n), \\operatorname{lcm}(m, n)" src="/images/math/6/d/9/6d966ef8f78b4ae70f97c9d14f873cfa.png" />')
---
message: 'Failed to render \gcd(m, n), \operatorname{lcm}(m, n)'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \gcd(m, n), \operatorname{lcm}(m, n)</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\gcd(m, n), \operatorname{lcm}(m, n)" src="6d966ef8f78b4ae70f97c9d14f873cfa.png" />'
...
sh: latex: command not found
not ok 169 - Failure: MathCoverageTest::testCoverage with data set #34 ('\\mid, \\nmid, \\shortmid, \\nshortmid \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mid, \\nmid, \\shortmid, \\nshortmid \\!" src="/images/math/3/9/e/39e442097c139a70392ae8a043a9297a.png" />')
---
message: 'Failed to render \mid, \nmid, \shortmid, \nshortmid \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mid, \nmid, \shortmid, \nshortmid \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mid, \nmid, \shortmid, \nshortmid \!" src="39e442097c139a70392ae8a043a9297a.png" />'
...
sh: latex: command not found
not ok 170 - Failure: MathCoverageTest::testCoverage with data set #35 ('\\surd, \\sqrt{2}, \\sqrt[n]{}, \\sqrt[3]{x^3+y^3 \\over 2} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\surd, \\sqrt{2}, \\sqrt[n]{}, \\sqrt[3]{x^3+y^3 \\over 2} \\!" src="/images/math/2/a/b/2ab6022932b3bf67498985081a9a0546.png" />')
---
message: 'Failed to render \surd, \sqrt{2}, \sqrt[n]{}, \sqrt[3]{x^3+y^3 \over 2} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \surd, \sqrt{2}, \sqrt[n]{}, \sqrt[3]{x^3+y^3 \over 2} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\surd, \sqrt{2}, \sqrt[n]{}, \sqrt[3]{x^3+y^3 \over 2} \!" src="2ab6022932b3bf67498985081a9a0546.png" />'
...
sh: latex: command not found
not ok 171 - Failure: MathCoverageTest::testCoverage with data set #36 ('+, -, \\pm, \\mp, \\dotplus \\!', '<img class="mwe-math-fallback-png-inline tex" alt="+, -, \\pm, \\mp, \\dotplus \\!" src="/images/math/5/c/6/5c60a256506efc42047c06ea4cba9cf3.png" />')
---
message: 'Failed to render +, -, \pm, \mp, \dotplus \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): +, -, \pm, \mp, \dotplus \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="+, -, \pm, \mp, \dotplus \!" src="5c60a256506efc42047c06ea4cba9cf3.png" />'
...
sh: latex: command not found
not ok 172 - Failure: MathCoverageTest::testCoverage with data set #37 ('\\times, \\div, \\divideontimes, /, \\backslash \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\times, \\div, \\divideontimes, /, \\backslash \\!" src="/images/math/b/3/8/b386c20a84be6bea1495f8f4d34aaf9d.png" />')
---
message: 'Failed to render \times, \div, \divideontimes, /, \backslash \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \times, \div, \divideontimes, /, \backslash \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\times, \div, \divideontimes, /, \backslash \!" src="b386c20a84be6bea1495f8f4d34aaf9d.png" />'
...
sh: latex: command not found
not ok 173 - Failure: MathCoverageTest::testCoverage with data set #38 ('\\cdot, * \\ast, \\star, \\circ, \\bullet \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\cdot, * \\ast, \\star, \\circ, \\bullet \\!" src="/images/math/1/5/3/1538e6e687ddbc430d2edba1dd4c57f3.png" />')
---
message: 'Failed to render \cdot, * \ast, \star, \circ, \bullet \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \cdot, * \ast, \star, \circ, \bullet \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\cdot, * \ast, \star, \circ, \bullet \!" src="1538e6e687ddbc430d2edba1dd4c57f3.png" />'
...
sh: latex: command not found
not ok 174 - Failure: MathCoverageTest::testCoverage with data set #39 ('\\boxplus, \\boxminus, \\boxtimes, \\boxdot \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\boxplus, \\boxminus, \\boxtimes, \\boxdot \\!" src="/images/math/a/7/d/a7d67089f319edbd2c6ceda550ae97fc.png" />')
---
message: 'Failed to render \boxplus, \boxminus, \boxtimes, \boxdot \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \boxplus, \boxminus, \boxtimes, \boxdot \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\boxplus, \boxminus, \boxtimes, \boxdot \!" src="a7d67089f319edbd2c6ceda550ae97fc.png" />'
...
sh: latex: command not found
not ok 175 - Failure: MathCoverageTest::testCoverage with data set #40 ('\\oplus, \\ominus, \\otimes, \\oslash, \\odot\\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\oplus, \\ominus, \\otimes, \\oslash, \\odot\\!" src="/images/math/e/f/a/efa177feefc3df54b529112042dd4862.png" />')
---
message: 'Failed to render \oplus, \ominus, \otimes, \oslash, \odot\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \oplus, \ominus, \otimes, \oslash, \odot\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\oplus, \ominus, \otimes, \oslash, \odot\!" src="efa177feefc3df54b529112042dd4862.png" />'
...
sh: latex: command not found
not ok 176 - Failure: MathCoverageTest::testCoverage with data set #41 ('\\circleddash, \\circledcirc, \\circledast \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\circleddash, \\circledcirc, \\circledast \\!" src="/images/math/e/3/3/e33c682e034881ea51ca94419fe6534f.png" />')
---
message: 'Failed to render \circleddash, \circledcirc, \circledast \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \circleddash, \circledcirc, \circledast \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\circleddash, \circledcirc, \circledast \!" src="e33c682e034881ea51ca94419fe6534f.png" />'
...
sh: latex: command not found
not ok 177 - Failure: MathCoverageTest::testCoverage with data set #42 ('\\bigoplus, \\bigotimes, \\bigodot \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\bigoplus, \\bigotimes, \\bigodot \\!" src="/images/math/9/0/1/901f6c26646a95b68684a88c3dd7ba23.png" />')
---
message: 'Failed to render \bigoplus, \bigotimes, \bigodot \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \bigoplus, \bigotimes, \bigodot \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\bigoplus, \bigotimes, \bigodot \!" src="901f6c26646a95b68684a88c3dd7ba23.png" />'
...
sh: latex: command not found
not ok 178 - Failure: MathCoverageTest::testCoverage with data set #43 ('\\{ \\}, \\O \\empty \\emptyset, \\varnothing \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\{ \\}, \\O \\empty \\emptyset, \\varnothing \\!" src="/images/math/6/6/f/66f1c50302d04ec150b9791a0ed9dd72.png" />')
---
message: 'Failed to render \{ \}, \O \empty \emptyset, \varnothing \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \{ \}, \O \empty \emptyset, \varnothing \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\{ \}, \O \empty \emptyset, \varnothing \!" src="66f1c50302d04ec150b9791a0ed9dd72.png" />'
...
sh: latex: command not found
not ok 179 - Failure: MathCoverageTest::testCoverage with data set #44 ('\\in, \\notin \\not\\in, \\ni, \\not\\ni \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\in, \\notin \\not\\in, \\ni, \\not\\ni \\!" src="/images/math/e/3/c/e3ccfeab48f96e390879beae43fef5f6.png" />')
---
message: 'Failed to render \in, \notin \not\in, \ni, \not\ni \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \in, \notin \not\in, \ni, \not\ni \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\in, \notin \not\in, \ni, \not\ni \!" src="e3ccfeab48f96e390879beae43fef5f6.png" />'
...
sh: latex: command not found
not ok 180 - Failure: MathCoverageTest::testCoverage with data set #45 ('\\cap, \\Cap, \\sqcap, \\bigcap \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\cap, \\Cap, \\sqcap, \\bigcap \\!" src="/images/math/f/c/e/fce1ad3d3efa856b424905062f483e19.png" />')
---
message: 'Failed to render \cap, \Cap, \sqcap, \bigcap \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \cap, \Cap, \sqcap, \bigcap \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\cap, \Cap, \sqcap, \bigcap \!" src="fce1ad3d3efa856b424905062f483e19.png" />'
...
sh: latex: command not found
not ok 181 - Failure: MathCoverageTest::testCoverage with data set #46 ('\\cup, \\Cup, \\sqcup, \\bigcup, \\bigsqcup, \\uplus, \\biguplus \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\cup, \\Cup, \\sqcup, \\bigcup, \\bigsqcup, \\uplus, \\biguplus \\!" src="/images/math/b/8/6/b8621006bb69395016e695a8f866c004.png" />')
---
message: 'Failed to render \cup, \Cup, \sqcup, \bigcup, \bigsqcup, \uplus, \biguplus \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \cup, \Cup, \sqcup, \bigcup, \bigsqcup, \uplus, \biguplus \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\cup, \Cup, \sqcup, \bigcup, \bigsqcup, \uplus, \biguplus \!" src="b8621006bb69395016e695a8f866c004.png" />'
...
sh: latex: command not found
not ok 182 - Failure: MathCoverageTest::testCoverage with data set #47 ('\\setminus, \\smallsetminus, \\times \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\setminus, \\smallsetminus, \\times \\!" src="/images/math/e/1/7/e17420f59b39e697a8f0cbd94dd53ad5.png" />')
---
message: 'Failed to render \setminus, \smallsetminus, \times \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \setminus, \smallsetminus, \times \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\setminus, \smallsetminus, \times \!" src="e17420f59b39e697a8f0cbd94dd53ad5.png" />'
...
sh: latex: command not found
not ok 183 - Failure: MathCoverageTest::testCoverage with data set #48 ('\\subset, \\Subset, \\sqsubset \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\subset, \\Subset, \\sqsubset \\!" src="/images/math/b/4/9/b4900dc0901ce8489cff150076d16088.png" />')
---
message: 'Failed to render \subset, \Subset, \sqsubset \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \subset, \Subset, \sqsubset \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\subset, \Subset, \sqsubset \!" src="b4900dc0901ce8489cff150076d16088.png" />'
...
sh: latex: command not found
not ok 184 - Failure: MathCoverageTest::testCoverage with data set #49 ('\\supset, \\Supset, \\sqsupset \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\supset, \\Supset, \\sqsupset \\!" src="/images/math/c/b/5/cb5fa1a8597041a2eb565361a1401079.png" />')
---
message: 'Failed to render \supset, \Supset, \sqsupset \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \supset, \Supset, \sqsupset \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\supset, \Supset, \sqsupset \!" src="cb5fa1a8597041a2eb565361a1401079.png" />'
...
sh: latex: command not found
not ok 185 - Failure: MathCoverageTest::testCoverage with data set #50 ('\\subseteq, \\nsubseteq, \\subsetneq, \\varsubsetneq, \\sqsubseteq \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\subseteq, \\nsubseteq, \\subsetneq, \\varsubsetneq, \\sqsubseteq \\!" src="/images/math/5/4/b/54b164cefa6faadfce92a97d239f2f80.png" />')
---
message: 'Failed to render \subseteq, \nsubseteq, \subsetneq, \varsubsetneq, \sqsubseteq \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \subseteq, \nsubseteq, \subsetneq, \varsubsetneq, \sqsubseteq \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\subseteq, \nsubseteq, \subsetneq, \varsubsetneq, \sqsubseteq \!" src="54b164cefa6faadfce92a97d239f2f80.png" />'
...
sh: latex: command not found
not ok 186 - Failure: MathCoverageTest::testCoverage with data set #51 ('\\supseteq, \\nsupseteq, \\supsetneq, \\varsupsetneq, \\sqsupseteq \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\supseteq, \\nsupseteq, \\supsetneq, \\varsupsetneq, \\sqsupseteq \\!" src="/images/math/4/e/9/4e928a53227784971555d98d1ef5c7be.png" />')
---
message: 'Failed to render \supseteq, \nsupseteq, \supsetneq, \varsupsetneq, \sqsupseteq \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \supseteq, \nsupseteq, \supsetneq, \varsupsetneq, \sqsupseteq \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\supseteq, \nsupseteq, \supsetneq, \varsupsetneq, \sqsupseteq \!" src="4e928a53227784971555d98d1ef5c7be.png" />'
...
sh: latex: command not found
not ok 187 - Failure: MathCoverageTest::testCoverage with data set #52 ('\\subseteqq, \\nsubseteqq, \\subsetneqq, \\varsubsetneqq \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\subseteqq, \\nsubseteqq, \\subsetneqq, \\varsubsetneqq \\!" src="/images/math/0/1/6/0162e51aac9e459011206dd370890444.png" />')
---
message: 'Failed to render \subseteqq, \nsubseteqq, \subsetneqq, \varsubsetneqq \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \subseteqq, \nsubseteqq, \subsetneqq, \varsubsetneqq \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\subseteqq, \nsubseteqq, \subsetneqq, \varsubsetneqq \!" src="0162e51aac9e459011206dd370890444.png" />'
...
sh: latex: command not found
not ok 188 - Failure: MathCoverageTest::testCoverage with data set #53 ('\\supseteqq, \\nsupseteqq, \\supsetneqq, \\varsupsetneqq \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\supseteqq, \\nsupseteqq, \\supsetneqq, \\varsupsetneqq \\!" src="/images/math/3/a/0/3a07c3fb9a0f14534117951fc276d2e0.png" />')
---
message: 'Failed to render \supseteqq, \nsupseteqq, \supsetneqq, \varsupsetneqq \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \supseteqq, \nsupseteqq, \supsetneqq, \varsupsetneqq \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\supseteqq, \nsupseteqq, \supsetneqq, \varsupsetneqq \!" src="3a07c3fb9a0f14534117951fc276d2e0.png" />'
...
sh: latex: command not found
not ok 189 - Failure: MathCoverageTest::testCoverage with data set #54 ('=, \\ne, \\neq, \\equiv, \\not\\equiv \\!', '<img class="mwe-math-fallback-png-inline tex" alt="=, \\ne, \\neq, \\equiv, \\not\\equiv \\!" src="/images/math/7/1/b/71bb47c2145fabb0a1692fe545a019c8.png" />')
---
message: 'Failed to render =, \ne, \neq, \equiv, \not\equiv \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): =, \ne, \neq, \equiv, \not\equiv \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="=, \ne, \neq, \equiv, \not\equiv \!" src="71bb47c2145fabb0a1692fe545a019c8.png" />'
...
sh: latex: command not found
not ok 190 - Failure: MathCoverageTest::testCoverage with data set #55 ('\\doteq, \\doteqdot, \\overset{\\underset{\\mathrm{def}}{}}{=}, := \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\doteq, \\doteqdot, \\overset{\\underset{\\mathrm{def}}{}}{=}, := \\!" src="/images/math/6/4/2/6426a1cb9fe7d87280f4d1b7137abc07.png" />')
---
message: 'Failed to render \doteq, \doteqdot, \overset{\underset{\mathrm{def}}{}}{=}, := \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \doteq, \doteqdot, \overset{\underset{\mathrm{def}}{}}{=}, := \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\doteq, \doteqdot, \overset{\underset{\mathrm{def}}{}}{=}, := \!" src="6426a1cb9fe7d87280f4d1b7137abc07.png" />'
...
sh: latex: command not found
not ok 191 - Failure: MathCoverageTest::testCoverage with data set #56 ('\\sim, \\nsim, \\backsim, \\thicksim, \\simeq, \\backsimeq, \\eqsim, \\cong, \\ncong \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\sim, \\nsim, \\backsim, \\thicksim, \\simeq, \\backsimeq, \\eqsim, \\cong, \\ncong \\!" src="/images/math/3/0/7/30784f1f1b325970cfacabacb47b192e.png" />')
---
message: 'Failed to render \sim, \nsim, \backsim, \thicksim, \simeq, \backsimeq, \eqsim, \cong, \ncong \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sim, \nsim, \backsim, \thicksim, \simeq, \backsimeq, \eqsim, \cong, \ncong \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sim, \nsim, \backsim, \thicksim, \simeq, \backsimeq, \eqsim, \cong, \ncong \!" src="30784f1f1b325970cfacabacb47b192e.png" />'
...
sh: latex: command not found
not ok 192 - Failure: MathCoverageTest::testCoverage with data set #57 ('\\approx, \\thickapprox, \\approxeq, \\asymp, \\propto, \\varpropto \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\approx, \\thickapprox, \\approxeq, \\asymp, \\propto, \\varpropto \\!" src="/images/math/8/c/5/8c58c414b8003f68301141b50ceadc02.png" />')
---
message: 'Failed to render \approx, \thickapprox, \approxeq, \asymp, \propto, \varpropto \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \approx, \thickapprox, \approxeq, \asymp, \propto, \varpropto \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\approx, \thickapprox, \approxeq, \asymp, \propto, \varpropto \!" src="8c58c414b8003f68301141b50ceadc02.png" />'
...
sh: latex: command not found
not ok 193 - Failure: MathCoverageTest::testCoverage with data set #58 ('<, \\nless, \\ll, \\not\\ll, \\lll, \\not\\lll, \\lessdot \\!', '<img class="mwe-math-fallback-png-inline tex" alt="&lt;, \\nless, \\ll, \\not\\ll, \\lll, \\not\\lll, \\lessdot \\!" src="/images/math/3/4/6/346b8a9e0891b24a7433041f233be228.png" />')
---
message: 'Failed to render <, \nless, \ll, \not\ll, \lll, \not\lll, \lessdot \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): &lt;, \nless, \ll, \not\ll, \lll, \not\lll, \lessdot \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="&lt;, \nless, \ll, \not\ll, \lll, \not\lll, \lessdot \!" src="346b8a9e0891b24a7433041f233be228.png" />'
...
sh: latex: command not found
not ok 194 - Failure: MathCoverageTest::testCoverage with data set #59 ('>, \\ngtr, \\gg, \\not\\gg, \\ggg, \\not\\ggg, \\gtrdot \\!', '<img class="mwe-math-fallback-png-inline tex" alt="&gt;, \\ngtr, \\gg, \\not\\gg, \\ggg, \\not\\ggg, \\gtrdot \\!" src="/images/math/8/b/8/8b8f7a0e7ad46e494dc5b032c5558068.png" />')
---
message: 'Failed to render >, \ngtr, \gg, \not\gg, \ggg, \not\ggg, \gtrdot \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): &gt;, \ngtr, \gg, \not\gg, \ggg, \not\ggg, \gtrdot \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="&gt;, \ngtr, \gg, \not\gg, \ggg, \not\ggg, \gtrdot \!" src="8b8f7a0e7ad46e494dc5b032c5558068.png" />'
...
sh: latex: command not found
not ok 195 - Failure: MathCoverageTest::testCoverage with data set #60 ('\\le \\leq, \\lneq, \\leqq, \\nleqq, \\lneqq, \\lvertneqq \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\le \\leq, \\lneq, \\leqq, \\nleqq, \\lneqq, \\lvertneqq \\!" src="/images/math/2/a/0/2a0fc5dad4cb369221b29e8a49c0e769.png" />')
---
message: 'Failed to render \le \leq, \lneq, \leqq, \nleqq, \lneqq, \lvertneqq \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \le \leq, \lneq, \leqq, \nleqq, \lneqq, \lvertneqq \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\le \leq, \lneq, \leqq, \nleqq, \lneqq, \lvertneqq \!" src="2a0fc5dad4cb369221b29e8a49c0e769.png" />'
...
sh: latex: command not found
not ok 196 - Failure: MathCoverageTest::testCoverage with data set #61 ('\\ge \\geq, \\gneq, \\geqq, \\ngeqq, \\gneqq, \\gvertneqq \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\ge \\geq, \\gneq, \\geqq, \\ngeqq, \\gneqq, \\gvertneqq \\!" src="/images/math/a/b/7/ab7369a11c4f4e0db4d838b4303a673c.png" />')
---
message: 'Failed to render \ge \geq, \gneq, \geqq, \ngeqq, \gneqq, \gvertneqq \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \ge \geq, \gneq, \geqq, \ngeqq, \gneqq, \gvertneqq \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\ge \geq, \gneq, \geqq, \ngeqq, \gneqq, \gvertneqq \!" src="ab7369a11c4f4e0db4d838b4303a673c.png" />'
...
sh: latex: command not found
not ok 197 - Failure: MathCoverageTest::testCoverage with data set #62 ('\\lessgtr \\lesseqgtr \\lesseqqgtr \\gtrless \\gtreqless \\gtreqqless \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\lessgtr \\lesseqgtr \\lesseqqgtr \\gtrless \\gtreqless \\gtreqqless \\!" src="/images/math/8/4/9/849c96983e134159f2d7da012e2fef32.png" />')
---
message: 'Failed to render \lessgtr \lesseqgtr \lesseqqgtr \gtrless \gtreqless \gtreqqless \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \lessgtr \lesseqgtr \lesseqqgtr \gtrless \gtreqless \gtreqqless \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\lessgtr \lesseqgtr \lesseqqgtr \gtrless \gtreqless \gtreqqless \!" src="849c96983e134159f2d7da012e2fef32.png" />'
...
sh: latex: command not found
not ok 198 - Failure: MathCoverageTest::testCoverage with data set #63 ('\\leqslant, \\nleqslant, \\eqslantless \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\leqslant, \\nleqslant, \\eqslantless \\!" src="/images/math/6/9/b/69bafd8e6dd7f1e6c45449a7eb0bbd72.png" />')
---
message: 'Failed to render \leqslant, \nleqslant, \eqslantless \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \leqslant, \nleqslant, \eqslantless \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\leqslant, \nleqslant, \eqslantless \!" src="69bafd8e6dd7f1e6c45449a7eb0bbd72.png" />'
...
sh: latex: command not found
not ok 199 - Failure: MathCoverageTest::testCoverage with data set #64 ('\\geqslant, \\ngeqslant, \\eqslantgtr \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\geqslant, \\ngeqslant, \\eqslantgtr \\!" src="/images/math/d/f/b/dfba791fb6522dc8d44b3c8d751d8bf5.png" />')
---
message: 'Failed to render \geqslant, \ngeqslant, \eqslantgtr \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \geqslant, \ngeqslant, \eqslantgtr \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\geqslant, \ngeqslant, \eqslantgtr \!" src="dfba791fb6522dc8d44b3c8d751d8bf5.png" />'
...
sh: latex: command not found
not ok 200 - Failure: MathCoverageTest::testCoverage with data set #65 ('\\lesssim, \\lnsim, \\lessapprox, \\lnapprox \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\lesssim, \\lnsim, \\lessapprox, \\lnapprox \\!" src="/images/math/1/3/f/13fd2ed1c2d478c14cece389bb5c64a1.png" />')
---
message: 'Failed to render \lesssim, \lnsim, \lessapprox, \lnapprox \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \lesssim, \lnsim, \lessapprox, \lnapprox \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\lesssim, \lnsim, \lessapprox, \lnapprox \!" src="13fd2ed1c2d478c14cece389bb5c64a1.png" />'
...
sh: latex: command not found
not ok 201 - Failure: MathCoverageTest::testCoverage with data set #66 (' \\gtrsim, \\gnsim, \\gtrapprox, \\gnapprox \\,', '<img class="mwe-math-fallback-png-inline tex" alt=" \\gtrsim, \\gnsim, \\gtrapprox, \\gnapprox \\," src="/images/math/d/7/4/d74fd13928904c2d1b8f494a026e58b1.png" />')
---
message: 'Failed to render \gtrsim, \gnsim, \gtrapprox, \gnapprox \,'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \gtrsim, \gnsim, \gtrapprox, \gnapprox \,</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt=" \gtrsim, \gnsim, \gtrapprox, \gnapprox \," src="d74fd13928904c2d1b8f494a026e58b1.png" />'
...
sh: latex: command not found
not ok 202 - Failure: MathCoverageTest::testCoverage with data set #67 ('\\prec, \\nprec, \\preceq, \\npreceq, \\precneqq \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\prec, \\nprec, \\preceq, \\npreceq, \\precneqq \\!" src="/images/math/e/f/d/efd1161f1c5933353120560a5706009b.png" />')
---
message: 'Failed to render \prec, \nprec, \preceq, \npreceq, \precneqq \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \prec, \nprec, \preceq, \npreceq, \precneqq \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\prec, \nprec, \preceq, \npreceq, \precneqq \!" src="efd1161f1c5933353120560a5706009b.png" />'
...
sh: latex: command not found
not ok 203 - Failure: MathCoverageTest::testCoverage with data set #68 ('\\succ, \\nsucc, \\succeq, \\nsucceq, \\succneqq \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\succ, \\nsucc, \\succeq, \\nsucceq, \\succneqq \\!" src="/images/math/f/b/f/fbf129d72470a83b6f94671d3f3c3736.png" />')
---
message: 'Failed to render \succ, \nsucc, \succeq, \nsucceq, \succneqq \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \succ, \nsucc, \succeq, \nsucceq, \succneqq \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\succ, \nsucc, \succeq, \nsucceq, \succneqq \!" src="fbf129d72470a83b6f94671d3f3c3736.png" />'
...
sh: latex: command not found
not ok 204 - Failure: MathCoverageTest::testCoverage with data set #69 ('\\preccurlyeq, \\curlyeqprec \\,', '<img class="mwe-math-fallback-png-inline tex" alt="\\preccurlyeq, \\curlyeqprec \\," src="/images/math/6/1/8/618877a0da3b42786403dd6f89f23cd4.png" />')
---
message: 'Failed to render \preccurlyeq, \curlyeqprec \,'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \preccurlyeq, \curlyeqprec \,</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\preccurlyeq, \curlyeqprec \," src="618877a0da3b42786403dd6f89f23cd4.png" />'
...
sh: latex: command not found
not ok 205 - Failure: MathCoverageTest::testCoverage with data set #70 ('\\succcurlyeq, \\curlyeqsucc \\,', '<img class="mwe-math-fallback-png-inline tex" alt="\\succcurlyeq, \\curlyeqsucc \\," src="/images/math/c/6/2/c62e39463302a563b562ca55a05b427b.png" />')
---
message: 'Failed to render \succcurlyeq, \curlyeqsucc \,'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \succcurlyeq, \curlyeqsucc \,</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\succcurlyeq, \curlyeqsucc \," src="c62e39463302a563b562ca55a05b427b.png" />'
...
sh: latex: command not found
not ok 206 - Failure: MathCoverageTest::testCoverage with data set #71 ('\\precsim, \\precnsim, \\precapprox, \\precnapprox \\,', '<img class="mwe-math-fallback-png-inline tex" alt="\\precsim, \\precnsim, \\precapprox, \\precnapprox \\," src="/images/math/9/4/d/94defc1756f8294cc2126346b99a61a6.png" />')
---
message: 'Failed to render \precsim, \precnsim, \precapprox, \precnapprox \,'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \precsim, \precnsim, \precapprox, \precnapprox \,</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\precsim, \precnsim, \precapprox, \precnapprox \," src="94defc1756f8294cc2126346b99a61a6.png" />'
...
sh: latex: command not found
not ok 207 - Failure: MathCoverageTest::testCoverage with data set #72 ('\\succsim, \\succnsim, \\succapprox, \\succnapprox \\,', '<img class="mwe-math-fallback-png-inline tex" alt="\\succsim, \\succnsim, \\succapprox, \\succnapprox \\," src="/images/math/c/7/d/c7d48d910d1de01a804bcf1e0ef65e1d.png" />')
---
message: 'Failed to render \succsim, \succnsim, \succapprox, \succnapprox \,'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \succsim, \succnsim, \succapprox, \succnapprox \,</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\succsim, \succnsim, \succapprox, \succnapprox \," src="c7d48d910d1de01a804bcf1e0ef65e1d.png" />'
...
sh: latex: command not found
not ok 208 - Failure: MathCoverageTest::testCoverage with data set #73 ('\\parallel, \\nparallel, \\shortparallel, \\nshortparallel \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\parallel, \\nparallel, \\shortparallel, \\nshortparallel \\!" src="/images/math/5/b/0/5b09ecb8b14b1df562a4caf1180c7d29.png" />')
---
message: 'Failed to render \parallel, \nparallel, \shortparallel, \nshortparallel \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \parallel, \nparallel, \shortparallel, \nshortparallel \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\parallel, \nparallel, \shortparallel, \nshortparallel \!" src="5b09ecb8b14b1df562a4caf1180c7d29.png" />'
...
sh: latex: command not found
not ok 209 - Failure: MathCoverageTest::testCoverage with data set #74 ('\\perp, \\angle, \\sphericalangle, \\measuredangle, 45^\\circ \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\perp, \\angle, \\sphericalangle, \\measuredangle, 45^\\circ \\!" src="/images/math/d/d/c/ddc31bfbbe9c00652ee9dfa869cdbd73.png" />')
---
message: 'Failed to render \perp, \angle, \sphericalangle, \measuredangle, 45^\circ \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \perp, \angle, \sphericalangle, \measuredangle, 45^\circ \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\perp, \angle, \sphericalangle, \measuredangle, 45^\circ \!" src="ddc31bfbbe9c00652ee9dfa869cdbd73.png" />'
...
sh: latex: command not found
not ok 210 - Failure: MathCoverageTest::testCoverage with data set #75 ('\\Box, \\blacksquare, \\diamond, \\Diamond \\lozenge, \\blacklozenge, \\bigstar \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\Box, \\blacksquare, \\diamond, \\Diamond \\lozenge, \\blacklozenge, \\bigstar \\!" src="/images/math/b/d/f/bdf723cee9fa064c46b56a76fc90f40f.png" />')
---
message: 'Failed to render \Box, \blacksquare, \diamond, \Diamond \lozenge, \blacklozenge, \bigstar \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Box, \blacksquare, \diamond, \Diamond \lozenge, \blacklozenge, \bigstar \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Box, \blacksquare, \diamond, \Diamond \lozenge, \blacklozenge, \bigstar \!" src="bdf723cee9fa064c46b56a76fc90f40f.png" />'
...
sh: latex: command not found
not ok 211 - Failure: MathCoverageTest::testCoverage with data set #76 ('\\bigcirc, \\triangle \\bigtriangleup, \\bigtriangledown \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\bigcirc, \\triangle \\bigtriangleup, \\bigtriangledown \\!" src="/images/math/a/a/8/aa8038ff0b44c400b3ce49f30bd8640a.png" />')
---
message: 'Failed to render \bigcirc, \triangle \bigtriangleup, \bigtriangledown \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \bigcirc, \triangle \bigtriangleup, \bigtriangledown \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\bigcirc, \triangle \bigtriangleup, \bigtriangledown \!" src="aa8038ff0b44c400b3ce49f30bd8640a.png" />'
...
sh: latex: command not found
not ok 212 - Failure: MathCoverageTest::testCoverage with data set #77 ('\\vartriangle, \\triangledown\\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\vartriangle, \\triangledown\\!" src="/images/math/a/0/c/a0ce77d5ff2eee65687c195a386e2a57.png" />')
---
message: 'Failed to render \vartriangle, \triangledown\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \vartriangle, \triangledown\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\vartriangle, \triangledown\!" src="a0ce77d5ff2eee65687c195a386e2a57.png" />'
...
sh: latex: command not found
not ok 213 - Failure: MathCoverageTest::testCoverage with data set #78 ('\\blacktriangle, \\blacktriangledown, \\blacktriangleleft, \\blacktriangleright \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\blacktriangle, \\blacktriangledown, \\blacktriangleleft, \\blacktriangleright \\!" src="/images/math/f/b/2/fb28c5e57867c70b72ee3ec7767725a2.png" />')
---
message: 'Failed to render \blacktriangle, \blacktriangledown, \blacktriangleleft, \blacktriangleright \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \blacktriangle, \blacktriangledown, \blacktriangleleft, \blacktriangleright \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\blacktriangle, \blacktriangledown, \blacktriangleleft, \blacktriangleright \!" src="fb28c5e57867c70b72ee3ec7767725a2.png" />'
...
sh: latex: command not found
not ok 214 - Failure: MathCoverageTest::testCoverage with data set #79 ('\\forall, \\exists, \\nexists \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\forall, \\exists, \\nexists \\!" src="/images/math/6/8/6/686b55bf8ded08acf37721fa9e289505.png" />')
---
message: 'Failed to render \forall, \exists, \nexists \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \forall, \exists, \nexists \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\forall, \exists, \nexists \!" src="686b55bf8ded08acf37721fa9e289505.png" />'
...
sh: latex: command not found
not ok 215 - Failure: MathCoverageTest::testCoverage with data set #80 ('\\therefore, \\because, \\And \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\therefore, \\because, \\And \\!" src="/images/math/e/1/5/e152ae479d89f44ffcb05f5c0010f977.png" />')
---
message: 'Failed to render \therefore, \because, \And \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \therefore, \because, \And \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\therefore, \because, \And \!" src="e152ae479d89f44ffcb05f5c0010f977.png" />'
...
sh: latex: command not found
not ok 216 - Failure: MathCoverageTest::testCoverage with data set #81 ('\\or \\lor \\vee, \\curlyvee, \\bigvee \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\or \\lor \\vee, \\curlyvee, \\bigvee \\!" src="/images/math/7/3/c/73cb2ef925b7885181d33363b6dc562a.png" />')
---
message: 'Failed to render \or \lor \vee, \curlyvee, \bigvee \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \or \lor \vee, \curlyvee, \bigvee \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\or \lor \vee, \curlyvee, \bigvee \!" src="73cb2ef925b7885181d33363b6dc562a.png" />'
...
sh: latex: command not found
not ok 217 - Failure: MathCoverageTest::testCoverage with data set #82 ('\\and \\land \\wedge, \\curlywedge, \\bigwedge \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\and \\land \\wedge, \\curlywedge, \\bigwedge \\!" src="/images/math/6/b/5/6b5e9b7373ce2c57602dc9dae4c84adb.png" />')
---
message: 'Failed to render \and \land \wedge, \curlywedge, \bigwedge \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \and \land \wedge, \curlywedge, \bigwedge \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\and \land \wedge, \curlywedge, \bigwedge \!" src="6b5e9b7373ce2c57602dc9dae4c84adb.png" />'
...
sh: latex: command not found
not ok 218 - Failure: MathCoverageTest::testCoverage with data set #83 ('\\bar{q}, \\bar{abc}, \\overline{q}, \\overline{abc}, \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\bar{q}, \\bar{abc}, \\overline{q}, \\overline{abc}, \\!" src="/images/math/d/c/b/dcb1a2881216fe505b14faa2f5dd4f0e.png" />')
---
message: 'Failed to render \bar{q}, \bar{abc}, \overline{q}, \overline{abc}, \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \bar{q}, \bar{abc}, \overline{q}, \overline{abc}, \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\bar{q}, \bar{abc}, \overline{q}, \overline{abc}, \!" src="dcb1a2881216fe505b14faa2f5dd4f0e.png" />'
...
sh: latex: command not found
not ok 219 - Failure: MathCoverageTest::testCoverage with data set #84 ('\\lnot \\neg, \\not\\operatorname{R}, \\bot, \\top \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\lnot \\neg, \\not\\operatorname{R}, \\bot, \\top \\!" src="/images/math/9/9/f/99f7d273b7b0b3509afedb5c7f6738a0.png" />')
---
message: 'Failed to render \lnot \neg, \not\operatorname{R}, \bot, \top \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \lnot \neg, \not\operatorname{R}, \bot, \top \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\lnot \neg, \not\operatorname{R}, \bot, \top \!" src="99f7d273b7b0b3509afedb5c7f6738a0.png" />'
...
sh: latex: command not found
not ok 220 - Failure: MathCoverageTest::testCoverage with data set #85 ('\\vdash \\dashv, \\vDash, \\Vdash, \\models \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\vdash \\dashv, \\vDash, \\Vdash, \\models \\!" src="/images/math/c/1/e/c1eec4d326b28c81681be40303f53029.png" />')
---
message: 'Failed to render \vdash \dashv, \vDash, \Vdash, \models \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \vdash \dashv, \vDash, \Vdash, \models \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\vdash \dashv, \vDash, \Vdash, \models \!" src="c1eec4d326b28c81681be40303f53029.png" />'
...
sh: latex: command not found
not ok 221 - Failure: MathCoverageTest::testCoverage with data set #86 ('\\Vvdash \\nvdash \\nVdash \\nvDash \\nVDash \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\Vvdash \\nvdash \\nVdash \\nvDash \\nVDash \\!" src="/images/math/8/9/b/89b4b08896b7110ddb06bf486b6791ec.png" />')
---
message: 'Failed to render \Vvdash \nvdash \nVdash \nvDash \nVDash \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Vvdash \nvdash \nVdash \nvDash \nVDash \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Vvdash \nvdash \nVdash \nvDash \nVDash \!" src="89b4b08896b7110ddb06bf486b6791ec.png" />'
...
sh: latex: command not found
not ok 222 - Failure: MathCoverageTest::testCoverage with data set #87 ('\\ulcorner \\urcorner \\llcorner \\lrcorner \\,', '<img class="mwe-math-fallback-png-inline tex" alt="\\ulcorner \\urcorner \\llcorner \\lrcorner \\," src="/images/math/a/2/1/a21720642028f8a9fe4157c6800f3ba3.png" />')
---
message: 'Failed to render \ulcorner \urcorner \llcorner \lrcorner \,'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \ulcorner \urcorner \llcorner \lrcorner \,</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\ulcorner \urcorner \llcorner \lrcorner \," src="a21720642028f8a9fe4157c6800f3ba3.png" />'
...
sh: latex: command not found
not ok 223 - Failure: MathCoverageTest::testCoverage with data set #88 ('\\Rrightarrow, \\Lleftarrow \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\Rrightarrow, \\Lleftarrow \\!" src="/images/math/c/9/6/c960b376ea9224b684e54d964af456dd.png" />')
---
message: 'Failed to render \Rrightarrow, \Lleftarrow \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Rrightarrow, \Lleftarrow \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Rrightarrow, \Lleftarrow \!" src="c960b376ea9224b684e54d964af456dd.png" />'
...
sh: latex: command not found
not ok 224 - Failure: MathCoverageTest::testCoverage with data set #89 ('\\Rightarrow, \\nRightarrow, \\Longrightarrow \\implies\\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\Rightarrow, \\nRightarrow, \\Longrightarrow \\implies\\!" src="/images/math/3/1/c/31c1448fab538846ac5f11bc2022c176.png" />')
---
message: 'Failed to render \Rightarrow, \nRightarrow, \Longrightarrow \implies\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Rightarrow, \nRightarrow, \Longrightarrow \implies\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Rightarrow, \nRightarrow, \Longrightarrow \implies\!" src="31c1448fab538846ac5f11bc2022c176.png" />'
...
sh: latex: command not found
not ok 225 - Failure: MathCoverageTest::testCoverage with data set #90 ('\\Leftarrow, \\nLeftarrow, \\Longleftarrow \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\Leftarrow, \\nLeftarrow, \\Longleftarrow \\!" src="/images/math/8/4/b/84b1cba7e578ad0ff11d4bf2f22ce2e7.png" />')
---
message: 'Failed to render \Leftarrow, \nLeftarrow, \Longleftarrow \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Leftarrow, \nLeftarrow, \Longleftarrow \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Leftarrow, \nLeftarrow, \Longleftarrow \!" src="84b1cba7e578ad0ff11d4bf2f22ce2e7.png" />'
...
sh: latex: command not found
not ok 226 - Failure: MathCoverageTest::testCoverage with data set #91 ('\\Leftrightarrow, \\nLeftrightarrow, \\Longleftrightarrow \\iff \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\Leftrightarrow, \\nLeftrightarrow, \\Longleftrightarrow \\iff \\!" src="/images/math/7/e/b/7eb8b8e5483e32ff80c2cfcc8255091d.png" />')
---
message: 'Failed to render \Leftrightarrow, \nLeftrightarrow, \Longleftrightarrow \iff \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Leftrightarrow, \nLeftrightarrow, \Longleftrightarrow \iff \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Leftrightarrow, \nLeftrightarrow, \Longleftrightarrow \iff \!" src="7eb8b8e5483e32ff80c2cfcc8255091d.png" />'
...
sh: latex: command not found
not ok 227 - Failure: MathCoverageTest::testCoverage with data set #92 ('\\Uparrow, \\Downarrow, \\Updownarrow \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\Uparrow, \\Downarrow, \\Updownarrow \\!" src="/images/math/7/e/f/7efd0476ba546822fa6059aea7adfec6.png" />')
---
message: 'Failed to render \Uparrow, \Downarrow, \Updownarrow \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Uparrow, \Downarrow, \Updownarrow \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Uparrow, \Downarrow, \Updownarrow \!" src="7efd0476ba546822fa6059aea7adfec6.png" />'
...
sh: latex: command not found
not ok 228 - Failure: MathCoverageTest::testCoverage with data set #93 ('\\rightarrow \\to, \\nrightarrow, \\longrightarrow\\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\rightarrow \\to, \\nrightarrow, \\longrightarrow\\!" src="/images/math/f/1/2/f1274eb98e3631ddde35ce79a1371ccc.png" />')
---
message: 'Failed to render \rightarrow \to, \nrightarrow, \longrightarrow\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \rightarrow \to, \nrightarrow, \longrightarrow\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\rightarrow \to, \nrightarrow, \longrightarrow\!" src="f1274eb98e3631ddde35ce79a1371ccc.png" />'
...
sh: latex: command not found
not ok 229 - Failure: MathCoverageTest::testCoverage with data set #94 ('\\leftarrow \\gets, \\nleftarrow, \\longleftarrow\\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\leftarrow \\gets, \\nleftarrow, \\longleftarrow\\!" src="/images/math/4/1/6/416c117d1c7b30d1f655eff0dd223aa7.png" />')
---
message: 'Failed to render \leftarrow \gets, \nleftarrow, \longleftarrow\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \leftarrow \gets, \nleftarrow, \longleftarrow\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\leftarrow \gets, \nleftarrow, \longleftarrow\!" src="416c117d1c7b30d1f655eff0dd223aa7.png" />'
...
sh: latex: command not found
not ok 230 - Failure: MathCoverageTest::testCoverage with data set #95 ('\\leftrightarrow, \\nleftrightarrow, \\longleftrightarrow \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\leftrightarrow, \\nleftrightarrow, \\longleftrightarrow \\!" src="/images/math/4/c/5/4c589175a17c959876c7843656839055.png" />')
---
message: 'Failed to render \leftrightarrow, \nleftrightarrow, \longleftrightarrow \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \leftrightarrow, \nleftrightarrow, \longleftrightarrow \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\leftrightarrow, \nleftrightarrow, \longleftrightarrow \!" src="4c589175a17c959876c7843656839055.png" />'
...
sh: latex: command not found
not ok 231 - Failure: MathCoverageTest::testCoverage with data set #96 ('\\uparrow, \\downarrow, \\updownarrow \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\uparrow, \\downarrow, \\updownarrow \\!" src="/images/math/9/2/d/92df6c1de62cb4c990943f697dc9d5e9.png" />')
---
message: 'Failed to render \uparrow, \downarrow, \updownarrow \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \uparrow, \downarrow, \updownarrow \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\uparrow, \downarrow, \updownarrow \!" src="92df6c1de62cb4c990943f697dc9d5e9.png" />'
...
sh: latex: command not found
not ok 232 - Failure: MathCoverageTest::testCoverage with data set #97 ('\\nearrow, \\swarrow, \\nwarrow, \\searrow \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\nearrow, \\swarrow, \\nwarrow, \\searrow \\!" src="/images/math/c/0/5/c050f2c2ab90cedc7b277ca59954d607.png" />')
---
message: 'Failed to render \nearrow, \swarrow, \nwarrow, \searrow \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \nearrow, \swarrow, \nwarrow, \searrow \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\nearrow, \swarrow, \nwarrow, \searrow \!" src="c050f2c2ab90cedc7b277ca59954d607.png" />'
...
sh: latex: command not found
not ok 233 - Failure: MathCoverageTest::testCoverage with data set #98 ('\\mapsto, \\longmapsto \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mapsto, \\longmapsto \\!" src="/images/math/f/b/d/fbd64bf3496731549c3adf48abcb6726.png" />')
---
message: 'Failed to render \mapsto, \longmapsto \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mapsto, \longmapsto \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mapsto, \longmapsto \!" src="fbd64bf3496731549c3adf48abcb6726.png" />'
...
sh: latex: command not found
not ok 234 - Failure: MathCoverageTest::testCoverage with data set #99 ('\\rightharpoonup \\rightharpoondown \\leftharpoonup \\leftharpoondown \\upharpoonleft \\upharpoonright \\downharpoonleft \\downharpoonright \\rightleftharpoons \\leftrightharpoons \\,\\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\rightharpoonup \\rightharpoondown \\leftharpoonup \\leftharpoondown \\upharpoonleft \\upharpoonright \\downharpoonleft \\downharpoonright \\rightleftharpoons \\leftrightharpoons \\,\\!" src="/images/math/4/2/2/422d605ad5b47e52b7275a53d9d87499.png" />')
---
message: 'Failed to render \rightharpoonup \rightharpoondown \leftharpoonup \leftharpoondown \upharpoonleft \upharpoonright \downharpoonleft \downharpoonright \rightleftharpoons \leftrightharpoons \,\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \rightharpoonup \rightharpoondown \leftharpoonup \leftharpoondown \upharpoonleft \upharpoonright \downharpoonleft \downharpoonright \rightleftharpoons \leftrightharpoons \,\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\rightharpoonup \rightharpoondown \leftharpoonup \leftharpoondown \upharpoonleft \upharpoonright \downharpoonleft \downharpoonright \rightleftharpoons \leftrightharpoons \,\!" src="422d605ad5b47e52b7275a53d9d87499.png" />'
...
sh: latex: command not found
not ok 235 - Failure: MathCoverageTest::testCoverage with data set #100 ('\\curvearrowleft \\circlearrowleft \\Lsh \\upuparrows \\rightrightarrows \\rightleftarrows \\rightarrowtail \\looparrowright \\,\\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\curvearrowleft \\circlearrowleft \\Lsh \\upuparrows \\rightrightarrows \\rightleftarrows \\rightarrowtail \\looparrowright \\,\\!" src="/images/math/4/9/b/49b807f451f07bd074ece7e0dd1030c0.png" />')
---
message: 'Failed to render \curvearrowleft \circlearrowleft \Lsh \upuparrows \rightrightarrows \rightleftarrows \rightarrowtail \looparrowright \,\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \curvearrowleft \circlearrowleft \Lsh \upuparrows \rightrightarrows \rightleftarrows \rightarrowtail \looparrowright \,\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\curvearrowleft \circlearrowleft \Lsh \upuparrows \rightrightarrows \rightleftarrows \rightarrowtail \looparrowright \,\!" src="49b807f451f07bd074ece7e0dd1030c0.png" />'
...
sh: latex: command not found
not ok 236 - Failure: MathCoverageTest::testCoverage with data set #101 ('\\curvearrowright \\circlearrowright \\Rsh \\downdownarrows \\leftleftarrows \\leftrightarrows \\leftarrowtail \\looparrowleft \\,\\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\curvearrowright \\circlearrowright \\Rsh \\downdownarrows \\leftleftarrows \\leftrightarrows \\leftarrowtail \\looparrowleft \\,\\!" src="/images/math/4/b/d/4bd4fbd2e32aabba593a093331aa5e7a.png" />')
---
message: 'Failed to render \curvearrowright \circlearrowright \Rsh \downdownarrows \leftleftarrows \leftrightarrows \leftarrowtail \looparrowleft \,\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \curvearrowright \circlearrowright \Rsh \downdownarrows \leftleftarrows \leftrightarrows \leftarrowtail \looparrowleft \,\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\curvearrowright \circlearrowright \Rsh \downdownarrows \leftleftarrows \leftrightarrows \leftarrowtail \looparrowleft \,\!" src="4bd4fbd2e32aabba593a093331aa5e7a.png" />'
...
sh: latex: command not found
not ok 237 - Failure: MathCoverageTest::testCoverage with data set #102 ('\\hookrightarrow \\hookleftarrow \\multimap \\leftrightsquigarrow \\rightsquigarrow \\twoheadrightarrow \\twoheadleftarrow \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\hookrightarrow \\hookleftarrow \\multimap \\leftrightsquigarrow \\rightsquigarrow \\twoheadrightarrow \\twoheadleftarrow \\!" src="/images/math/a/d/1/ad1b5e897e1e42b0541f628ba2373316.png" />')
---
message: 'Failed to render \hookrightarrow \hookleftarrow \multimap \leftrightsquigarrow \rightsquigarrow \twoheadrightarrow \twoheadleftarrow \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \hookrightarrow \hookleftarrow \multimap \leftrightsquigarrow \rightsquigarrow \twoheadrightarrow \twoheadleftarrow \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\hookrightarrow \hookleftarrow \multimap \leftrightsquigarrow \rightsquigarrow \twoheadrightarrow \twoheadleftarrow \!" src="ad1b5e897e1e42b0541f628ba2373316.png" />'
...
sh: latex: command not found
not ok 238 - Failure: MathCoverageTest::testCoverage with data set #103 ('\\amalg \\P \\S \\% \\dagger \\ddagger \\ldots \\cdots \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\amalg \\P \\S \\% \\dagger \\ddagger \\ldots \\cdots \\!" src="/images/math/c/e/e/cee34c650af3f8f9d2509ff6a532d72b.png" />')
---
message: 'Failed to render \amalg \P \S \% \dagger \ddagger \ldots \cdots \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \amalg \P \S \% \dagger \ddagger \ldots \cdots \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\amalg \P \S \% \dagger \ddagger \ldots \cdots \!" src="cee34c650af3f8f9d2509ff6a532d72b.png" />'
...
sh: latex: command not found
not ok 239 - Failure: MathCoverageTest::testCoverage with data set #104 ('\\smile \\frown \\wr \\triangleleft \\triangleright\\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\smile \\frown \\wr \\triangleleft \\triangleright\\!" src="/images/math/2/1/a/21ac72c7b055e08569958c900c80fc2c.png" />')
---
message: 'Failed to render \smile \frown \wr \triangleleft \triangleright\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \smile \frown \wr \triangleleft \triangleright\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\smile \frown \wr \triangleleft \triangleright\!" src="21ac72c7b055e08569958c900c80fc2c.png" />'
...
sh: latex: command not found
not ok 240 - Failure: MathCoverageTest::testCoverage with data set #105 ('\\diamondsuit, \\heartsuit, \\clubsuit, \\spadesuit, \\Game, \\flat, \\natural, \\sharp \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\diamondsuit, \\heartsuit, \\clubsuit, \\spadesuit, \\Game, \\flat, \\natural, \\sharp \\!" src="/images/math/0/c/2/0c2b0cc6b1aec3eef3dd4ea2a2577cfd.png" />')
---
message: 'Failed to render \diamondsuit, \heartsuit, \clubsuit, \spadesuit, \Game, \flat, \natural, \sharp \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \diamondsuit, \heartsuit, \clubsuit, \spadesuit, \Game, \flat, \natural, \sharp \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\diamondsuit, \heartsuit, \clubsuit, \spadesuit, \Game, \flat, \natural, \sharp \!" src="0c2b0cc6b1aec3eef3dd4ea2a2577cfd.png" />'
...
sh: latex: command not found
not ok 241 - Failure: MathCoverageTest::testCoverage with data set #106 ('\\diagup \\diagdown \\centerdot \\ltimes \\rtimes \\leftthreetimes \\rightthreetimes \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\diagup \\diagdown \\centerdot \\ltimes \\rtimes \\leftthreetimes \\rightthreetimes \\!" src="/images/math/d/b/4/db4e3633a6cb328d58e994d8902e214c.png" />')
---
message: 'Failed to render \diagup \diagdown \centerdot \ltimes \rtimes \leftthreetimes \rightthreetimes \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \diagup \diagdown \centerdot \ltimes \rtimes \leftthreetimes \rightthreetimes \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\diagup \diagdown \centerdot \ltimes \rtimes \leftthreetimes \rightthreetimes \!" src="db4e3633a6cb328d58e994d8902e214c.png" />'
...
sh: latex: command not found
not ok 242 - Failure: MathCoverageTest::testCoverage with data set #107 ('\\eqcirc \\circeq \\triangleq \\bumpeq \\Bumpeq \\doteqdot \\risingdotseq \\fallingdotseq \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\eqcirc \\circeq \\triangleq \\bumpeq \\Bumpeq \\doteqdot \\risingdotseq \\fallingdotseq \\!" src="/images/math/6/2/1/62167659ee6ffb21c81d130f9444aaeb.png" />')
---
message: 'Failed to render \eqcirc \circeq \triangleq \bumpeq \Bumpeq \doteqdot \risingdotseq \fallingdotseq \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \eqcirc \circeq \triangleq \bumpeq \Bumpeq \doteqdot \risingdotseq \fallingdotseq \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\eqcirc \circeq \triangleq \bumpeq \Bumpeq \doteqdot \risingdotseq \fallingdotseq \!" src="62167659ee6ffb21c81d130f9444aaeb.png" />'
...
sh: latex: command not found
not ok 243 - Failure: MathCoverageTest::testCoverage with data set #108 ('\\intercal \\barwedge \\veebar \\doublebarwedge \\between \\pitchfork \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\intercal \\barwedge \\veebar \\doublebarwedge \\between \\pitchfork \\!" src="/images/math/7/7/c/77c1d9d38e2af63f15deb3bfab0a75e8.png" />')
---
message: 'Failed to render \intercal \barwedge \veebar \doublebarwedge \between \pitchfork \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \intercal \barwedge \veebar \doublebarwedge \between \pitchfork \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\intercal \barwedge \veebar \doublebarwedge \between \pitchfork \!" src="77c1d9d38e2af63f15deb3bfab0a75e8.png" />'
...
sh: latex: command not found
not ok 244 - Failure: MathCoverageTest::testCoverage with data set #109 ('\\vartriangleleft \\ntriangleleft \\vartriangleright \\ntriangleright \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\vartriangleleft \\ntriangleleft \\vartriangleright \\ntriangleright \\!" src="/images/math/2/2/9/22942360063a4b9991511ce68a0461b8.png" />')
---
message: 'Failed to render \vartriangleleft \ntriangleleft \vartriangleright \ntriangleright \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \vartriangleleft \ntriangleleft \vartriangleright \ntriangleright \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\vartriangleleft \ntriangleleft \vartriangleright \ntriangleright \!" src="22942360063a4b9991511ce68a0461b8.png" />'
...
sh: latex: command not found
not ok 245 - Failure: MathCoverageTest::testCoverage with data set #110 ('\\trianglelefteq \\ntrianglelefteq \\trianglerighteq \\ntrianglerighteq \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\trianglelefteq \\ntrianglelefteq \\trianglerighteq \\ntrianglerighteq \\!" src="/images/math/3/1/4/314bd37d48aa31ee670ae3c5c94e4663.png" />')
---
message: 'Failed to render \trianglelefteq \ntrianglelefteq \trianglerighteq \ntrianglerighteq \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \trianglelefteq \ntrianglelefteq \trianglerighteq \ntrianglerighteq \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\trianglelefteq \ntrianglelefteq \trianglerighteq \ntrianglerighteq \!" src="314bd37d48aa31ee670ae3c5c94e4663.png" />'
...
sh: latex: command not found
not ok 246 - Failure: MathCoverageTest::testCoverage with data set #111 ('a^2', '<img class="mwe-math-fallback-png-inline tex" alt="a^2" src="/images/math/a/4/7/a4791fd2e334993453b00d036ab792af.png" />')
---
message: 'Failed to render a^2'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): a^2</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="a^2" src="a4791fd2e334993453b00d036ab792af.png" />'
...
sh: latex: command not found
not ok 247 - Failure: MathCoverageTest::testCoverage with data set #112 ('a_2', '<img class="mwe-math-fallback-png-inline tex" alt="a_2" src="/images/math/0/f/7/0f768ac5d5dea8d93716a27da05871de.png" />')
---
message: 'Failed to render a_2'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): a_2</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="a_2" src="0f768ac5d5dea8d93716a27da05871de.png" />'
...
sh: latex: command not found
not ok 248 - Failure: MathCoverageTest::testCoverage with data set #113 ('10^{30} a^{2+2}', '<img class="mwe-math-fallback-png-inline tex" alt="10^{30} a^{2+2}" src="/images/math/3/2/c/32ca3769f0845a739d1905190921cfbf.png" />')
---
message: 'Failed to render 10^{30} a^{2+2}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): 10^{30} a^{2+2}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="10^{30} a^{2+2}" src="32ca3769f0845a739d1905190921cfbf.png" />'
...
sh: latex: command not found
not ok 249 - Failure: MathCoverageTest::testCoverage with data set #114 ('a_{i,j} b_{f\'}', '<img class="mwe-math-fallback-png-inline tex" alt="a_{i,j} b_{f&#039;}" src="/images/math/0/f/4/0f4147d22d4fd86b0b1ae03159179f75.png" />')
---
message: 'Failed to render a_{i,j} b_{f''}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): a_{i,j} b_{f'}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="a_{i,j} b_{f&#039;}" src="0f4147d22d4fd86b0b1ae03159179f75.png" />'
...
sh: latex: command not found
not ok 250 - Failure: MathCoverageTest::testCoverage with data set #115 ('x_2^3', '<img class="mwe-math-fallback-png-inline tex" alt="x_2^3" src="/images/math/1/d/3/1d368948190fdda83d5a2a398b1c1927.png" />')
---
message: 'Failed to render x_2^3'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): x_2^3</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="x_2^3" src="1d368948190fdda83d5a2a398b1c1927.png" />'
...
sh: latex: command not found
not ok 251 - Failure: MathCoverageTest::testCoverage with data set #116 ('{x_2}^3 \\,\\!', '<img class="mwe-math-fallback-png-inline tex" alt="{x_2}^3 \\,\\!" src="/images/math/a/1/6/a168479afc14eaf30f911f14100be89d.png" />')
---
message: 'Failed to render {x_2}^3 \,\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): {x_2}^3 \,\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="{x_2}^3 \,\!" src="a168479afc14eaf30f911f14100be89d.png" />'
...
sh: latex: command not found
not ok 252 - Failure: MathCoverageTest::testCoverage with data set #117 ('10^{10^{8}}', '<img class="mwe-math-fallback-png-inline tex" alt="10^{10^{8}}" src="/images/math/9/c/6/9c6e0dad7a12f5eb70209bc235df2e3a.png" />')
---
message: 'Failed to render 10^{10^{8}}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): 10^{10^{8}}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="10^{10^{8}}" src="9c6e0dad7a12f5eb70209bc235df2e3a.png" />'
...
sh: latex: command not found
not ok 253 - Failure: MathCoverageTest::testCoverage with data set #118 ('\\sideset{_1^2}{_3^4}\\prod_a^b', '<img class="mwe-math-fallback-png-inline tex" alt="\\sideset{_1^2}{_3^4}\\prod_a^b" src="/images/math/b/d/0/bd00243bd391e7d7401aa59203f59981.png" />')
---
message: 'Failed to render \sideset{_1^2}{_3^4}\prod_a^b'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sideset{_1^2}{_3^4}\prod_a^b</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sideset{_1^2}{_3^4}\prod_a^b" src="bd00243bd391e7d7401aa59203f59981.png" />'
...
sh: latex: command not found
not ok 254 - Failure: MathCoverageTest::testCoverage with data set #119 ('{}_1^2\\!\\Omega_3^4', '<img class="mwe-math-fallback-png-inline tex" alt="{}_1^2\\!\\Omega_3^4" src="/images/math/1/5/b/15ba0b09e81e31854db164051a52502e.png" />')
---
message: 'Failed to render {}_1^2\!\Omega_3^4'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): {}_1^2\!\Omega_3^4</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="{}_1^2\!\Omega_3^4" src="15ba0b09e81e31854db164051a52502e.png" />'
...
sh: latex: command not found
not ok 255 - Failure: MathCoverageTest::testCoverage with data set #120 ('\\overset{\\alpha}{\\omega}', '<img class="mwe-math-fallback-png-inline tex" alt="\\overset{\\alpha}{\\omega}" src="/images/math/f/d/9/fd91a9665d330097d6f847e140a0bf09.png" />')
---
message: 'Failed to render \overset{\alpha}{\omega}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \overset{\alpha}{\omega}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\overset{\alpha}{\omega}" src="fd91a9665d330097d6f847e140a0bf09.png" />'
...
sh: latex: command not found
not ok 256 - Failure: MathCoverageTest::testCoverage with data set #121 ('\\underset{\\alpha}{\\omega}', '<img class="mwe-math-fallback-png-inline tex" alt="\\underset{\\alpha}{\\omega}" src="/images/math/d/7/5/d75cfe5f3b21632bdc8c274d9690a4a6.png" />')
---
message: 'Failed to render \underset{\alpha}{\omega}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \underset{\alpha}{\omega}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\underset{\alpha}{\omega}" src="d75cfe5f3b21632bdc8c274d9690a4a6.png" />'
...
sh: latex: command not found
not ok 257 - Failure: MathCoverageTest::testCoverage with data set #122 ('\\overset{\\alpha}{\\underset{\\gamma}{\\omega}}', '<img class="mwe-math-fallback-png-inline tex" alt="\\overset{\\alpha}{\\underset{\\gamma}{\\omega}}" src="/images/math/a/d/6/ad6263e136435be19ea5761d672622e9.png" />')
---
message: 'Failed to render \overset{\alpha}{\underset{\gamma}{\omega}}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \overset{\alpha}{\underset{\gamma}{\omega}}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\overset{\alpha}{\underset{\gamma}{\omega}}" src="ad6263e136435be19ea5761d672622e9.png" />'
...
sh: latex: command not found
not ok 258 - Failure: MathCoverageTest::testCoverage with data set #123 ('\\stackrel{\\alpha}{\\omega}', '<img class="mwe-math-fallback-png-inline tex" alt="\\stackrel{\\alpha}{\\omega}" src="/images/math/d/e/5/de51915eed5826ec13b061539f249359.png" />')
---
message: 'Failed to render \stackrel{\alpha}{\omega}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \stackrel{\alpha}{\omega}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\stackrel{\alpha}{\omega}" src="de51915eed5826ec13b061539f249359.png" />'
...
sh: latex: command not found
not ok 259 - Failure: MathCoverageTest::testCoverage with data set #124 ('x\', y\'\', f\', f\'\'', '<img class="mwe-math-fallback-png-inline tex" alt="x&#039;, y&#039;&#039;, f&#039;, f&#039;&#039;" src="/images/math/3/8/1/38198fd7fa831b8cca706fe92505c726.png" />')
---
message: 'Failed to render x'', y'''', f'', f'''''
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): x', y'', f', f''</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="x&#039;, y&#039;&#039;, f&#039;, f&#039;&#039;" src="38198fd7fa831b8cca706fe92505c726.png" />'
...
sh: latex: command not found
not ok 260 - Failure: MathCoverageTest::testCoverage with data set #125 ('x^\\prime, y^{\\prime\\prime}', '<img class="mwe-math-fallback-png-inline tex" alt="x^\\prime, y^{\\prime\\prime}" src="/images/math/3/f/8/3f8892c43f66700333f11c45029e30ac.png" />')
---
message: 'Failed to render x^\prime, y^{\prime\prime}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): x^\prime, y^{\prime\prime}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="x^\prime, y^{\prime\prime}" src="3f8892c43f66700333f11c45029e30ac.png" />'
...
sh: latex: command not found
not ok 261 - Failure: MathCoverageTest::testCoverage with data set #126 ('\\dot{x}, \\ddot{x}', '<img class="mwe-math-fallback-png-inline tex" alt="\\dot{x}, \\ddot{x}" src="/images/math/2/8/c/28c4f624dc02d1e01adde0928c45ff07.png" />')
---
message: 'Failed to render \dot{x}, \ddot{x}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \dot{x}, \ddot{x}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\dot{x}, \ddot{x}" src="28c4f624dc02d1e01adde0928c45ff07.png" />'
...
sh: latex: command not found
not ok 262 - Failure: MathCoverageTest::testCoverage with data set #127 (' \\hat a \\ \\bar b \\ \\vec c', '<img class="mwe-math-fallback-png-inline tex" alt=" \\hat a \\ \\bar b \\ \\vec c" src="/images/math/9/3/f/93f5427e14ad2339f6905e1141f52d38.png" />')
---
message: 'Failed to render \hat a \ \bar b \ \vec c'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \hat a \ \bar b \ \vec c</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt=" \hat a \ \bar b \ \vec c" src="93f5427e14ad2339f6905e1141f52d38.png" />'
...
sh: latex: command not found
not ok 263 - Failure: MathCoverageTest::testCoverage with data set #128 (' \\overrightarrow{a b} \\ \\overleftarrow{c d} \\ \\widehat{d e f}', '<img class="mwe-math-fallback-png-inline tex" alt=" \\overrightarrow{a b} \\ \\overleftarrow{c d} \\ \\widehat{d e f}" src="/images/math/1/2/e/12e159cc1c8699d116a85ef715af3951.png" />')
---
message: 'Failed to render \overrightarrow{a b} \ \overleftarrow{c d} \ \widehat{d e f}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \overrightarrow{a b} \ \overleftarrow{c d} \ \widehat{d e f}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt=" \overrightarrow{a b} \ \overleftarrow{c d} \ \widehat{d e f}" src="12e159cc1c8699d116a85ef715af3951.png" />'
...
sh: latex: command not found
not ok 264 - Failure: MathCoverageTest::testCoverage with data set #129 (' \\overline{g h i} \\ \\underline{j k l}', '<img class="mwe-math-fallback-png-inline tex" alt=" \\overline{g h i} \\ \\underline{j k l}" src="/images/math/2/d/c/2dc44edf7a2bdedf2e01e6622e15d695.png" />')
---
message: 'Failed to render \overline{g h i} \ \underline{j k l}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \overline{g h i} \ \underline{j k l}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt=" \overline{g h i} \ \underline{j k l}" src="2dc44edf7a2bdedf2e01e6622e15d695.png" />'
...
sh: latex: command not found
not ok 265 - Failure: MathCoverageTest::testCoverage with data set #130 ('\\overset{\\frown} {AB}', '<img class="mwe-math-fallback-png-inline tex" alt="\\overset{\\frown} {AB}" src="/images/math/8/7/4/8748475980cbfc9c9028b4b298d2f438.png" />')
---
message: 'Failed to render \overset{\frown} {AB}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \overset{\frown} {AB}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\overset{\frown} {AB}" src="8748475980cbfc9c9028b4b298d2f438.png" />'
...
sh: latex: command not found
not ok 266 - Failure: MathCoverageTest::testCoverage with data set #131 (' A \\xleftarrow{n+\\mu-1} B \\xrightarrow[T]{n\\pm i-1} C', '<img class="mwe-math-fallback-png-inline tex" alt=" A \\xleftarrow{n+\\mu-1} B \\xrightarrow[T]{n\\pm i-1} C" src="/images/math/c/e/5/ce50e9216ca80ae92251cbdeea7ce134.png" />')
---
message: 'Failed to render A \xleftarrow{n+\mu-1} B \xrightarrow[T]{n\pm i-1} C'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): A \xleftarrow{n+\mu-1} B \xrightarrow[T]{n\pm i-1} C</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt=" A \xleftarrow{n+\mu-1} B \xrightarrow[T]{n\pm i-1} C" src="ce50e9216ca80ae92251cbdeea7ce134.png" />'
...
sh: latex: command not found
not ok 267 - Failure: MathCoverageTest::testCoverage with data set #132 ('\\overbrace{ 1+2+\\cdots+100 }^{5050}', '<img class="mwe-math-fallback-png-inline tex" alt="\\overbrace{ 1+2+\\cdots+100 }^{5050}" src="/images/math/8/1/3/813e812891b31b2b02178327fd69fdb9.png" />')
---
message: 'Failed to render \overbrace{ 1+2+\cdots+100 }^{5050}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \overbrace{ 1+2+\cdots+100 }^{5050}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\overbrace{ 1+2+\cdots+100 }^{5050}" src="813e812891b31b2b02178327fd69fdb9.png" />'
...
sh: latex: command not found
not ok 268 - Failure: MathCoverageTest::testCoverage with data set #133 ('\\underbrace{ a+b+\\cdots+z }_{26}', '<img class="mwe-math-fallback-png-inline tex" alt="\\underbrace{ a+b+\\cdots+z }_{26}" src="/images/math/f/1/d/f1da0064e0dba6c5951d44e07e191c5a.png" />')
---
message: 'Failed to render \underbrace{ a+b+\cdots+z }_{26}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \underbrace{ a+b+\cdots+z }_{26}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\underbrace{ a+b+\cdots+z }_{26}" src="f1da0064e0dba6c5951d44e07e191c5a.png" />'
...
sh: latex: command not found
not ok 269 - Failure: MathCoverageTest::testCoverage with data set #134 ('\\sum_{k=1}^N k^2', '<img class="mwe-math-fallback-png-inline tex" alt="\\sum_{k=1}^N k^2" src="/images/math/3/1/8/3187b0dd4e53e474d81e26f775c1cdfa.png" />')
---
message: 'Failed to render \sum_{k=1}^N k^2'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sum_{k=1}^N k^2</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sum_{k=1}^N k^2" src="3187b0dd4e53e474d81e26f775c1cdfa.png" />'
...
sh: latex: command not found
not ok 270 - Failure: MathCoverageTest::testCoverage with data set #135 ('\\textstyle \\sum_{k=1}^N k^2', '<img class="mwe-math-fallback-png-inline tex" alt="\\textstyle \\sum_{k=1}^N k^2" src="/images/math/e/e/6/ee6fd1bafe0faa5913e5cf53d90096fa.png" />')
---
message: 'Failed to render \textstyle \sum_{k=1}^N k^2'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \textstyle \sum_{k=1}^N k^2</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\textstyle \sum_{k=1}^N k^2" src="ee6fd1bafe0faa5913e5cf53d90096fa.png" />'
...
sh: latex: command not found
not ok 271 - Failure: MathCoverageTest::testCoverage with data set #136 ('\\frac{\\sum_{k=1}^N k^2}{a}', '<img class="mwe-math-fallback-png-inline tex" alt="\\frac{\\sum_{k=1}^N k^2}{a}" src="/images/math/e/4/b/e4b2e0205d7b4bc8dfdd8bfb4fa6986e.png" />')
---
message: 'Failed to render \frac{\sum_{k=1}^N k^2}{a}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \frac{\sum_{k=1}^N k^2}{a}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\frac{\sum_{k=1}^N k^2}{a}" src="e4b2e0205d7b4bc8dfdd8bfb4fa6986e.png" />'
...
sh: latex: command not found
not ok 272 - Failure: MathCoverageTest::testCoverage with data set #137 ('\\frac{\\displaystyle \\sum_{k=1}^N k^2}{a}', '<img class="mwe-math-fallback-png-inline tex" alt="\\frac{\\displaystyle \\sum_{k=1}^N k^2}{a}" src="/images/math/8/c/1/8c1e37db35417fd592a89614b954327d.png" />')
---
message: 'Failed to render \frac{\displaystyle \sum_{k=1}^N k^2}{a}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \frac{\displaystyle \sum_{k=1}^N k^2}{a}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\frac{\displaystyle \sum_{k=1}^N k^2}{a}" src="8c1e37db35417fd592a89614b954327d.png" />'
...
sh: latex: command not found
not ok 273 - Failure: MathCoverageTest::testCoverage with data set #138 ('\\frac{\\sum\\limits^{^N}_{k=1} k^2}{a}', '<img class="mwe-math-fallback-png-inline tex" alt="\\frac{\\sum\\limits^{^N}_{k=1} k^2}{a}" src="/images/math/f/6/e/f6e3e304b3ee1d87ebb949075e8839e4.png" />')
---
message: 'Failed to render \frac{\sum\limits^{^N}_{k=1} k^2}{a}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \frac{\sum\limits^{^N}_{k=1} k^2}{a}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\frac{\sum\limits^{^N}_{k=1} k^2}{a}" src="f6e3e304b3ee1d87ebb949075e8839e4.png" />'
...
sh: latex: command not found
not ok 274 - Failure: MathCoverageTest::testCoverage with data set #139 ('\\prod_{i=1}^N x_i', '<img class="mwe-math-fallback-png-inline tex" alt="\\prod_{i=1}^N x_i" src="/images/math/f/2/b/f2be40a3bca3b9cc59559468999c5a9d.png" />')
---
message: 'Failed to render \prod_{i=1}^N x_i'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \prod_{i=1}^N x_i</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\prod_{i=1}^N x_i" src="f2be40a3bca3b9cc59559468999c5a9d.png" />'
...
sh: latex: command not found
not ok 275 - Failure: MathCoverageTest::testCoverage with data set #140 ('\\textstyle \\prod_{i=1}^N x_i', '<img class="mwe-math-fallback-png-inline tex" alt="\\textstyle \\prod_{i=1}^N x_i" src="/images/math/6/5/b/65b9b87b09704b4e4301e774de4c57ae.png" />')
---
message: 'Failed to render \textstyle \prod_{i=1}^N x_i'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \textstyle \prod_{i=1}^N x_i</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\textstyle \prod_{i=1}^N x_i" src="65b9b87b09704b4e4301e774de4c57ae.png" />'
...
sh: latex: command not found
not ok 276 - Failure: MathCoverageTest::testCoverage with data set #141 ('\\coprod_{i=1}^N x_i', '<img class="mwe-math-fallback-png-inline tex" alt="\\coprod_{i=1}^N x_i" src="/images/math/d/6/8/d684b776e6e99aaa14db27115904c5bf.png" />')
---
message: 'Failed to render \coprod_{i=1}^N x_i'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \coprod_{i=1}^N x_i</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\coprod_{i=1}^N x_i" src="d684b776e6e99aaa14db27115904c5bf.png" />'
...
sh: latex: command not found
not ok 277 - Failure: MathCoverageTest::testCoverage with data set #142 ('\\textstyle \\coprod_{i=1}^N x_i', '<img class="mwe-math-fallback-png-inline tex" alt="\\textstyle \\coprod_{i=1}^N x_i" src="/images/math/1/4/a/14a11d376f41516ee499e2830f056523.png" />')
---
message: 'Failed to render \textstyle \coprod_{i=1}^N x_i'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \textstyle \coprod_{i=1}^N x_i</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\textstyle \coprod_{i=1}^N x_i" src="14a11d376f41516ee499e2830f056523.png" />'
...
sh: latex: command not found
not ok 278 - Failure: MathCoverageTest::testCoverage with data set #143 ('\\lim_{n \\to \\infty}x_n', '<img class="mwe-math-fallback-png-inline tex" alt="\\lim_{n \\to \\infty}x_n" src="/images/math/f/6/4/f64f3526ec6d389a67c3e13dbf609dc9.png" />')
---
message: 'Failed to render \lim_{n \to \infty}x_n'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \lim_{n \to \infty}x_n</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\lim_{n \to \infty}x_n" src="f64f3526ec6d389a67c3e13dbf609dc9.png" />'
...
sh: latex: command not found
not ok 279 - Failure: MathCoverageTest::testCoverage with data set #144 ('\\textstyle \\lim_{n \\to \\infty}x_n', '<img class="mwe-math-fallback-png-inline tex" alt="\\textstyle \\lim_{n \\to \\infty}x_n" src="/images/math/1/c/0/1c00b7e0e828c0f44e484919b9e0174e.png" />')
---
message: 'Failed to render \textstyle \lim_{n \to \infty}x_n'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \textstyle \lim_{n \to \infty}x_n</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\textstyle \lim_{n \to \infty}x_n" src="1c00b7e0e828c0f44e484919b9e0174e.png" />'
...
sh: latex: command not found
not ok 280 - Failure: MathCoverageTest::testCoverage with data set #145 ('\\int\\limits_{1}^{3}\\frac{e^3/x}{x^2}\\, dx', '<img class="mwe-math-fallback-png-inline tex" alt="\\int\\limits_{1}^{3}\\frac{e^3/x}{x^2}\\, dx" src="/images/math/4/0/7/40764d04d428b630657f305cba34c985.png" />')
---
message: 'Failed to render \int\limits_{1}^{3}\frac{e^3/x}{x^2}\, dx'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \int\limits_{1}^{3}\frac{e^3/x}{x^2}\, dx</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\int\limits_{1}^{3}\frac{e^3/x}{x^2}\, dx" src="40764d04d428b630657f305cba34c985.png" />'
...
sh: latex: command not found
not ok 281 - Failure: MathCoverageTest::testCoverage with data set #146 ('\\int_{1}^{3}\\frac{e^3/x}{x^2}\\, dx', '<img class="mwe-math-fallback-png-inline tex" alt="\\int_{1}^{3}\\frac{e^3/x}{x^2}\\, dx" src="/images/math/d/5/e/d5e7d8bdc59d07349b3966578895a93f.png" />')
---
message: 'Failed to render \int_{1}^{3}\frac{e^3/x}{x^2}\, dx'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \int_{1}^{3}\frac{e^3/x}{x^2}\, dx</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\int_{1}^{3}\frac{e^3/x}{x^2}\, dx" src="d5e7d8bdc59d07349b3966578895a93f.png" />'
...
sh: latex: command not found
not ok 282 - Failure: MathCoverageTest::testCoverage with data set #147 ('\\textstyle \\int\\limits_{-N}^{N} e^x\\, dx', '<img class="mwe-math-fallback-png-inline tex" alt="\\textstyle \\int\\limits_{-N}^{N} e^x\\, dx" src="/images/math/9/1/9/9194fdfb9704fa475c5ae486a56041ea.png" />')
---
message: 'Failed to render \textstyle \int\limits_{-N}^{N} e^x\, dx'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \textstyle \int\limits_{-N}^{N} e^x\, dx</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\textstyle \int\limits_{-N}^{N} e^x\, dx" src="9194fdfb9704fa475c5ae486a56041ea.png" />'
...
sh: latex: command not found
not ok 283 - Failure: MathCoverageTest::testCoverage with data set #148 ('\\textstyle \\int_{-N}^{N} e^x\\, dx', '<img class="mwe-math-fallback-png-inline tex" alt="\\textstyle \\int_{-N}^{N} e^x\\, dx" src="/images/math/1/7/2/1726000a5a8e3c02cea114e5b545941c.png" />')
---
message: 'Failed to render \textstyle \int_{-N}^{N} e^x\, dx'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \textstyle \int_{-N}^{N} e^x\, dx</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\textstyle \int_{-N}^{N} e^x\, dx" src="1726000a5a8e3c02cea114e5b545941c.png" />'
...
sh: latex: command not found
not ok 284 - Failure: MathCoverageTest::testCoverage with data set #149 ('\\iint\\limits_D \\, dx\\,dy', '<img class="mwe-math-fallback-png-inline tex" alt="\\iint\\limits_D \\, dx\\,dy" src="/images/math/4/a/b/4abac8d616c5670900504ddce25a4a4b.png" />')
---
message: 'Failed to render \iint\limits_D \, dx\,dy'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \iint\limits_D \, dx\,dy</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\iint\limits_D \, dx\,dy" src="4abac8d616c5670900504ddce25a4a4b.png" />'
...
sh: latex: command not found
not ok 285 - Failure: MathCoverageTest::testCoverage with data set #150 ('\\iiint\\limits_E \\, dx\\,dy\\,dz', '<img class="mwe-math-fallback-png-inline tex" alt="\\iiint\\limits_E \\, dx\\,dy\\,dz" src="/images/math/6/e/9/6e9a4e709d965b32de1ab3d16aca388a.png" />')
---
message: 'Failed to render \iiint\limits_E \, dx\,dy\,dz'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \iiint\limits_E \, dx\,dy\,dz</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\iiint\limits_E \, dx\,dy\,dz" src="6e9a4e709d965b32de1ab3d16aca388a.png" />'
...
sh: latex: command not found
not ok 286 - Failure: MathCoverageTest::testCoverage with data set #151 ('\\iiiint\\limits_F \\, dx\\,dy\\,dz\\,dt', '<img class="mwe-math-fallback-png-inline tex" alt="\\iiiint\\limits_F \\, dx\\,dy\\,dz\\,dt" src="/images/math/4/9/0/49005f50f3ba2dfade3a265ebe363ee9.png" />')
---
message: 'Failed to render \iiiint\limits_F \, dx\,dy\,dz\,dt'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \iiiint\limits_F \, dx\,dy\,dz\,dt</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\iiiint\limits_F \, dx\,dy\,dz\,dt" src="49005f50f3ba2dfade3a265ebe363ee9.png" />'
...
sh: latex: command not found
not ok 287 - Failure: MathCoverageTest::testCoverage with data set #152 ('\\int_{(x,y)\\in C} x^3\\, dx + 4y^2\\, dy', '<img class="mwe-math-fallback-png-inline tex" alt="\\int_{(x,y)\\in C} x^3\\, dx + 4y^2\\, dy" src="/images/math/c/f/c/cfcc65ff7c8970aac316f359a9aaf928.png" />')
---
message: 'Failed to render \int_{(x,y)\in C} x^3\, dx + 4y^2\, dy'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \int_{(x,y)\in C} x^3\, dx + 4y^2\, dy</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\int_{(x,y)\in C} x^3\, dx + 4y^2\, dy" src="cfcc65ff7c8970aac316f359a9aaf928.png" />'
...
sh: latex: command not found
not ok 288 - Failure: MathCoverageTest::testCoverage with data set #153 ('\\oint_{(x,y)\\in C} x^3\\, dx + 4y^2\\, dy', '<img class="mwe-math-fallback-png-inline tex" alt="\\oint_{(x,y)\\in C} x^3\\, dx + 4y^2\\, dy" src="/images/math/d/6/c/d6c5bf8e05426a4b56804937b9ffb559.png" />')
---
message: 'Failed to render \oint_{(x,y)\in C} x^3\, dx + 4y^2\, dy'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \oint_{(x,y)\in C} x^3\, dx + 4y^2\, dy</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\oint_{(x,y)\in C} x^3\, dx + 4y^2\, dy" src="d6c5bf8e05426a4b56804937b9ffb559.png" />'
...
sh: latex: command not found
not ok 289 - Failure: MathCoverageTest::testCoverage with data set #154 ('\\bigcap_{i=_1}^n E_i', '<img class="mwe-math-fallback-png-inline tex" alt="\\bigcap_{i=_1}^n E_i" src="/images/math/8/3/d/83d87c98d958c7c2db86180b49230b65.png" />')
---
message: 'Failed to render \bigcap_{i=_1}^n E_i'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \bigcap_{i=_1}^n E_i</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\bigcap_{i=_1}^n E_i" src="83d87c98d958c7c2db86180b49230b65.png" />'
...
sh: latex: command not found
not ok 290 - Failure: MathCoverageTest::testCoverage with data set #155 ('\\bigcup_{i=_1}^n E_i', '<img class="mwe-math-fallback-png-inline tex" alt="\\bigcup_{i=_1}^n E_i" src="/images/math/e/6/4/e6409717ec9d63567a34f9d1173ce2ae.png" />')
---
message: 'Failed to render \bigcup_{i=_1}^n E_i'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \bigcup_{i=_1}^n E_i</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\bigcup_{i=_1}^n E_i" src="e6409717ec9d63567a34f9d1173ce2ae.png" />'
...
sh: latex: command not found
not ok 291 - Failure: MathCoverageTest::testCoverage with data set #156 ('\\frac{2}{4}=0.5', '<img class="mwe-math-fallback-png-inline tex" alt="\\frac{2}{4}=0.5" src="/images/math/4/6/d/46dc0b34e0ab4e944a437720a4431d6c.png" />')
---
message: 'Failed to render \frac{2}{4}=0.5'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \frac{2}{4}=0.5</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\frac{2}{4}=0.5" src="46dc0b34e0ab4e944a437720a4431d6c.png" />'
...
sh: latex: command not found
not ok 292 - Failure: MathCoverageTest::testCoverage with data set #157 ('\\tfrac{2}{4} = 0.5', '<img class="mwe-math-fallback-png-inline tex" alt="\\tfrac{2}{4} = 0.5" src="/images/math/2/8/4/284667fc4a92790093aa59b61b3667a0.png" />')
---
message: 'Failed to render \tfrac{2}{4} = 0.5'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \tfrac{2}{4} = 0.5</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\tfrac{2}{4} = 0.5" src="284667fc4a92790093aa59b61b3667a0.png" />'
...
sh: latex: command not found
not ok 293 - Failure: MathCoverageTest::testCoverage with data set #158 ('\\dfrac{2}{4} = 0.5 \\qquad \\dfrac{2}{c + \\dfrac{2}{d + \\dfrac{2}{4}}} = a', '<img class="mwe-math-fallback-png-inline tex" alt="\\dfrac{2}{4} = 0.5 \\qquad \\dfrac{2}{c + \\dfrac{2}{d + \\dfrac{2}{4}}} = a" src="/images/math/5/a/3/5a37ae94a95c7dd603c20cd4fbe8d9e9.png" />')
---
message: 'Failed to render \dfrac{2}{4} = 0.5 \qquad \dfrac{2}{c + \dfrac{2}{d + \dfrac{2}{4}}} = a'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \dfrac{2}{4} = 0.5 \qquad \dfrac{2}{c + \dfrac{2}{d + \dfrac{2}{4}}} = a</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\dfrac{2}{4} = 0.5 \qquad \dfrac{2}{c + \dfrac{2}{d + \dfrac{2}{4}}} = a" src="5a37ae94a95c7dd603c20cd4fbe8d9e9.png" />'
...
sh: latex: command not found
not ok 294 - Failure: MathCoverageTest::testCoverage with data set #159 ('\\cfrac{2}{c + \\cfrac{2}{d + \\cfrac{2}{4}}} = a', '<img class="mwe-math-fallback-png-inline tex" alt="\\cfrac{2}{c + \\cfrac{2}{d + \\cfrac{2}{4}}} = a" src="/images/math/6/d/0/6d099c02b3faf73f9320656217415906.png" />')
---
message: 'Failed to render \cfrac{2}{c + \cfrac{2}{d + \cfrac{2}{4}}} = a'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \cfrac{2}{c + \cfrac{2}{d + \cfrac{2}{4}}} = a</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\cfrac{2}{c + \cfrac{2}{d + \cfrac{2}{4}}} = a" src="6d099c02b3faf73f9320656217415906.png" />'
...
sh: latex: command not found
not ok 295 - Failure: MathCoverageTest::testCoverage with data set #160 ('\\cfrac{x}{1 + \\cfrac{\\cancel{y}}{\\cancel{y}}} = \\cfrac{x}{2}', '<img class="mwe-math-fallback-png-inline tex" alt="\\cfrac{x}{1 + \\cfrac{\\cancel{y}}{\\cancel{y}}} = \\cfrac{x}{2}" src="/images/math/f/a/0/fa001cd2dd438152e45a44591f235148.png" />')
---
message: 'Failed to render \cfrac{x}{1 + \cfrac{\cancel{y}}{\cancel{y}}} = \cfrac{x}{2}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \cfrac{x}{1 + \cfrac{\cancel{y}}{\cancel{y}}} = \cfrac{x}{2}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\cfrac{x}{1 + \cfrac{\cancel{y}}{\cancel{y}}} = \cfrac{x}{2}" src="fa001cd2dd438152e45a44591f235148.png" />'
...
sh: latex: command not found
not ok 296 - Failure: MathCoverageTest::testCoverage with data set #161 ('\\binom{n}{k}', '<img class="mwe-math-fallback-png-inline tex" alt="\\binom{n}{k}" src="/images/math/6/b/2/6b2be63a1b8e310465d1b538e2d7d71b.png" />')
---
message: 'Failed to render \binom{n}{k}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \binom{n}{k}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\binom{n}{k}" src="6b2be63a1b8e310465d1b538e2d7d71b.png" />'
...
sh: latex: command not found
not ok 297 - Failure: MathCoverageTest::testCoverage with data set #162 ('\\tbinom{n}{k}', '<img class="mwe-math-fallback-png-inline tex" alt="\\tbinom{n}{k}" src="/images/math/8/4/8/8482b29cc0af31fa35ff6bf04200b265.png" />')
---
message: 'Failed to render \tbinom{n}{k}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \tbinom{n}{k}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\tbinom{n}{k}" src="8482b29cc0af31fa35ff6bf04200b265.png" />'
...
sh: latex: command not found
not ok 298 - Failure: MathCoverageTest::testCoverage with data set #163 ('\\dbinom{n}{k}', '<img class="mwe-math-fallback-png-inline tex" alt="\\dbinom{n}{k}" src="/images/math/c/4/4/c44601a9dbb85dfb88868c14dc54c8ef.png" />')
---
message: 'Failed to render \dbinom{n}{k}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \dbinom{n}{k}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\dbinom{n}{k}" src="c44601a9dbb85dfb88868c14dc54c8ef.png" />'
...
sh: latex: command not found
not ok 299 - Failure: MathCoverageTest::testCoverage with data set #164 ('\\begin{matrix} x & y \\\\ z & v
\\end{matrix}', '<img class="mwe-math-fallback-png-inline tex" alt="\\begin{matrix} x &amp; y \\\\ z &amp; v&#10;\\end{matrix}" src="/images/math/b/9/9/b99890966e1b997497211428f8e3419d.png" />')
---
message: 'Failed to render \begin{matrix} x & y \\ z & v'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \begin{matrix} x &amp; y \\ z &amp; v \end{matrix}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\begin{matrix} x &amp; y \\ z &amp; v&#10;\end{matrix}" src="b99890966e1b997497211428f8e3419d.png" />'
...
sh: latex: command not found
not ok 300 - Failure: MathCoverageTest::testCoverage with data set #165 ('\\begin{vmatrix} x & y \\\\ z & v
\\end{vmatrix}', '<img class="mwe-math-fallback-png-inline tex" alt="\\begin{vmatrix} x &amp; y \\\\ z &amp; v&#10;\\end{vmatrix}" src="/images/math/9/2/b/92b8f0e57848a80b4babd2ba93775370.png" />')
---
message: 'Failed to render \begin{vmatrix} x & y \\ z & v'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \begin{vmatrix} x &amp; y \\ z &amp; v \end{vmatrix}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\begin{vmatrix} x &amp; y \\ z &amp; v&#10;\end{vmatrix}" src="92b8f0e57848a80b4babd2ba93775370.png" />'
...
sh: latex: command not found
not ok 301 - Failure: MathCoverageTest::testCoverage with data set #166 ('\\begin{Vmatrix} x & y \\\\ z & v
\\end{Vmatrix}', '<img class="mwe-math-fallback-png-inline tex" alt="\\begin{Vmatrix} x &amp; y \\\\ z &amp; v&#10;\\end{Vmatrix}" src="/images/math/b/b/a/bba5bfd11057dbb202307584eed8f2dc.png" />')
---
message: 'Failed to render \begin{Vmatrix} x & y \\ z & v'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \begin{Vmatrix} x &amp; y \\ z &amp; v \end{Vmatrix}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\begin{Vmatrix} x &amp; y \\ z &amp; v&#10;\end{Vmatrix}" src="bba5bfd11057dbb202307584eed8f2dc.png" />'
...
sh: latex: command not found
not ok 302 - Failure: MathCoverageTest::testCoverage with data set #167 ('\\begin{bmatrix} 0 & \\cdots & 0 \\\\ \\vdots
& \\ddots & \\vdots \\\\ 0 & \\cdots &
0\\end{bmatrix} ', '<img class="mwe-math-fallback-png-inline tex" alt="\\begin{bmatrix} 0 &amp; \\cdots &amp; 0 \\\\ \\vdots&#10;&amp; \\ddots &amp; \\vdots \\\\ 0 &amp; \\cdots &amp;&#10;0\\end{bmatrix} " src="/images/math/8/1/a/81a12a09ac84853e3d25323b8643c630.png" />')
---
message: 'Failed to render \begin{bmatrix} 0 & \cdots & 0 \\ \vdots'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \begin{bmatrix} 0 &amp; \cdots &amp; 0 \\ \vdots &amp; \ddots &amp; \vdots \\ 0 &amp; \cdots &amp; 0\end{bmatrix} </strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\begin{bmatrix} 0 &amp; \cdots &amp; 0 \\ \vdots&#10;&amp; \ddots &amp; \vdots \\ 0 &amp; \cdots &amp;&#10;0\end{bmatrix} " src="81a12a09ac84853e3d25323b8643c630.png" />'
...
sh: latex: command not found
not ok 303 - Failure: MathCoverageTest::testCoverage with data set #168 ('\\begin{Bmatrix} x & y \\\\ z & v
\\end{Bmatrix}', '<img class="mwe-math-fallback-png-inline tex" alt="\\begin{Bmatrix} x &amp; y \\\\ z &amp; v&#10;\\end{Bmatrix}" src="/images/math/b/f/7/bf7244e2842c8a7d55892e229560d5c1.png" />')
---
message: 'Failed to render \begin{Bmatrix} x & y \\ z & v'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \begin{Bmatrix} x &amp; y \\ z &amp; v \end{Bmatrix}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\begin{Bmatrix} x &amp; y \\ z &amp; v&#10;\end{Bmatrix}" src="bf7244e2842c8a7d55892e229560d5c1.png" />'
...
sh: latex: command not found
not ok 304 - Failure: MathCoverageTest::testCoverage with data set #169 ('\\begin{pmatrix} x & y \\\\ z & v
\\end{pmatrix}', '<img class="mwe-math-fallback-png-inline tex" alt="\\begin{pmatrix} x &amp; y \\\\ z &amp; v&#10;\\end{pmatrix}" src="/images/math/4/4/4/444df88e616def4e275b4e920c7b872e.png" />')
---
message: 'Failed to render \begin{pmatrix} x & y \\ z & v'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \begin{pmatrix} x &amp; y \\ z &amp; v \end{pmatrix}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\begin{pmatrix} x &amp; y \\ z &amp; v&#10;\end{pmatrix}" src="444df88e616def4e275b4e920c7b872e.png" />'
...
sh: latex: command not found
not ok 305 - Failure: MathCoverageTest::testCoverage with data set #170 ('
\\bigl( \\begin{smallmatrix}
a&b\\\\ c&d
\\end{smallmatrix} \\bigr)
', '<img class="mwe-math-fallback-png-inline tex" alt="&#10;\\bigl( \\begin{smallmatrix}&#10;a&amp;b\\\\ c&amp;d&#10;\\end{smallmatrix} \\bigr)&#10;" src="/images/math/c/d/4/cd49bbc188dce0f93fef57312af5a106.png" />')
---
message: 'Failed to render '
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \bigl( \begin{smallmatrix} a&amp;b\\ c&amp;d \end{smallmatrix} \bigr) </strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="&#10;\bigl( \begin{smallmatrix}&#10;a&amp;b\\ c&amp;d&#10;\end{smallmatrix} \bigr)&#10;" src="cd49bbc188dce0f93fef57312af5a106.png" />'
...
sh: latex: command not found
not ok 306 - Failure: MathCoverageTest::testCoverage with data set #171 ('f(n) =
\\begin{cases}
n/2, & \\text{if }n\\text{ is even} \\\\
3n+1, & \\text{if }n\\text{ is odd}
\\end{cases} ', '<img class="mwe-math-fallback-png-inline tex" alt="f(n) =&#10;\\begin{cases}&#10;n/2, &amp; \\text{if }n\\text{ is even} \\\\&#10;3n+1, &amp; \\text{if }n\\text{ is odd}&#10;\\end{cases} " src="/images/math/9/8/5/98503cc6876b22f5900297971fdd42ed.png" />')
---
message: 'Failed to render f(n) ='
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): f(n) = \begin{cases} n/2, &amp; \text{if }n\text{ is even} \\ 3n+1, &amp; \text{if }n\text{ is odd} \end{cases} </strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="f(n) =&#10;\begin{cases}&#10;n/2, &amp; \text{if }n\text{ is even} \\&#10;3n+1, &amp; \text{if }n\text{ is odd}&#10;\end{cases} " src="98503cc6876b22f5900297971fdd42ed.png" />'
...
sh: latex: command not found
not ok 307 - Failure: MathCoverageTest::testCoverage with data set #172 ('
\\begin{align}
f(x) & = (a+b)^2 \\\\
& = a^2+2ab+b^2 \\\\
\\end{align}
', '<img class="mwe-math-fallback-png-inline tex" alt="&#10;\\begin{align}&#10;f(x) &amp; = (a+b)^2 \\\\&#10;&amp; = a^2+2ab+b^2 \\\\&#10;\\end{align}&#10;" src="/images/math/2/c/5/2c50960e8bcfd9e86527a123a0c43aa2.png" />')
---
message: 'Failed to render '
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \begin{align} f(x) &amp; = (a+b)^2 \\ &amp; = a^2+2ab+b^2 \\ \end{align} </strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="&#10;\begin{align}&#10;f(x) &amp; = (a+b)^2 \\&#10;&amp; = a^2+2ab+b^2 \\&#10;\end{align}&#10;" src="2c50960e8bcfd9e86527a123a0c43aa2.png" />'
...
sh: latex: command not found
not ok 308 - Failure: MathCoverageTest::testCoverage with data set #173 ('
\\begin{alignat}{2}
f(x) & = (a-b)^2 \\\\
& = a^2-2ab+b^2 \\\\
\\end{alignat}
', '<img class="mwe-math-fallback-png-inline tex" alt="&#10;\\begin{alignat}{2}&#10;f(x) &amp; = (a-b)^2 \\\\&#10;&amp; = a^2-2ab+b^2 \\\\&#10;\\end{alignat}&#10;" src="/images/math/f/e/4/fe45a0df3e20bc5caf718e5333678d08.png" />')
---
message: 'Failed to render '
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \begin{alignat}{2} f(x) &amp; = (a-b)^2 \\ &amp; = a^2-2ab+b^2 \\ \end{alignat} </strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="&#10;\begin{alignat}{2}&#10;f(x) &amp; = (a-b)^2 \\&#10;&amp; = a^2-2ab+b^2 \\&#10;\end{alignat}&#10;" src="fe45a0df3e20bc5caf718e5333678d08.png" />'
...
sh: latex: command not found
not ok 309 - Failure: MathCoverageTest::testCoverage with data set #174 ('\\begin{array}{lcl}
z & = & a \\\\
f(x,y,z) & = & x + y + z
\\end{array}', '<img class="mwe-math-fallback-png-inline tex" alt="\\begin{array}{lcl}&#10;z &amp; = &amp; a \\\\&#10;f(x,y,z) &amp; = &amp; x + y + z&#10;\\end{array}" src="/images/math/9/b/f/9bf19115bb27237fa997ca93b94ad217.png" />')
---
message: 'Failed to render \begin{array}{lcl}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \begin{array}{lcl} z &amp; = &amp; a \\ f(x,y,z) &amp; = &amp; x + y + z \end{array}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\begin{array}{lcl}&#10;z &amp; = &amp; a \\&#10;f(x,y,z) &amp; = &amp; x + y + z&#10;\end{array}" src="9bf19115bb27237fa997ca93b94ad217.png" />'
...
sh: latex: command not found
not ok 310 - Failure: MathCoverageTest::testCoverage with data set #175 ('\\begin{array}{lcr}
z & = & a \\\\
f(x,y,z) & = & x + y + z
\\end{array}', '<img class="mwe-math-fallback-png-inline tex" alt="\\begin{array}{lcr}&#10;z &amp; = &amp; a \\\\&#10;f(x,y,z) &amp; = &amp; x + y + z&#10;\\end{array}" src="/images/math/0/2/a/02ae32735e1e21ba3b05984289fd2763.png" />')
---
message: 'Failed to render \begin{array}{lcr}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \begin{array}{lcr} z &amp; = &amp; a \\ f(x,y,z) &amp; = &amp; x + y + z \end{array}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\begin{array}{lcr}&#10;z &amp; = &amp; a \\&#10;f(x,y,z) &amp; = &amp; x + y + z&#10;\end{array}" src="02ae32735e1e21ba3b05984289fd2763.png" />'
...
sh: latex: command not found
not ok 311 - Failure: MathCoverageTest::testCoverage with data set #176 ('f(x) \\,\\!', '<img class="mwe-math-fallback-png-inline tex" alt="f(x) \\,\\!" src="/images/math/8/d/f/8dfae20000a042d8e9047aad1d7e171e.png" />')
---
message: 'Failed to render f(x) \,\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): f(x) \,\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="f(x) \,\!" src="8dfae20000a042d8e9047aad1d7e171e.png" />'
...
sh: latex: command not found
not ok 312 - Failure: MathCoverageTest::testCoverage with data set #177 ('= \\sum_{n=0}^\\infty a_n x^n ', '<img class="mwe-math-fallback-png-inline tex" alt="= \\sum_{n=0}^\\infty a_n x^n " src="/images/math/6/6/3/6633d51d63b35281d030755a6b0aebb1.png" />')
---
message: 'Failed to render = \sum_{n=0}^\infty a_n x^n '
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): = \sum_{n=0}^\infty a_n x^n </strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="= \sum_{n=0}^\infty a_n x^n " src="6633d51d63b35281d030755a6b0aebb1.png" />'
...
sh: latex: command not found
not ok 313 - Failure: MathCoverageTest::testCoverage with data set #178 ('= a_0+a_1x+a_2x^2+\\cdots', '<img class="mwe-math-fallback-png-inline tex" alt="= a_0+a_1x+a_2x^2+\\cdots" src="/images/math/f/e/3/fe3e268382fd486e8572daf895bd4c9d.png" />')
---
message: 'Failed to render = a_0+a_1x+a_2x^2+\cdots'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): = a_0+a_1x+a_2x^2+\cdots</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="= a_0+a_1x+a_2x^2+\cdots" src="fe3e268382fd486e8572daf895bd4c9d.png" />'
...
sh: latex: command not found
not ok 314 - Failure: MathCoverageTest::testCoverage with data set #179 ('f(x) \\,\\!', '<img class="mwe-math-fallback-png-inline tex" alt="f(x) \\,\\!" src="/images/math/8/d/f/8dfae20000a042d8e9047aad1d7e171e.png" />')
---
message: 'Failed to render f(x) \,\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): f(x) \,\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="f(x) \,\!" src="8dfae20000a042d8e9047aad1d7e171e.png" />'
...
sh: latex: command not found
not ok 315 - Failure: MathCoverageTest::testCoverage with data set #180 ('= \\sum_{n=0}^\\infty a_n x^n ', '<img class="mwe-math-fallback-png-inline tex" alt="= \\sum_{n=0}^\\infty a_n x^n " src="/images/math/6/6/3/6633d51d63b35281d030755a6b0aebb1.png" />')
---
message: 'Failed to render = \sum_{n=0}^\infty a_n x^n '
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): = \sum_{n=0}^\infty a_n x^n </strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="= \sum_{n=0}^\infty a_n x^n " src="6633d51d63b35281d030755a6b0aebb1.png" />'
...
sh: latex: command not found
not ok 316 - Failure: MathCoverageTest::testCoverage with data set #181 ('= a_0 +a_1x+a_2x^2+\\cdots', '<img class="mwe-math-fallback-png-inline tex" alt="= a_0 +a_1x+a_2x^2+\\cdots" src="/images/math/f/e/3/fe3e268382fd486e8572daf895bd4c9d.png" />')
---
message: 'Failed to render = a_0 +a_1x+a_2x^2+\cdots'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): = a_0 +a_1x+a_2x^2+\cdots</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="= a_0 +a_1x+a_2x^2+\cdots" src="fe3e268382fd486e8572daf895bd4c9d.png" />'
...
sh: latex: command not found
not ok 317 - Failure: MathCoverageTest::testCoverage with data set #182 ('\\begin{cases} 3x + 5y + z \\\\ 7x - 2y + 4z \\\\ -6x + 3y + 2z \\end{cases}', '<img class="mwe-math-fallback-png-inline tex" alt="\\begin{cases} 3x + 5y + z \\\\ 7x - 2y + 4z \\\\ -6x + 3y + 2z \\end{cases}" src="/images/math/6/3/4/6349be04b3562fc215c7a4e130422a96.png" />')
---
message: 'Failed to render \begin{cases} 3x + 5y + z \\ 7x - 2y + 4z \\ -6x + 3y + 2z \end{cases}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \begin{cases} 3x + 5y + z \\ 7x - 2y + 4z \\ -6x + 3y + 2z \end{cases}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\begin{cases} 3x + 5y + z \\ 7x - 2y + 4z \\ -6x + 3y + 2z \end{cases}" src="6349be04b3562fc215c7a4e130422a96.png" />'
...
sh: latex: command not found
not ok 318 - Failure: MathCoverageTest::testCoverage with data set #183 ('
\\begin{array}{|c|c||c|} a & b & S \\\\
\\hline
0&0&1\\\\
0&1&1\\\\
1&0&1\\\\
1&1&0\\\\
\\end{array}
', '<img class="mwe-math-fallback-png-inline tex" alt="&#10;\\begin{array}{|c|c||c|} a &amp; b &amp; S \\\\&#10;\\hline&#10;0&amp;0&amp;1\\\\&#10;0&amp;1&amp;1\\\\&#10;1&amp;0&amp;1\\\\&#10;1&amp;1&amp;0\\\\&#10;\\end{array}&#10;" src="/images/math/9/1/5/9151e94ef2bb52c18176dbe4c11921ed.png" />')
---
message: 'Failed to render '
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \begin{array}{|c|c||c|} a &amp; b &amp; S \\ \hline 0&amp;0&amp;1\\ 0&amp;1&amp;1\\ 1&amp;0&amp;1\\ 1&amp;1&amp;0\\ \end{array} </strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="&#10;\begin{array}{|c|c||c|} a &amp; b &amp; S \\&#10;\hline&#10;0&amp;0&amp;1\\&#10;0&amp;1&amp;1\\&#10;1&amp;0&amp;1\\&#10;1&amp;1&amp;0\\&#10;\end{array}&#10;" src="9151e94ef2bb52c18176dbe4c11921ed.png" />'
...
sh: latex: command not found
not ok 319 - Failure: MathCoverageTest::testCoverage with data set #184 ('( \\frac{1}{2} )', '<img class="mwe-math-fallback-png-inline tex" alt="( \\frac{1}{2} )" src="/images/math/4/0/a/40ad9d3d1fc9a61e16d22d7e3f854fec.png" />')
---
message: 'Failed to render ( \frac{1}{2} )'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): ( \frac{1}{2} )</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="( \frac{1}{2} )" src="40ad9d3d1fc9a61e16d22d7e3f854fec.png" />'
...
sh: latex: command not found
not ok 320 - Failure: MathCoverageTest::testCoverage with data set #185 ('\\left ( \\frac{1}{2} \\right )', '<img class="mwe-math-fallback-png-inline tex" alt="\\left ( \\frac{1}{2} \\right )" src="/images/math/2/8/b/28bcd5b82ce0e92b25e8a0b4bd5be215.png" />')
---
message: 'Failed to render \left ( \frac{1}{2} \right )'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \left ( \frac{1}{2} \right )</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\left ( \frac{1}{2} \right )" src="28bcd5b82ce0e92b25e8a0b4bd5be215.png" />'
...
sh: latex: command not found
not ok 321 - Failure: MathCoverageTest::testCoverage with data set #186 ('\\left ( \\frac{a}{b} \\right )', '<img class="mwe-math-fallback-png-inline tex" alt="\\left ( \\frac{a}{b} \\right )" src="/images/math/2/9/0/2905969500b40b2f2c7078206e7e0e81.png" />')
---
message: 'Failed to render \left ( \frac{a}{b} \right )'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \left ( \frac{a}{b} \right )</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\left ( \frac{a}{b} \right )" src="2905969500b40b2f2c7078206e7e0e81.png" />'
...
sh: latex: command not found
not ok 322 - Failure: MathCoverageTest::testCoverage with data set #187 ('\\left [ \\frac{a}{b} \\right ] \\quad \\left \\lbrack \\frac{a}{b} \\right \\rbrack', '<img class="mwe-math-fallback-png-inline tex" alt="\\left [ \\frac{a}{b} \\right ] \\quad \\left \\lbrack \\frac{a}{b} \\right \\rbrack" src="/images/math/7/c/b/7cb5a74153ec87cdda6b92669ba685e1.png" />')
---
message: 'Failed to render \left [ \frac{a}{b} \right ] \quad \left \lbrack \frac{a}{b} \right \rbrack'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \left [ \frac{a}{b} \right ] \quad \left \lbrack \frac{a}{b} \right \rbrack</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\left [ \frac{a}{b} \right ] \quad \left \lbrack \frac{a}{b} \right \rbrack" src="7cb5a74153ec87cdda6b92669ba685e1.png" />'
...
sh: latex: command not found
not ok 323 - Failure: MathCoverageTest::testCoverage with data set #188 ('\\left \\{ \\frac{a}{b} \\right \\} \\quad \\left \\lbrace \\frac{a}{b} \\right \\rbrace', '<img class="mwe-math-fallback-png-inline tex" alt="\\left \\{ \\frac{a}{b} \\right \\} \\quad \\left \\lbrace \\frac{a}{b} \\right \\rbrace" src="/images/math/8/0/5/805b2e61cb380736d5366bccb844b1c7.png" />')
---
message: 'Failed to render \left \{ \frac{a}{b} \right \} \quad \left \lbrace \frac{a}{b} \right \rbrace'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \left \{ \frac{a}{b} \right \} \quad \left \lbrace \frac{a}{b} \right \rbrace</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\left \{ \frac{a}{b} \right \} \quad \left \lbrace \frac{a}{b} \right \rbrace" src="805b2e61cb380736d5366bccb844b1c7.png" />'
...
sh: latex: command not found
not ok 324 - Failure: MathCoverageTest::testCoverage with data set #189 ('\\left \\langle \\frac{a}{b} \\right \\rangle', '<img class="mwe-math-fallback-png-inline tex" alt="\\left \\langle \\frac{a}{b} \\right \\rangle" src="/images/math/d/0/6/d06e733ce705ed26a7e048dbd2945371.png" />')
---
message: 'Failed to render \left \langle \frac{a}{b} \right \rangle'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \left \langle \frac{a}{b} \right \rangle</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\left \langle \frac{a}{b} \right \rangle" src="d06e733ce705ed26a7e048dbd2945371.png" />'
...
sh: latex: command not found
not ok 325 - Failure: MathCoverageTest::testCoverage with data set #190 ('\\left | \\frac{a}{b} \\right \\vert \\quad \\left \\Vert \\frac{c}{d} \\right \\|', '<img class="mwe-math-fallback-png-inline tex" alt="\\left | \\frac{a}{b} \\right \\vert \\quad \\left \\Vert \\frac{c}{d} \\right \\|" src="/images/math/8/0/9/809fc4791f12abb16a5f9611a43469f9.png" />')
---
message: 'Failed to render \left | \frac{a}{b} \right \vert \quad \left \Vert \frac{c}{d} \right \|'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \left | \frac{a}{b} \right \vert \quad \left \Vert \frac{c}{d} \right \|</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\left | \frac{a}{b} \right \vert \quad \left \Vert \frac{c}{d} \right \|" src="809fc4791f12abb16a5f9611a43469f9.png" />'
...
sh: latex: command not found
not ok 326 - Failure: MathCoverageTest::testCoverage with data set #191 ('\\left \\lfloor \\frac{a}{b} \\right \\rfloor \\quad \\left \\lceil \\frac{c}{d} \\right \\rceil', '<img class="mwe-math-fallback-png-inline tex" alt="\\left \\lfloor \\frac{a}{b} \\right \\rfloor \\quad \\left \\lceil \\frac{c}{d} \\right \\rceil" src="/images/math/1/4/c/14c563a841b6c01dd13c5f3fa90845a1.png" />')
---
message: 'Failed to render \left \lfloor \frac{a}{b} \right \rfloor \quad \left \lceil \frac{c}{d} \right \rceil'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \left \lfloor \frac{a}{b} \right \rfloor \quad \left \lceil \frac{c}{d} \right \rceil</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\left \lfloor \frac{a}{b} \right \rfloor \quad \left \lceil \frac{c}{d} \right \rceil" src="14c563a841b6c01dd13c5f3fa90845a1.png" />'
...
sh: latex: command not found
not ok 327 - Failure: MathCoverageTest::testCoverage with data set #192 ('\\left / \\frac{a}{b} \\right \\backslash', '<img class="mwe-math-fallback-png-inline tex" alt="\\left / \\frac{a}{b} \\right \\backslash" src="/images/math/2/f/3/2f3c5907c0a4fc4fda69eb71890ce952.png" />')
---
message: 'Failed to render \left / \frac{a}{b} \right \backslash'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \left / \frac{a}{b} \right \backslash</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\left / \frac{a}{b} \right \backslash" src="2f3c5907c0a4fc4fda69eb71890ce952.png" />'
...
sh: latex: command not found
not ok 328 - Failure: MathCoverageTest::testCoverage with data set #193 ('\\left \\uparrow \\frac{a}{b} \\right \\downarrow \\quad \\left \\Uparrow \\frac{a}{b} \\right \\Downarrow \\quad \\left \\updownarrow \\frac{a}{b} \\right \\Updownarrow', '<img class="mwe-math-fallback-png-inline tex" alt="\\left \\uparrow \\frac{a}{b} \\right \\downarrow \\quad \\left \\Uparrow \\frac{a}{b} \\right \\Downarrow \\quad \\left \\updownarrow \\frac{a}{b} \\right \\Updownarrow" src="/images/math/d/e/7/de73c9252b269fb79408d6f791b5c3de.png" />')
---
message: 'Failed to render \left \uparrow \frac{a}{b} \right \downarrow \quad \left \Uparrow \frac{a}{b} \right \Downarrow \quad \left \updownarrow \frac{a}{b} \right \Updownarrow'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \left \uparrow \frac{a}{b} \right \downarrow \quad \left \Uparrow \frac{a}{b} \right \Downarrow \quad \left \updownarrow \frac{a}{b} \right \Updownarrow</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\left \uparrow \frac{a}{b} \right \downarrow \quad \left \Uparrow \frac{a}{b} \right \Downarrow \quad \left \updownarrow \frac{a}{b} \right \Updownarrow" src="de73c9252b269fb79408d6f791b5c3de.png" />'
...
sh: latex: command not found
not ok 329 - Failure: MathCoverageTest::testCoverage with data set #194 ('\\left [ 0,1 \\right )', '<img class="mwe-math-fallback-png-inline tex" alt="\\left [ 0,1 \\right )" src="/images/math/a/3/8/a38771eae1778d0e214f6596a8dc1337.png" />')
---
message: 'Failed to render \left [ 0,1 \right )'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \left [ 0,1 \right )</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\left [ 0,1 \right )" src="a38771eae1778d0e214f6596a8dc1337.png" />'
...
sh: latex: command not found
not ok 330 - Failure: MathCoverageTest::testCoverage with data set #195 ('\\left \\langle \\psi \\right |', '<img class="mwe-math-fallback-png-inline tex" alt="\\left \\langle \\psi \\right |" src="/images/math/d/a/2/da25fc177fd4c53a2c3399c25685dd4c.png" />')
---
message: 'Failed to render \left \langle \psi \right |'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \left \langle \psi \right |</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\left \langle \psi \right |" src="da25fc177fd4c53a2c3399c25685dd4c.png" />'
...
sh: latex: command not found
not ok 331 - Failure: MathCoverageTest::testCoverage with data set #196 ('\\left . \\frac{A}{B} \\right \\} \\to X', '<img class="mwe-math-fallback-png-inline tex" alt="\\left . \\frac{A}{B} \\right \\} \\to X" src="/images/math/b/7/1/b71d82a3ed5c1a72ded46efc19ecc582.png" />')
---
message: 'Failed to render \left . \frac{A}{B} \right \} \to X'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \left . \frac{A}{B} \right \} \to X</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\left . \frac{A}{B} \right \} \to X" src="b71d82a3ed5c1a72ded46efc19ecc582.png" />'
...
sh: latex: command not found
not ok 332 - Failure: MathCoverageTest::testCoverage with data set #197 ('\\big( \\Big( \\bigg( \\Bigg( \\dots \\Bigg] \\bigg] \\Big] \\big]', '<img class="mwe-math-fallback-png-inline tex" alt="\\big( \\Big( \\bigg( \\Bigg( \\dots \\Bigg] \\bigg] \\Big] \\big]" src="/images/math/6/4/2/642a7988a93248dd92f1a53804cd40aa.png" />')
---
message: 'Failed to render \big( \Big( \bigg( \Bigg( \dots \Bigg] \bigg] \Big] \big]'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \big( \Big( \bigg( \Bigg( \dots \Bigg] \bigg] \Big] \big]</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\big( \Big( \bigg( \Bigg( \dots \Bigg] \bigg] \Big] \big]" src="642a7988a93248dd92f1a53804cd40aa.png" />'
...
sh: latex: command not found
not ok 333 - Failure: MathCoverageTest::testCoverage with data set #198 ('\\big\\{ \\Big\\{ \\bigg\\{ \\Bigg\\{ \\dots \\Bigg\\rangle \\bigg\\rangle \\Big\\rangle \\big\\rangle', '<img class="mwe-math-fallback-png-inline tex" alt="\\big\\{ \\Big\\{ \\bigg\\{ \\Bigg\\{ \\dots \\Bigg\\rangle \\bigg\\rangle \\Big\\rangle \\big\\rangle" src="/images/math/a/3/c/a3c9de0fb4f73e62e457cc7c91c5f6f0.png" />')
---
message: 'Failed to render \big\{ \Big\{ \bigg\{ \Bigg\{ \dots \Bigg\rangle \bigg\rangle \Big\rangle \big\rangle'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \big\{ \Big\{ \bigg\{ \Bigg\{ \dots \Bigg\rangle \bigg\rangle \Big\rangle \big\rangle</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\big\{ \Big\{ \bigg\{ \Bigg\{ \dots \Bigg\rangle \bigg\rangle \Big\rangle \big\rangle" src="a3c9de0fb4f73e62e457cc7c91c5f6f0.png" />'
...
sh: latex: command not found
not ok 334 - Failure: MathCoverageTest::testCoverage with data set #199 ('\\big\\| \\Big\\| \\bigg\\| \\Bigg\\| \\dots \\Bigg| \\bigg| \\Big| \\big|', '<img class="mwe-math-fallback-png-inline tex" alt="\\big\\| \\Big\\| \\bigg\\| \\Bigg\\| \\dots \\Bigg| \\bigg| \\Big| \\big|" src="/images/math/0/4/4/0445cc925a6ea0bd478a8f5fefc3633c.png" />')
---
message: 'Failed to render \big\| \Big\| \bigg\| \Bigg\| \dots \Bigg| \bigg| \Big| \big|'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \big\| \Big\| \bigg\| \Bigg\| \dots \Bigg| \bigg| \Big| \big|</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\big\| \Big\| \bigg\| \Bigg\| \dots \Bigg| \bigg| \Big| \big|" src="0445cc925a6ea0bd478a8f5fefc3633c.png" />'
...
sh: latex: command not found
not ok 335 - Failure: MathCoverageTest::testCoverage with data set #200 ('\\big\\lfloor \\Big\\lfloor \\bigg\\lfloor \\Bigg\\lfloor \\dots \\Bigg\\rceil \\bigg\\rceil \\Big\\rceil \\big\\rceil', '<img class="mwe-math-fallback-png-inline tex" alt="\\big\\lfloor \\Big\\lfloor \\bigg\\lfloor \\Bigg\\lfloor \\dots \\Bigg\\rceil \\bigg\\rceil \\Big\\rceil \\big\\rceil" src="/images/math/9/4/c/94c286b66620b6e5cd43c5cc20fe1a22.png" />')
---
message: 'Failed to render \big\lfloor \Big\lfloor \bigg\lfloor \Bigg\lfloor \dots \Bigg\rceil \bigg\rceil \Big\rceil \big\rceil'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \big\lfloor \Big\lfloor \bigg\lfloor \Bigg\lfloor \dots \Bigg\rceil \bigg\rceil \Big\rceil \big\rceil</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\big\lfloor \Big\lfloor \bigg\lfloor \Bigg\lfloor \dots \Bigg\rceil \bigg\rceil \Big\rceil \big\rceil" src="94c286b66620b6e5cd43c5cc20fe1a22.png" />'
...
sh: latex: command not found
not ok 336 - Failure: MathCoverageTest::testCoverage with data set #201 ('\\big\\uparrow \\Big\\uparrow \\bigg\\uparrow \\Bigg\\uparrow \\dots \\Bigg\\Downarrow \\bigg\\Downarrow \\Big\\Downarrow \\big\\Downarrow', '<img class="mwe-math-fallback-png-inline tex" alt="\\big\\uparrow \\Big\\uparrow \\bigg\\uparrow \\Bigg\\uparrow \\dots \\Bigg\\Downarrow \\bigg\\Downarrow \\Big\\Downarrow \\big\\Downarrow" src="/images/math/e/1/6/e16f28e8e168f07f25b7a0162ccc2866.png" />')
---
message: 'Failed to render \big\uparrow \Big\uparrow \bigg\uparrow \Bigg\uparrow \dots \Bigg\Downarrow \bigg\Downarrow \Big\Downarrow \big\Downarrow'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \big\uparrow \Big\uparrow \bigg\uparrow \Bigg\uparrow \dots \Bigg\Downarrow \bigg\Downarrow \Big\Downarrow \big\Downarrow</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\big\uparrow \Big\uparrow \bigg\uparrow \Bigg\uparrow \dots \Bigg\Downarrow \bigg\Downarrow \Big\Downarrow \big\Downarrow" src="e16f28e8e168f07f25b7a0162ccc2866.png" />'
...
sh: latex: command not found
not ok 337 - Failure: MathCoverageTest::testCoverage with data set #202 ('\\big\\updownarrow \\Big\\updownarrow \\bigg\\updownarrow \\Bigg\\updownarrow \\dots \\Bigg\\Updownarrow \\bigg\\Updownarrow \\Big\\Updownarrow \\big\\Updownarrow', '<img class="mwe-math-fallback-png-inline tex" alt="\\big\\updownarrow \\Big\\updownarrow \\bigg\\updownarrow \\Bigg\\updownarrow \\dots \\Bigg\\Updownarrow \\bigg\\Updownarrow \\Big\\Updownarrow \\big\\Updownarrow" src="/images/math/d/3/0/d30b4b79fa453480ad0a50be8dfd8911.png" />')
---
message: 'Failed to render \big\updownarrow \Big\updownarrow \bigg\updownarrow \Bigg\updownarrow \dots \Bigg\Updownarrow \bigg\Updownarrow \Big\Updownarrow \big\Updownarrow'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \big\updownarrow \Big\updownarrow \bigg\updownarrow \Bigg\updownarrow \dots \Bigg\Updownarrow \bigg\Updownarrow \Big\Updownarrow \big\Updownarrow</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\big\updownarrow \Big\updownarrow \bigg\updownarrow \Bigg\updownarrow \dots \Bigg\Updownarrow \bigg\Updownarrow \Big\Updownarrow \big\Updownarrow" src="d30b4b79fa453480ad0a50be8dfd8911.png" />'
...
sh: latex: command not found
not ok 338 - Failure: MathCoverageTest::testCoverage with data set #203 ('\\big / \\Big / \\bigg / \\Bigg / \\dots \\Bigg\\backslash \\bigg\\backslash \\Big\\backslash \\big\\backslash', '<img class="mwe-math-fallback-png-inline tex" alt="\\big / \\Big / \\bigg / \\Bigg / \\dots \\Bigg\\backslash \\bigg\\backslash \\Big\\backslash \\big\\backslash" src="/images/math/f/0/1/f01a0b3277fdff89f7dee39c2d6f7928.png" />')
---
message: 'Failed to render \big / \Big / \bigg / \Bigg / \dots \Bigg\backslash \bigg\backslash \Big\backslash \big\backslash'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \big / \Big / \bigg / \Bigg / \dots \Bigg\backslash \bigg\backslash \Big\backslash \big\backslash</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\big / \Big / \bigg / \Bigg / \dots \Bigg\backslash \bigg\backslash \Big\backslash \big\backslash" src="f01a0b3277fdff89f7dee39c2d6f7928.png" />'
...
sh: latex: command not found
not ok 339 - Failure: MathCoverageTest::testCoverage with data set #204 ('x^2 + y^2 + z^2 = 1 \\,', '<img class="mwe-math-fallback-png-inline tex" alt="x^2 + y^2 + z^2 = 1 \\," src="/images/math/6/5/f/65f59a1d3fcd866ff10d5e3ac57f991e.png" />')
---
message: 'Failed to render x^2 + y^2 + z^2 = 1 \,'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): x^2 + y^2 + z^2 = 1 \,</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="x^2 + y^2 + z^2 = 1 \," src="65f59a1d3fcd866ff10d5e3ac57f991e.png" />'
...
sh: latex: command not found
not ok 340 - Failure: MathCoverageTest::testCoverage with data set #205 ('\\Alpha \\Beta \\Gamma \\Delta \\Epsilon \\Zeta \\Eta \\Theta \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\Alpha \\Beta \\Gamma \\Delta \\Epsilon \\Zeta \\Eta \\Theta \\!" src="/images/math/a/7/a/a7a8e6bbde24e99f9dab00c840f9483d.png" />')
---
message: 'Failed to render \Alpha \Beta \Gamma \Delta \Epsilon \Zeta \Eta \Theta \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Alpha \Beta \Gamma \Delta \Epsilon \Zeta \Eta \Theta \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Alpha \Beta \Gamma \Delta \Epsilon \Zeta \Eta \Theta \!" src="a7a8e6bbde24e99f9dab00c840f9483d.png" />'
...
sh: latex: command not found
not ok 341 - Failure: MathCoverageTest::testCoverage with data set #206 ('\\Iota \\Kappa \\Lambda \\Mu \\Nu \\Xi \\Pi \\Rho \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\Iota \\Kappa \\Lambda \\Mu \\Nu \\Xi \\Pi \\Rho \\!" src="/images/math/5/0/5/5052faf817c1a445941f4005983fdc63.png" />')
---
message: 'Failed to render \Iota \Kappa \Lambda \Mu \Nu \Xi \Pi \Rho \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Iota \Kappa \Lambda \Mu \Nu \Xi \Pi \Rho \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Iota \Kappa \Lambda \Mu \Nu \Xi \Pi \Rho \!" src="5052faf817c1a445941f4005983fdc63.png" />'
...
sh: latex: command not found
not ok 342 - Failure: MathCoverageTest::testCoverage with data set #207 ('\\Sigma \\Tau \\Upsilon \\Phi \\Chi \\Psi \\Omega \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\Sigma \\Tau \\Upsilon \\Phi \\Chi \\Psi \\Omega \\!" src="/images/math/9/d/9/9d97dae2e9b62c1c9b6c104ef5eac475.png" />')
---
message: 'Failed to render \Sigma \Tau \Upsilon \Phi \Chi \Psi \Omega \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Sigma \Tau \Upsilon \Phi \Chi \Psi \Omega \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Sigma \Tau \Upsilon \Phi \Chi \Psi \Omega \!" src="9d97dae2e9b62c1c9b6c104ef5eac475.png" />'
...
sh: latex: command not found
not ok 343 - Failure: MathCoverageTest::testCoverage with data set #208 ('\\alpha \\beta \\gamma \\delta \\epsilon \\zeta \\eta \\theta \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\alpha \\beta \\gamma \\delta \\epsilon \\zeta \\eta \\theta \\!" src="/images/math/9/f/e/9fef94989f0aefed4c953823bd945e89.png" />')
---
message: 'Failed to render \alpha \beta \gamma \delta \epsilon \zeta \eta \theta \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \alpha \beta \gamma \delta \epsilon \zeta \eta \theta \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\alpha \beta \gamma \delta \epsilon \zeta \eta \theta \!" src="9fef94989f0aefed4c953823bd945e89.png" />'
...
sh: latex: command not found
not ok 344 - Failure: MathCoverageTest::testCoverage with data set #209 ('\\iota \\kappa \\lambda \\mu \\nu \\xi \\pi \\rho \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\iota \\kappa \\lambda \\mu \\nu \\xi \\pi \\rho \\!" src="/images/math/d/d/4/dd438c310fdd611181d2d78eeca09d6f.png" />')
---
message: 'Failed to render \iota \kappa \lambda \mu \nu \xi \pi \rho \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \iota \kappa \lambda \mu \nu \xi \pi \rho \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\iota \kappa \lambda \mu \nu \xi \pi \rho \!" src="dd438c310fdd611181d2d78eeca09d6f.png" />'
...
sh: latex: command not found
not ok 345 - Failure: MathCoverageTest::testCoverage with data set #210 ('\\sigma \\tau \\upsilon \\phi \\chi \\psi \\omega \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\sigma \\tau \\upsilon \\phi \\chi \\psi \\omega \\!" src="/images/math/c/5/a/c5a0f66abb41232d4d6e6e79954e3ee2.png" />')
---
message: 'Failed to render \sigma \tau \upsilon \phi \chi \psi \omega \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sigma \tau \upsilon \phi \chi \psi \omega \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sigma \tau \upsilon \phi \chi \psi \omega \!" src="c5a0f66abb41232d4d6e6e79954e3ee2.png" />'
...
sh: latex: command not found
not ok 346 - Failure: MathCoverageTest::testCoverage with data set #211 ('\\varepsilon \\digamma \\varkappa \\varpi \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\varepsilon \\digamma \\varkappa \\varpi \\!" src="/images/math/d/3/9/d393ba319387b0c29b54c3488101e21b.png" />')
---
message: 'Failed to render \varepsilon \digamma \varkappa \varpi \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \varepsilon \digamma \varkappa \varpi \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\varepsilon \digamma \varkappa \varpi \!" src="d393ba319387b0c29b54c3488101e21b.png" />'
...
sh: latex: command not found
not ok 347 - Failure: MathCoverageTest::testCoverage with data set #212 ('\\varrho \\varsigma \\vartheta \\varphi \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\varrho \\varsigma \\vartheta \\varphi \\!" src="/images/math/4/0/7/40714b7031faeacd49b6f8e23a529b7f.png" />')
---
message: 'Failed to render \varrho \varsigma \vartheta \varphi \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \varrho \varsigma \vartheta \varphi \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\varrho \varsigma \vartheta \varphi \!" src="40714b7031faeacd49b6f8e23a529b7f.png" />'
...
sh: latex: command not found
not ok 348 - Failure: MathCoverageTest::testCoverage with data set #213 ('\\aleph \\beth \\gimel \\daleth \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\aleph \\beth \\gimel \\daleth \\!" src="/images/math/d/0/2/d02fa3b52ced52aa798b674ea5710116.png" />')
---
message: 'Failed to render \aleph \beth \gimel \daleth \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \aleph \beth \gimel \daleth \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\aleph \beth \gimel \daleth \!" src="d02fa3b52ced52aa798b674ea5710116.png" />'
...
sh: latex: command not found
not ok 349 - Failure: MathCoverageTest::testCoverage with data set #214 ('\\mathbb{ABCDEFGHI} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathbb{ABCDEFGHI} \\!" src="/images/math/1/6/b/16b49d7cbcbe69f78f5b039e1082eb21.png" />')
---
message: 'Failed to render \mathbb{ABCDEFGHI} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathbb{ABCDEFGHI} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathbb{ABCDEFGHI} \!" src="16b49d7cbcbe69f78f5b039e1082eb21.png" />'
...
sh: latex: command not found
not ok 350 - Failure: MathCoverageTest::testCoverage with data set #215 ('\\mathbb{JKLMNOPQR} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathbb{JKLMNOPQR} \\!" src="/images/math/5/9/8/59834bc6366bc6bd065b46c9da28b81f.png" />')
---
message: 'Failed to render \mathbb{JKLMNOPQR} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathbb{JKLMNOPQR} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathbb{JKLMNOPQR} \!" src="59834bc6366bc6bd065b46c9da28b81f.png" />'
...
sh: latex: command not found
not ok 351 - Failure: MathCoverageTest::testCoverage with data set #216 ('\\mathbb{STUVWXYZ} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathbb{STUVWXYZ} \\!" src="/images/math/f/8/c/f8cecba104ecf7248d1e8624ea4f97ad.png" />')
---
message: 'Failed to render \mathbb{STUVWXYZ} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathbb{STUVWXYZ} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathbb{STUVWXYZ} \!" src="f8cecba104ecf7248d1e8624ea4f97ad.png" />'
...
sh: latex: command not found
not ok 352 - Failure: MathCoverageTest::testCoverage with data set #217 ('\\mathbf{ABCDEFGHI} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathbf{ABCDEFGHI} \\!" src="/images/math/a/0/0/a007c39fe7cdcaac5787780cd59f9863.png" />')
---
message: 'Failed to render \mathbf{ABCDEFGHI} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathbf{ABCDEFGHI} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathbf{ABCDEFGHI} \!" src="a007c39fe7cdcaac5787780cd59f9863.png" />'
...
sh: latex: command not found
not ok 353 - Failure: MathCoverageTest::testCoverage with data set #218 ('\\mathbf{JKLMNOPQR} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathbf{JKLMNOPQR} \\!" src="/images/math/d/5/7/d576d3e20c41ffb373b3aa2666f84631.png" />')
---
message: 'Failed to render \mathbf{JKLMNOPQR} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathbf{JKLMNOPQR} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathbf{JKLMNOPQR} \!" src="d576d3e20c41ffb373b3aa2666f84631.png" />'
...
sh: latex: command not found
not ok 354 - Failure: MathCoverageTest::testCoverage with data set #219 ('\\mathbf{STUVWXYZ} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathbf{STUVWXYZ} \\!" src="/images/math/d/6/3/d63658e6be16cb35c5eeddd9af0d0456.png" />')
---
message: 'Failed to render \mathbf{STUVWXYZ} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathbf{STUVWXYZ} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathbf{STUVWXYZ} \!" src="d63658e6be16cb35c5eeddd9af0d0456.png" />'
...
sh: latex: command not found
not ok 355 - Failure: MathCoverageTest::testCoverage with data set #220 ('\\mathbf{abcdefghijklm} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathbf{abcdefghijklm} \\!" src="/images/math/7/4/6/746a58465658c7ce27865b5874b866de.png" />')
---
message: 'Failed to render \mathbf{abcdefghijklm} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathbf{abcdefghijklm} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathbf{abcdefghijklm} \!" src="746a58465658c7ce27865b5874b866de.png" />'
...
sh: latex: command not found
not ok 356 - Failure: MathCoverageTest::testCoverage with data set #221 ('\\mathbf{nopqrstuvwxyz} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathbf{nopqrstuvwxyz} \\!" src="/images/math/7/a/2/7a2d9be40a985f3f4062e810aa82850f.png" />')
---
message: 'Failed to render \mathbf{nopqrstuvwxyz} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathbf{nopqrstuvwxyz} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathbf{nopqrstuvwxyz} \!" src="7a2d9be40a985f3f4062e810aa82850f.png" />'
...
sh: latex: command not found
not ok 357 - Failure: MathCoverageTest::testCoverage with data set #222 ('\\mathbf{0123456789} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathbf{0123456789} \\!" src="/images/math/b/5/8/b58f56dec00a8c4058e96f4868dfaf38.png" />')
---
message: 'Failed to render \mathbf{0123456789} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathbf{0123456789} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathbf{0123456789} \!" src="b58f56dec00a8c4058e96f4868dfaf38.png" />'
...
sh: latex: command not found
not ok 358 - Failure: MathCoverageTest::testCoverage with data set #223 ('\\boldsymbol{\\Alpha\\Beta\\Gamma\\Delta\\Epsilon\\Zeta\\Eta\\Theta} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\boldsymbol{\\Alpha\\Beta\\Gamma\\Delta\\Epsilon\\Zeta\\Eta\\Theta} \\!" src="/images/math/5/3/c/53c4c980272d709263a0ec407ce9f000.png" />')
---
message: 'Failed to render \boldsymbol{\Alpha\Beta\Gamma\Delta\Epsilon\Zeta\Eta\Theta} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \boldsymbol{\Alpha\Beta\Gamma\Delta\Epsilon\Zeta\Eta\Theta} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\boldsymbol{\Alpha\Beta\Gamma\Delta\Epsilon\Zeta\Eta\Theta} \!" src="53c4c980272d709263a0ec407ce9f000.png" />'
...
sh: latex: command not found
not ok 359 - Failure: MathCoverageTest::testCoverage with data set #224 ('\\boldsymbol{\\Iota\\Kappa\\Lambda\\Mu\\Nu\\Xi\\Pi\\Rho} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\boldsymbol{\\Iota\\Kappa\\Lambda\\Mu\\Nu\\Xi\\Pi\\Rho} \\!" src="/images/math/e/6/8/e68389a7314c09b14444e535f71e853c.png" />')
---
message: 'Failed to render \boldsymbol{\Iota\Kappa\Lambda\Mu\Nu\Xi\Pi\Rho} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \boldsymbol{\Iota\Kappa\Lambda\Mu\Nu\Xi\Pi\Rho} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\boldsymbol{\Iota\Kappa\Lambda\Mu\Nu\Xi\Pi\Rho} \!" src="e68389a7314c09b14444e535f71e853c.png" />'
...
sh: latex: command not found
not ok 360 - Failure: MathCoverageTest::testCoverage with data set #225 ('\\boldsymbol{\\Sigma\\Tau\\Upsilon\\Phi\\Chi\\Psi\\Omega} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\boldsymbol{\\Sigma\\Tau\\Upsilon\\Phi\\Chi\\Psi\\Omega} \\!" src="/images/math/7/2/f/72f30cfb281ddfdbd437f17eab32dfde.png" />')
---
message: 'Failed to render \boldsymbol{\Sigma\Tau\Upsilon\Phi\Chi\Psi\Omega} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \boldsymbol{\Sigma\Tau\Upsilon\Phi\Chi\Psi\Omega} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\boldsymbol{\Sigma\Tau\Upsilon\Phi\Chi\Psi\Omega} \!" src="72f30cfb281ddfdbd437f17eab32dfde.png" />'
...
sh: latex: command not found
not ok 361 - Failure: MathCoverageTest::testCoverage with data set #226 ('\\boldsymbol{\\alpha\\beta\\gamma\\delta\\epsilon\\zeta\\eta\\theta} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\boldsymbol{\\alpha\\beta\\gamma\\delta\\epsilon\\zeta\\eta\\theta} \\!" src="/images/math/c/3/d/c3d73d4055fbe3c3631848bc0317a0c5.png" />')
---
message: 'Failed to render \boldsymbol{\alpha\beta\gamma\delta\epsilon\zeta\eta\theta} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \boldsymbol{\alpha\beta\gamma\delta\epsilon\zeta\eta\theta} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\boldsymbol{\alpha\beta\gamma\delta\epsilon\zeta\eta\theta} \!" src="c3d73d4055fbe3c3631848bc0317a0c5.png" />'
...
sh: latex: command not found
not ok 362 - Failure: MathCoverageTest::testCoverage with data set #227 ('\\boldsymbol{\\iota\\kappa\\lambda\\mu\\nu\\xi\\pi\\rho} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\boldsymbol{\\iota\\kappa\\lambda\\mu\\nu\\xi\\pi\\rho} \\!" src="/images/math/d/8/b/d8bf62dcf94457cebec14434b72e3f62.png" />')
---
message: 'Failed to render \boldsymbol{\iota\kappa\lambda\mu\nu\xi\pi\rho} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \boldsymbol{\iota\kappa\lambda\mu\nu\xi\pi\rho} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\boldsymbol{\iota\kappa\lambda\mu\nu\xi\pi\rho} \!" src="d8bf62dcf94457cebec14434b72e3f62.png" />'
...
sh: latex: command not found
not ok 363 - Failure: MathCoverageTest::testCoverage with data set #228 ('\\boldsymbol{\\sigma\\tau\\upsilon\\phi\\chi\\psi\\omega} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\boldsymbol{\\sigma\\tau\\upsilon\\phi\\chi\\psi\\omega} \\!" src="/images/math/3/8/0/3801c81d051bce44677f49e7d9069dd5.png" />')
---
message: 'Failed to render \boldsymbol{\sigma\tau\upsilon\phi\chi\psi\omega} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \boldsymbol{\sigma\tau\upsilon\phi\chi\psi\omega} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\boldsymbol{\sigma\tau\upsilon\phi\chi\psi\omega} \!" src="3801c81d051bce44677f49e7d9069dd5.png" />'
...
sh: latex: command not found
not ok 364 - Failure: MathCoverageTest::testCoverage with data set #229 ('\\boldsymbol{\\varepsilon\\digamma\\varkappa\\varpi} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\boldsymbol{\\varepsilon\\digamma\\varkappa\\varpi} \\!" src="/images/math/2/7/b/27b172a5d4d90f193347807c2828a142.png" />')
---
message: 'Failed to render \boldsymbol{\varepsilon\digamma\varkappa\varpi} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \boldsymbol{\varepsilon\digamma\varkappa\varpi} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\boldsymbol{\varepsilon\digamma\varkappa\varpi} \!" src="27b172a5d4d90f193347807c2828a142.png" />'
...
sh: latex: command not found
not ok 365 - Failure: MathCoverageTest::testCoverage with data set #230 ('\\boldsymbol{\\varrho\\varsigma\\vartheta\\varphi} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\boldsymbol{\\varrho\\varsigma\\vartheta\\varphi} \\!" src="/images/math/9/d/c/9dc6a867e48fba8d25fdd599b6330f4f.png" />')
---
message: 'Failed to render \boldsymbol{\varrho\varsigma\vartheta\varphi} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \boldsymbol{\varrho\varsigma\vartheta\varphi} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\boldsymbol{\varrho\varsigma\vartheta\varphi} \!" src="9dc6a867e48fba8d25fdd599b6330f4f.png" />'
...
sh: latex: command not found
not ok 366 - Failure: MathCoverageTest::testCoverage with data set #231 ('\\mathit{0123456789} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathit{0123456789} \\!" src="/images/math/9/6/8/96846c8042557a593245c9adbfadcf67.png" />')
---
message: 'Failed to render \mathit{0123456789} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathit{0123456789} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathit{0123456789} \!" src="96846c8042557a593245c9adbfadcf67.png" />'
...
sh: latex: command not found
not ok 367 - Failure: MathCoverageTest::testCoverage with data set #232 ('\\mathit{\\Alpha\\Beta\\Gamma\\Delta\\Epsilon\\Zeta\\Eta\\Theta} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathit{\\Alpha\\Beta\\Gamma\\Delta\\Epsilon\\Zeta\\Eta\\Theta} \\!" src="/images/math/c/a/1/ca124a231c239009f51303d8ac514eff.png" />')
---
message: 'Failed to render \mathit{\Alpha\Beta\Gamma\Delta\Epsilon\Zeta\Eta\Theta} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathit{\Alpha\Beta\Gamma\Delta\Epsilon\Zeta\Eta\Theta} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathit{\Alpha\Beta\Gamma\Delta\Epsilon\Zeta\Eta\Theta} \!" src="ca124a231c239009f51303d8ac514eff.png" />'
...
sh: latex: command not found
not ok 368 - Failure: MathCoverageTest::testCoverage with data set #233 ('\\mathit{\\Iota\\Kappa\\Lambda\\Mu\\Nu\\Xi\\Pi\\Rho} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathit{\\Iota\\Kappa\\Lambda\\Mu\\Nu\\Xi\\Pi\\Rho} \\!" src="/images/math/b/f/a/bfa30e6555a2803a938815fbee4a2c0a.png" />')
---
message: 'Failed to render \mathit{\Iota\Kappa\Lambda\Mu\Nu\Xi\Pi\Rho} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathit{\Iota\Kappa\Lambda\Mu\Nu\Xi\Pi\Rho} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathit{\Iota\Kappa\Lambda\Mu\Nu\Xi\Pi\Rho} \!" src="bfa30e6555a2803a938815fbee4a2c0a.png" />'
...
sh: latex: command not found
not ok 369 - Failure: MathCoverageTest::testCoverage with data set #234 ('\\mathit{\\Sigma\\Tau\\Upsilon\\Phi\\Chi\\Psi\\Omega} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathit{\\Sigma\\Tau\\Upsilon\\Phi\\Chi\\Psi\\Omega} \\!" src="/images/math/b/2/d/b2ddf1062667a4ba071276d7368fe453.png" />')
---
message: 'Failed to render \mathit{\Sigma\Tau\Upsilon\Phi\Chi\Psi\Omega} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathit{\Sigma\Tau\Upsilon\Phi\Chi\Psi\Omega} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathit{\Sigma\Tau\Upsilon\Phi\Chi\Psi\Omega} \!" src="b2ddf1062667a4ba071276d7368fe453.png" />'
...
sh: latex: command not found
not ok 370 - Failure: MathCoverageTest::testCoverage with data set #235 ('\\mathrm{ABCDEFGHI} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathrm{ABCDEFGHI} \\!" src="/images/math/3/d/3/3d36032a7983b4c8da9148beaf789055.png" />')
---
message: 'Failed to render \mathrm{ABCDEFGHI} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathrm{ABCDEFGHI} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathrm{ABCDEFGHI} \!" src="3d36032a7983b4c8da9148beaf789055.png" />'
...
sh: latex: command not found
not ok 371 - Failure: MathCoverageTest::testCoverage with data set #236 ('\\mathrm{JKLMNOPQR} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathrm{JKLMNOPQR} \\!" src="/images/math/a/9/d/a9d3a8ae5e05b7bd96f20871e0c1cb96.png" />')
---
message: 'Failed to render \mathrm{JKLMNOPQR} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathrm{JKLMNOPQR} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathrm{JKLMNOPQR} \!" src="a9d3a8ae5e05b7bd96f20871e0c1cb96.png" />'
...
sh: latex: command not found
not ok 372 - Failure: MathCoverageTest::testCoverage with data set #237 ('\\mathrm{STUVWXYZ} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathrm{STUVWXYZ} \\!" src="/images/math/e/a/8/ea8b007cc18c226d2143fd4c43f0cca4.png" />')
---
message: 'Failed to render \mathrm{STUVWXYZ} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathrm{STUVWXYZ} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathrm{STUVWXYZ} \!" src="ea8b007cc18c226d2143fd4c43f0cca4.png" />'
...
sh: latex: command not found
not ok 373 - Failure: MathCoverageTest::testCoverage with data set #238 ('\\mathrm{abcdefghijklm} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathrm{abcdefghijklm} \\!" src="/images/math/9/f/6/9f6eb1d0200709ff7caf09f99faa4bd4.png" />')
---
message: 'Failed to render \mathrm{abcdefghijklm} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathrm{abcdefghijklm} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathrm{abcdefghijklm} \!" src="9f6eb1d0200709ff7caf09f99faa4bd4.png" />'
...
sh: latex: command not found
not ok 374 - Failure: MathCoverageTest::testCoverage with data set #239 ('\\mathrm{nopqrstuvwxyz} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathrm{nopqrstuvwxyz} \\!" src="/images/math/b/8/d/b8dbd6a0585c8b2ce9094a777e2e716e.png" />')
---
message: 'Failed to render \mathrm{nopqrstuvwxyz} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathrm{nopqrstuvwxyz} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathrm{nopqrstuvwxyz} \!" src="b8dbd6a0585c8b2ce9094a777e2e716e.png" />'
...
sh: latex: command not found
not ok 375 - Failure: MathCoverageTest::testCoverage with data set #240 ('\\mathrm{0123456789} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathrm{0123456789} \\!" src="/images/math/f/6/8/f68e3877be64b002381f33959430445c.png" />')
---
message: 'Failed to render \mathrm{0123456789} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathrm{0123456789} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathrm{0123456789} \!" src="f68e3877be64b002381f33959430445c.png" />'
...
sh: latex: command not found
not ok 376 - Failure: MathCoverageTest::testCoverage with data set #241 ('\\mathsf{ABCDEFGHI} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathsf{ABCDEFGHI} \\!" src="/images/math/8/a/3/8a3b93220f8167b67275c84486fbfefd.png" />')
---
message: 'Failed to render \mathsf{ABCDEFGHI} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathsf{ABCDEFGHI} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathsf{ABCDEFGHI} \!" src="8a3b93220f8167b67275c84486fbfefd.png" />'
...
sh: latex: command not found
not ok 377 - Failure: MathCoverageTest::testCoverage with data set #242 ('\\mathsf{JKLMNOPQR} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathsf{JKLMNOPQR} \\!" src="/images/math/c/8/4/c846a434b8192403806e5afa67cb56c8.png" />')
---
message: 'Failed to render \mathsf{JKLMNOPQR} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathsf{JKLMNOPQR} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathsf{JKLMNOPQR} \!" src="c846a434b8192403806e5afa67cb56c8.png" />'
...
sh: latex: command not found
not ok 378 - Failure: MathCoverageTest::testCoverage with data set #243 ('\\mathsf{STUVWXYZ} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathsf{STUVWXYZ} \\!" src="/images/math/4/6/5/465dc4c154760665cb218bf372b5077b.png" />')
---
message: 'Failed to render \mathsf{STUVWXYZ} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathsf{STUVWXYZ} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathsf{STUVWXYZ} \!" src="465dc4c154760665cb218bf372b5077b.png" />'
...
sh: latex: command not found
not ok 379 - Failure: MathCoverageTest::testCoverage with data set #244 ('\\mathsf{abcdefghijklm} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathsf{abcdefghijklm} \\!" src="/images/math/e/e/0/ee0e512b5e7b926eb2ad3ccb2e97f99e.png" />')
---
message: 'Failed to render \mathsf{abcdefghijklm} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathsf{abcdefghijklm} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathsf{abcdefghijklm} \!" src="ee0e512b5e7b926eb2ad3ccb2e97f99e.png" />'
...
sh: latex: command not found
not ok 380 - Failure: MathCoverageTest::testCoverage with data set #245 ('\\mathsf{nopqrstuvwxyz} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathsf{nopqrstuvwxyz} \\!" src="/images/math/c/6/8/c681c7261b4988870a4d21531838e1ff.png" />')
---
message: 'Failed to render \mathsf{nopqrstuvwxyz} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathsf{nopqrstuvwxyz} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathsf{nopqrstuvwxyz} \!" src="c681c7261b4988870a4d21531838e1ff.png" />'
...
sh: latex: command not found
not ok 381 - Failure: MathCoverageTest::testCoverage with data set #246 ('\\mathsf{0123456789} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathsf{0123456789} \\!" src="/images/math/4/c/0/4c0a1005670f8615d3f6a5e2a3f7ebae.png" />')
---
message: 'Failed to render \mathsf{0123456789} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathsf{0123456789} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathsf{0123456789} \!" src="4c0a1005670f8615d3f6a5e2a3f7ebae.png" />'
...
sh: latex: command not found
not ok 382 - Failure: MathCoverageTest::testCoverage with data set #247 ('\\mathsf{\\Alpha \\Beta \\Gamma \\Delta \\Epsilon \\Zeta \\Eta \\Theta} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathsf{\\Alpha \\Beta \\Gamma \\Delta \\Epsilon \\Zeta \\Eta \\Theta} \\!" src="/images/math/5/6/3/563865ef112b2951163ce8e1069f9f8e.png" />')
---
message: 'Failed to render \mathsf{\Alpha \Beta \Gamma \Delta \Epsilon \Zeta \Eta \Theta} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathsf{\Alpha \Beta \Gamma \Delta \Epsilon \Zeta \Eta \Theta} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathsf{\Alpha \Beta \Gamma \Delta \Epsilon \Zeta \Eta \Theta} \!" src="563865ef112b2951163ce8e1069f9f8e.png" />'
...
sh: latex: command not found
not ok 383 - Failure: MathCoverageTest::testCoverage with data set #248 ('\\mathsf{\\Iota \\Kappa \\Lambda \\Mu \\Nu \\Xi \\Pi \\Rho} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathsf{\\Iota \\Kappa \\Lambda \\Mu \\Nu \\Xi \\Pi \\Rho} \\!" src="/images/math/c/d/a/cdaf253be44a861a7d892226543e6672.png" />')
---
message: 'Failed to render \mathsf{\Iota \Kappa \Lambda \Mu \Nu \Xi \Pi \Rho} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathsf{\Iota \Kappa \Lambda \Mu \Nu \Xi \Pi \Rho} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathsf{\Iota \Kappa \Lambda \Mu \Nu \Xi \Pi \Rho} \!" src="cdaf253be44a861a7d892226543e6672.png" />'
...
sh: latex: command not found
not ok 384 - Failure: MathCoverageTest::testCoverage with data set #249 ('\\mathsf{\\Sigma \\Tau \\Upsilon \\Phi \\Chi \\Psi \\Omega}\\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathsf{\\Sigma \\Tau \\Upsilon \\Phi \\Chi \\Psi \\Omega}\\!" src="/images/math/d/3/d/d3df02b6333f8234da8af066da224e14.png" />')
---
message: 'Failed to render \mathsf{\Sigma \Tau \Upsilon \Phi \Chi \Psi \Omega}\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathsf{\Sigma \Tau \Upsilon \Phi \Chi \Psi \Omega}\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathsf{\Sigma \Tau \Upsilon \Phi \Chi \Psi \Omega}\!" src="d3df02b6333f8234da8af066da224e14.png" />'
...
sh: latex: command not found
not ok 385 - Failure: MathCoverageTest::testCoverage with data set #250 ('\\mathcal{ABCDEFGHI} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathcal{ABCDEFGHI} \\!" src="/images/math/d/7/2/d728a6ce6448bfd13bfee7b34b988477.png" />')
---
message: 'Failed to render \mathcal{ABCDEFGHI} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathcal{ABCDEFGHI} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathcal{ABCDEFGHI} \!" src="d728a6ce6448bfd13bfee7b34b988477.png" />'
...
sh: latex: command not found
not ok 386 - Failure: MathCoverageTest::testCoverage with data set #251 ('\\mathcal{JKLMNOPQR} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathcal{JKLMNOPQR} \\!" src="/images/math/2/3/1/231d55516d700b93504c5391b0bbd482.png" />')
---
message: 'Failed to render \mathcal{JKLMNOPQR} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathcal{JKLMNOPQR} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathcal{JKLMNOPQR} \!" src="231d55516d700b93504c5391b0bbd482.png" />'
...
sh: latex: command not found
not ok 387 - Failure: MathCoverageTest::testCoverage with data set #252 ('\\mathcal{STUVWXYZ} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathcal{STUVWXYZ} \\!" src="/images/math/6/7/1/671cdb09089e8aea4d1c10963dff47bb.png" />')
---
message: 'Failed to render \mathcal{STUVWXYZ} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathcal{STUVWXYZ} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathcal{STUVWXYZ} \!" src="671cdb09089e8aea4d1c10963dff47bb.png" />'
...
sh: latex: command not found
not ok 388 - Failure: MathCoverageTest::testCoverage with data set #253 ('\\mathfrak{ABCDEFGHI} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathfrak{ABCDEFGHI} \\!" src="/images/math/1/0/8/1086f52f9d3b3a3409c30f9df307803d.png" />')
---
message: 'Failed to render \mathfrak{ABCDEFGHI} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathfrak{ABCDEFGHI} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathfrak{ABCDEFGHI} \!" src="1086f52f9d3b3a3409c30f9df307803d.png" />'
...
sh: latex: command not found
not ok 389 - Failure: MathCoverageTest::testCoverage with data set #254 ('\\mathfrak{JKLMNOPQR} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathfrak{JKLMNOPQR} \\!" src="/images/math/c/9/9/c99678db9d429d52ea0eb02bba3b72f6.png" />')
---
message: 'Failed to render \mathfrak{JKLMNOPQR} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathfrak{JKLMNOPQR} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathfrak{JKLMNOPQR} \!" src="c99678db9d429d52ea0eb02bba3b72f6.png" />'
...
sh: latex: command not found
not ok 390 - Failure: MathCoverageTest::testCoverage with data set #255 ('\\mathfrak{STUVWXYZ} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathfrak{STUVWXYZ} \\!" src="/images/math/d/e/8/de83cd08cc780451bd2330d3d40b1532.png" />')
---
message: 'Failed to render \mathfrak{STUVWXYZ} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathfrak{STUVWXYZ} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathfrak{STUVWXYZ} \!" src="de83cd08cc780451bd2330d3d40b1532.png" />'
...
sh: latex: command not found
not ok 391 - Failure: MathCoverageTest::testCoverage with data set #256 ('\\mathfrak{abcdefghijklm} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathfrak{abcdefghijklm} \\!" src="/images/math/3/6/4/3648203f3849eb6a103cab171143bff5.png" />')
---
message: 'Failed to render \mathfrak{abcdefghijklm} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathfrak{abcdefghijklm} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathfrak{abcdefghijklm} \!" src="3648203f3849eb6a103cab171143bff5.png" />'
...
sh: latex: command not found
not ok 392 - Failure: MathCoverageTest::testCoverage with data set #257 ('\\mathfrak{nopqrstuvwxyz} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathfrak{nopqrstuvwxyz} \\!" src="/images/math/6/1/6/61605c6e5c504c766b330ca61d747920.png" />')
---
message: 'Failed to render \mathfrak{nopqrstuvwxyz} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathfrak{nopqrstuvwxyz} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathfrak{nopqrstuvwxyz} \!" src="61605c6e5c504c766b330ca61d747920.png" />'
...
sh: latex: command not found
not ok 393 - Failure: MathCoverageTest::testCoverage with data set #258 ('\\mathfrak{0123456789} \\!', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathfrak{0123456789} \\!" src="/images/math/d/7/c/d7ce6e5c0f153732ba276fbfc47f019b.png" />')
---
message: 'Failed to render \mathfrak{0123456789} \!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathfrak{0123456789} \!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathfrak{0123456789} \!" src="d7ce6e5c0f153732ba276fbfc47f019b.png" />'
...
sh: latex: command not found
not ok 394 - Failure: MathCoverageTest::testCoverage with data set #259 ('x y z', '<img class="mwe-math-fallback-png-inline tex" alt="x y z" src="/images/math/d/1/6/d16fb36f0911f878998c136191af705e.png" />')
---
message: 'Failed to render x y z'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): x y z</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="x y z" src="d16fb36f0911f878998c136191af705e.png" />'
...
sh: latex: command not found
not ok 395 - Failure: MathCoverageTest::testCoverage with data set #260 ('\\text{x y z}', '<img class="mwe-math-fallback-png-inline tex" alt="\\text{x y z}" src="/images/math/c/c/6/cc6e918f4c63d050ae99d4381c7bb2d5.png" />')
---
message: 'Failed to render \text{x y z}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \text{x y z}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\text{x y z}" src="cc6e918f4c63d050ae99d4381c7bb2d5.png" />'
...
sh: latex: command not found
not ok 396 - Failure: MathCoverageTest::testCoverage with data set #261 ('\\text{if} n \\text{is even}', '<img class="mwe-math-fallback-png-inline tex" alt="\\text{if} n \\text{is even}" src="/images/math/d/2/f/d2f16386d2a4bbd2fd4b7187fcf73a52.png" />')
---
message: 'Failed to render \text{if} n \text{is even}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \text{if} n \text{is even}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\text{if} n \text{is even}" src="d2f16386d2a4bbd2fd4b7187fcf73a52.png" />'
...
sh: latex: command not found
not ok 397 - Failure: MathCoverageTest::testCoverage with data set #262 ('\\text{if }n\\text{ is even}', '<img class="mwe-math-fallback-png-inline tex" alt="\\text{if }n\\text{ is even}" src="/images/math/8/2/9/82915036ba72b9f1dacfd528d40f4371.png" />')
---
message: 'Failed to render \text{if }n\text{ is even}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \text{if }n\text{ is even}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\text{if }n\text{ is even}" src="82915036ba72b9f1dacfd528d40f4371.png" />'
...
sh: latex: command not found
not ok 398 - Failure: MathCoverageTest::testCoverage with data set #263 ('\\text{if}~n\\ \\text{is even}', '<img class="mwe-math-fallback-png-inline tex" alt="\\text{if}~n\\ \\text{is even}" src="/images/math/9/7/1/971bad3f2ace3107b439f9af94476aed.png" />')
---
message: 'Failed to render \text{if}~n\ \text{is even}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \text{if}~n\ \text{is even}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\text{if}~n\ \text{is even}" src="971bad3f2ace3107b439f9af94476aed.png" />'
...
sh: latex: command not found
not ok 399 - Failure: MathCoverageTest::testCoverage with data set #264 ('{\\color{Blue}x^2}+{\\color{YellowOrange}2x}-{\\color{OliveGreen}1}', '<img class="mwe-math-fallback-png-inline tex" alt="{\\color{Blue}x^2}+{\\color{YellowOrange}2x}-{\\color{OliveGreen}1}" src="/images/math/3/2/2/3220b8a1d12128d1ada4a82d5c3d3723.png" />')
---
message: 'Failed to render {\color{Blue}x^2}+{\color{YellowOrange}2x}-{\color{OliveGreen}1}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): {\color{Blue}x^2}+{\color{YellowOrange}2x}-{\color{OliveGreen}1}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="{\color{Blue}x^2}+{\color{YellowOrange}2x}-{\color{OliveGreen}1}" src="3220b8a1d12128d1ada4a82d5c3d3723.png" />'
...
sh: latex: command not found
not ok 400 - Failure: MathCoverageTest::testCoverage with data set #265 ('x_{1,2}=\\frac{-b\\pm\\sqrt{\\color{Red}b^2-4ac}}{2a}', '<img class="mwe-math-fallback-png-inline tex" alt="x_{1,2}=\\frac{-b\\pm\\sqrt{\\color{Red}b^2-4ac}}{2a}" src="/images/math/4/4/3/443e636a7722cec5d8f7b005deb2433a.png" />')
---
message: 'Failed to render x_{1,2}=\frac{-b\pm\sqrt{\color{Red}b^2-4ac}}{2a}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): x_{1,2}=\frac{-b\pm\sqrt{\color{Red}b^2-4ac}}{2a}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="x_{1,2}=\frac{-b\pm\sqrt{\color{Red}b^2-4ac}}{2a}" src="443e636a7722cec5d8f7b005deb2433a.png" />'
...
sh: latex: command not found
not ok 401 - Failure: MathCoverageTest::testCoverage with data set #266 ('e^{i \\pi} + 1 = 0', '<img class="mwe-math-fallback-png-inline tex" alt="e^{i \\pi} + 1 = 0" src="/images/math/f/8/9/f897005615c391e14cd50112cda44665.png" />')
---
message: 'Failed to render e^{i \pi} + 1 = 0'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): e^{i \pi} + 1 = 0</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="e^{i \pi} + 1 = 0" src="f897005615c391e14cd50112cda44665.png" />'
...
sh: latex: command not found
not ok 402 - Failure: MathCoverageTest::testCoverage with data set #267 ('\\definecolor{orange}{RGB}{255,165,0}\\pagecolor{orange}e^{i \\pi} + 1 = 0', '<img class="mwe-math-fallback-png-inline tex" alt="\\definecolor{orange}{RGB}{255,165,0}\\pagecolor{orange}e^{i \\pi} + 1 = 0" src="/images/math/9/5/d/95dfa34eee8b069de07f18e7f3b43cea.png" />')
---
message: 'Failed to render \definecolor{orange}{RGB}{255,165,0}\pagecolor{orange}e^{i \pi} + 1 = 0'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \definecolor{orange}{RGB}{255,165,0}\pagecolor{orange}e^{i \pi} + 1 = 0</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\definecolor{orange}{RGB}{255,165,0}\pagecolor{orange}e^{i \pi} + 1 = 0" src="95dfa34eee8b069de07f18e7f3b43cea.png" />'
...
sh: latex: command not found
not ok 403 - Failure: MathCoverageTest::testCoverage with data set #268 ('e^{i \\pi} + 1 = 0\\,\\!', '<img class="mwe-math-fallback-png-inline tex" alt="e^{i \\pi} + 1 = 0\\,\\!" src="/images/math/9/e/9/9e9a547076c6820b95e439dd1a5d6a32.png" />')
---
message: 'Failed to render e^{i \pi} + 1 = 0\,\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): e^{i \pi} + 1 = 0\,\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="e^{i \pi} + 1 = 0\,\!" src="9e9a547076c6820b95e439dd1a5d6a32.png" />'
...
sh: latex: command not found
not ok 404 - Failure: MathCoverageTest::testCoverage with data set #269 ('\\definecolor{orange}{RGB}{255,165,0}\\pagecolor{orange}e^{i \\pi} + 1 = 0', '<img class="mwe-math-fallback-png-inline tex" alt="\\definecolor{orange}{RGB}{255,165,0}\\pagecolor{orange}e^{i \\pi} + 1 = 0" src="/images/math/9/5/d/95dfa34eee8b069de07f18e7f3b43cea.png" />')
---
message: 'Failed to render \definecolor{orange}{RGB}{255,165,0}\pagecolor{orange}e^{i \pi} + 1 = 0'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \definecolor{orange}{RGB}{255,165,0}\pagecolor{orange}e^{i \pi} + 1 = 0</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\definecolor{orange}{RGB}{255,165,0}\pagecolor{orange}e^{i \pi} + 1 = 0" src="95dfa34eee8b069de07f18e7f3b43cea.png" />'
...
sh: latex: command not found
not ok 405 - Failure: MathCoverageTest::testCoverage with data set #270 ('e^{i \\pi} + 1 = 0', '<img class="mwe-math-fallback-png-inline tex" alt="e^{i \\pi} + 1 = 0" src="/images/math/f/8/9/f897005615c391e14cd50112cda44665.png" />')
---
message: 'Failed to render e^{i \pi} + 1 = 0'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): e^{i \pi} + 1 = 0</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="e^{i \pi} + 1 = 0" src="f897005615c391e14cd50112cda44665.png" />'
...
sh: latex: command not found
not ok 406 - Failure: MathCoverageTest::testCoverage with data set #271 ('\\definecolor{orange}{RGB}{255,165,0}\\pagecolor{orange}e^{i \\pi} + 1 = 0', '<img class="mwe-math-fallback-png-inline tex" alt="\\definecolor{orange}{RGB}{255,165,0}\\pagecolor{orange}e^{i \\pi} + 1 = 0" src="/images/math/9/5/d/95dfa34eee8b069de07f18e7f3b43cea.png" />')
---
message: 'Failed to render \definecolor{orange}{RGB}{255,165,0}\pagecolor{orange}e^{i \pi} + 1 = 0'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \definecolor{orange}{RGB}{255,165,0}\pagecolor{orange}e^{i \pi} + 1 = 0</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\definecolor{orange}{RGB}{255,165,0}\pagecolor{orange}e^{i \pi} + 1 = 0" src="95dfa34eee8b069de07f18e7f3b43cea.png" />'
...
sh: latex: command not found
not ok 407 - Failure: MathCoverageTest::testCoverage with data set #272 ('\\color{Apricot}\\text{Apricot}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Apricot}\\text{Apricot}" src="/images/math/b/8/9/b8948aeb7bdca5bd4e18d613ac6c5696.png" />')
---
message: 'Failed to render \color{Apricot}\text{Apricot}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Apricot}\text{Apricot}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Apricot}\text{Apricot}" src="b8948aeb7bdca5bd4e18d613ac6c5696.png" />'
...
sh: latex: command not found
not ok 408 - Failure: MathCoverageTest::testCoverage with data set #273 ('\\color{Aquamarine}\\text{Aquamarine}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Aquamarine}\\text{Aquamarine}" src="/images/math/f/c/4/fc435c38d6cd34147f1b0562b0e580c0.png" />')
---
message: 'Failed to render \color{Aquamarine}\text{Aquamarine}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Aquamarine}\text{Aquamarine}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Aquamarine}\text{Aquamarine}" src="fc435c38d6cd34147f1b0562b0e580c0.png" />'
...
sh: latex: command not found
not ok 409 - Failure: MathCoverageTest::testCoverage with data set #274 ('\\color{Bittersweet}\\text{Bittersweet}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Bittersweet}\\text{Bittersweet}" src="/images/math/d/6/7/d67b10dd93c2300ee8d13b5099078d1b.png" />')
---
message: 'Failed to render \color{Bittersweet}\text{Bittersweet}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Bittersweet}\text{Bittersweet}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Bittersweet}\text{Bittersweet}" src="d67b10dd93c2300ee8d13b5099078d1b.png" />'
...
sh: latex: command not found
not ok 410 - Failure: MathCoverageTest::testCoverage with data set #275 ('\\color{Black}\\text{Black}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Black}\\text{Black}" src="/images/math/3/6/4/364fc160f6c30914ad3d70a6bb551dc6.png" />')
---
message: 'Failed to render \color{Black}\text{Black}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Black}\text{Black}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Black}\text{Black}" src="364fc160f6c30914ad3d70a6bb551dc6.png" />'
...
sh: latex: command not found
not ok 411 - Failure: MathCoverageTest::testCoverage with data set #276 ('\\color{Blue}\\text{Blue}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Blue}\\text{Blue}" src="/images/math/5/f/7/5f795126f5d16b97c60578f01b368cd6.png" />')
---
message: 'Failed to render \color{Blue}\text{Blue}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Blue}\text{Blue}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Blue}\text{Blue}" src="5f795126f5d16b97c60578f01b368cd6.png" />'
...
sh: latex: command not found
not ok 412 - Failure: MathCoverageTest::testCoverage with data set #277 ('\\color{BlueGreen}\\text{BlueGreen}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{BlueGreen}\\text{BlueGreen}" src="/images/math/3/0/2/302ea2ab02b2998679c1f973dfb17395.png" />')
---
message: 'Failed to render \color{BlueGreen}\text{BlueGreen}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{BlueGreen}\text{BlueGreen}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{BlueGreen}\text{BlueGreen}" src="302ea2ab02b2998679c1f973dfb17395.png" />'
...
sh: latex: command not found
not ok 413 - Failure: MathCoverageTest::testCoverage with data set #278 ('\\color{BlueViolet}\\text{BlueViolet}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{BlueViolet}\\text{BlueViolet}" src="/images/math/f/7/d/f7d3a6b44f64ec4d9b289bf8ac436d92.png" />')
---
message: 'Failed to render \color{BlueViolet}\text{BlueViolet}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{BlueViolet}\text{BlueViolet}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{BlueViolet}\text{BlueViolet}" src="f7d3a6b44f64ec4d9b289bf8ac436d92.png" />'
...
sh: latex: command not found
not ok 414 - Failure: MathCoverageTest::testCoverage with data set #279 ('\\color{BrickRed}\\text{BrickRed}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{BrickRed}\\text{BrickRed}" src="/images/math/a/2/f/a2f94714d1809cb3f71016db0e8c2315.png" />')
---
message: 'Failed to render \color{BrickRed}\text{BrickRed}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{BrickRed}\text{BrickRed}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{BrickRed}\text{BrickRed}" src="a2f94714d1809cb3f71016db0e8c2315.png" />'
...
sh: latex: command not found
not ok 415 - Failure: MathCoverageTest::testCoverage with data set #280 ('\\color{Brown}\\text{Brown}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Brown}\\text{Brown}" src="/images/math/9/9/c/99cfd151aa2998fb6b309c8c50393c32.png" />')
---
message: 'Failed to render \color{Brown}\text{Brown}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Brown}\text{Brown}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Brown}\text{Brown}" src="99cfd151aa2998fb6b309c8c50393c32.png" />'
...
sh: latex: command not found
not ok 416 - Failure: MathCoverageTest::testCoverage with data set #281 ('\\color{BurntOrange}\\text{BurntOrange}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{BurntOrange}\\text{BurntOrange}" src="/images/math/3/e/3/3e3b04676ace992e28aaa5608455a289.png" />')
---
message: 'Failed to render \color{BurntOrange}\text{BurntOrange}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{BurntOrange}\text{BurntOrange}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{BurntOrange}\text{BurntOrange}" src="3e3b04676ace992e28aaa5608455a289.png" />'
...
sh: latex: command not found
not ok 417 - Failure: MathCoverageTest::testCoverage with data set #282 ('\\color{CadetBlue}\\text{CadetBlue}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{CadetBlue}\\text{CadetBlue}" src="/images/math/f/d/3/fd392c22a7bb76e6203788f0a5e6584b.png" />')
---
message: 'Failed to render \color{CadetBlue}\text{CadetBlue}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{CadetBlue}\text{CadetBlue}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{CadetBlue}\text{CadetBlue}" src="fd392c22a7bb76e6203788f0a5e6584b.png" />'
...
sh: latex: command not found
not ok 418 - Failure: MathCoverageTest::testCoverage with data set #283 ('\\color{CarnationPink}\\text{CarnationPink}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{CarnationPink}\\text{CarnationPink}" src="/images/math/6/0/7/6079cf2eacc794bf3e99bc9fc233e2d0.png" />')
---
message: 'Failed to render \color{CarnationPink}\text{CarnationPink}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{CarnationPink}\text{CarnationPink}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{CarnationPink}\text{CarnationPink}" src="6079cf2eacc794bf3e99bc9fc233e2d0.png" />'
...
sh: latex: command not found
not ok 419 - Failure: MathCoverageTest::testCoverage with data set #284 ('\\color{Cerulean}\\text{Cerulean}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Cerulean}\\text{Cerulean}" src="/images/math/9/7/5/9759c3640f8f5a2cfa5cfa5c4bc64e2f.png" />')
---
message: 'Failed to render \color{Cerulean}\text{Cerulean}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Cerulean}\text{Cerulean}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Cerulean}\text{Cerulean}" src="9759c3640f8f5a2cfa5cfa5c4bc64e2f.png" />'
...
sh: latex: command not found
not ok 420 - Failure: MathCoverageTest::testCoverage with data set #285 ('\\color{CornflowerBlue}\\text{CornflowerBlue}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{CornflowerBlue}\\text{CornflowerBlue}" src="/images/math/0/7/2/072ea0cddb81b6996a86c5c60042fc8c.png" />')
---
message: 'Failed to render \color{CornflowerBlue}\text{CornflowerBlue}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{CornflowerBlue}\text{CornflowerBlue}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{CornflowerBlue}\text{CornflowerBlue}" src="072ea0cddb81b6996a86c5c60042fc8c.png" />'
...
sh: latex: command not found
not ok 421 - Failure: MathCoverageTest::testCoverage with data set #286 ('\\color{Cyan}\\text{Cyan}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Cyan}\\text{Cyan}" src="/images/math/3/2/1/321ecf031772dbe95758cab0dfaa6f27.png" />')
---
message: 'Failed to render \color{Cyan}\text{Cyan}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Cyan}\text{Cyan}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Cyan}\text{Cyan}" src="321ecf031772dbe95758cab0dfaa6f27.png" />'
...
sh: latex: command not found
not ok 422 - Failure: MathCoverageTest::testCoverage with data set #287 ('\\color{Dandelion}\\text{Dandelion}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Dandelion}\\text{Dandelion}" src="/images/math/7/8/6/78686b75a31528404d2e9b365f892142.png" />')
---
message: 'Failed to render \color{Dandelion}\text{Dandelion}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Dandelion}\text{Dandelion}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Dandelion}\text{Dandelion}" src="78686b75a31528404d2e9b365f892142.png" />'
...
sh: latex: command not found
not ok 423 - Failure: MathCoverageTest::testCoverage with data set #288 ('\\color{DarkOrchid}\\text{DarkOrchid}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{DarkOrchid}\\text{DarkOrchid}" src="/images/math/1/9/b/19bc495f720e6bb920eed9545880e383.png" />')
---
message: 'Failed to render \color{DarkOrchid}\text{DarkOrchid}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{DarkOrchid}\text{DarkOrchid}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{DarkOrchid}\text{DarkOrchid}" src="19bc495f720e6bb920eed9545880e383.png" />'
...
sh: latex: command not found
not ok 424 - Failure: MathCoverageTest::testCoverage with data set #289 ('\\color{Emerald}\\text{Emerald}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Emerald}\\text{Emerald}" src="/images/math/b/4/3/b4310eecc8d70893a71a728574dc9f0f.png" />')
---
message: 'Failed to render \color{Emerald}\text{Emerald}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Emerald}\text{Emerald}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Emerald}\text{Emerald}" src="b4310eecc8d70893a71a728574dc9f0f.png" />'
...
sh: latex: command not found
not ok 425 - Failure: MathCoverageTest::testCoverage with data set #290 ('\\color{ForestGreen}\\text{ForestGreen}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{ForestGreen}\\text{ForestGreen}" src="/images/math/b/8/9/b89859eb7faadeb40830600590478e6e.png" />')
---
message: 'Failed to render \color{ForestGreen}\text{ForestGreen}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{ForestGreen}\text{ForestGreen}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{ForestGreen}\text{ForestGreen}" src="b89859eb7faadeb40830600590478e6e.png" />'
...
sh: latex: command not found
not ok 426 - Failure: MathCoverageTest::testCoverage with data set #291 ('\\color{Fuchsia}\\text{Fuchsia}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Fuchsia}\\text{Fuchsia}" src="/images/math/3/0/7/3073bfb913846b8b74d221b3de291348.png" />')
---
message: 'Failed to render \color{Fuchsia}\text{Fuchsia}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Fuchsia}\text{Fuchsia}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Fuchsia}\text{Fuchsia}" src="3073bfb913846b8b74d221b3de291348.png" />'
...
sh: latex: command not found
not ok 427 - Failure: MathCoverageTest::testCoverage with data set #292 ('\\color{Goldenrod}\\text{Goldenrod}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Goldenrod}\\text{Goldenrod}" src="/images/math/a/f/6/af66a8061a03abb89bc4d205503d437f.png" />')
---
message: 'Failed to render \color{Goldenrod}\text{Goldenrod}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Goldenrod}\text{Goldenrod}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Goldenrod}\text{Goldenrod}" src="af66a8061a03abb89bc4d205503d437f.png" />'
...
sh: latex: command not found
not ok 428 - Failure: MathCoverageTest::testCoverage with data set #293 ('\\color{Gray}\\text{Gray}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Gray}\\text{Gray}" src="/images/math/1/e/5/1e5478f23b28143107d25266b55ef78a.png" />')
---
message: 'Failed to render \color{Gray}\text{Gray}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Gray}\text{Gray}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Gray}\text{Gray}" src="1e5478f23b28143107d25266b55ef78a.png" />'
...
sh: latex: command not found
not ok 429 - Failure: MathCoverageTest::testCoverage with data set #294 ('\\color{Green}\\text{Green}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Green}\\text{Green}" src="/images/math/9/4/7/9474b1edd45b5aefe4533543fe85bbbd.png" />')
---
message: 'Failed to render \color{Green}\text{Green}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Green}\text{Green}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Green}\text{Green}" src="9474b1edd45b5aefe4533543fe85bbbd.png" />'
...
sh: latex: command not found
not ok 430 - Failure: MathCoverageTest::testCoverage with data set #295 ('\\color{GreenYellow}\\text{GreenYellow}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{GreenYellow}\\text{GreenYellow}" src="/images/math/9/0/6/906467f5d3fa98cfa97b4194f268d5c7.png" />')
---
message: 'Failed to render \color{GreenYellow}\text{GreenYellow}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{GreenYellow}\text{GreenYellow}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{GreenYellow}\text{GreenYellow}" src="906467f5d3fa98cfa97b4194f268d5c7.png" />'
...
sh: latex: command not found
not ok 431 - Failure: MathCoverageTest::testCoverage with data set #296 ('\\color{JungleGreen}\\text{JungleGreen}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{JungleGreen}\\text{JungleGreen}" src="/images/math/f/7/2/f72158890930502ffd7dae256812f7e4.png" />')
---
message: 'Failed to render \color{JungleGreen}\text{JungleGreen}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{JungleGreen}\text{JungleGreen}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{JungleGreen}\text{JungleGreen}" src="f72158890930502ffd7dae256812f7e4.png" />'
...
sh: latex: command not found
not ok 432 - Failure: MathCoverageTest::testCoverage with data set #297 ('\\color{Lavender}\\text{Lavender}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Lavender}\\text{Lavender}" src="/images/math/f/2/f/f2fa7339ac0b50f73409f1e05eb77800.png" />')
---
message: 'Failed to render \color{Lavender}\text{Lavender}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Lavender}\text{Lavender}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Lavender}\text{Lavender}" src="f2fa7339ac0b50f73409f1e05eb77800.png" />'
...
sh: latex: command not found
not ok 433 - Failure: MathCoverageTest::testCoverage with data set #298 ('\\color{LimeGreen}\\text{LimeGreen}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{LimeGreen}\\text{LimeGreen}" src="/images/math/c/4/c/c4c5d14dea2c682d5f4148eab87e332f.png" />')
---
message: 'Failed to render \color{LimeGreen}\text{LimeGreen}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{LimeGreen}\text{LimeGreen}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{LimeGreen}\text{LimeGreen}" src="c4c5d14dea2c682d5f4148eab87e332f.png" />'
...
sh: latex: command not found
not ok 434 - Failure: MathCoverageTest::testCoverage with data set #299 ('\\color{Magenta}\\text{Magenta}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Magenta}\\text{Magenta}" src="/images/math/d/9/b/d9bfd6c63b5b8c21f53e52a74a75eb97.png" />')
---
message: 'Failed to render \color{Magenta}\text{Magenta}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Magenta}\text{Magenta}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Magenta}\text{Magenta}" src="d9bfd6c63b5b8c21f53e52a74a75eb97.png" />'
...
sh: latex: command not found
not ok 435 - Failure: MathCoverageTest::testCoverage with data set #300 ('\\color{Mahogany}\\text{Mahogany}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Mahogany}\\text{Mahogany}" src="/images/math/d/b/b/dbb2ef205ba8d4d3586b1b9785c54c25.png" />')
---
message: 'Failed to render \color{Mahogany}\text{Mahogany}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Mahogany}\text{Mahogany}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Mahogany}\text{Mahogany}" src="dbb2ef205ba8d4d3586b1b9785c54c25.png" />'
...
sh: latex: command not found
not ok 436 - Failure: MathCoverageTest::testCoverage with data set #301 ('\\color{Maroon}\\text{Maroon}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Maroon}\\text{Maroon}" src="/images/math/5/8/6/5861b59a922bda9d96cf03cb8a184a8a.png" />')
---
message: 'Failed to render \color{Maroon}\text{Maroon}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Maroon}\text{Maroon}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Maroon}\text{Maroon}" src="5861b59a922bda9d96cf03cb8a184a8a.png" />'
...
sh: latex: command not found
not ok 437 - Failure: MathCoverageTest::testCoverage with data set #302 ('\\color{Melon}\\text{Melon}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Melon}\\text{Melon}" src="/images/math/e/9/b/e9b605ab8c6a1135ac9bb24e540e645b.png" />')
---
message: 'Failed to render \color{Melon}\text{Melon}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Melon}\text{Melon}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Melon}\text{Melon}" src="e9b605ab8c6a1135ac9bb24e540e645b.png" />'
...
sh: latex: command not found
not ok 438 - Failure: MathCoverageTest::testCoverage with data set #303 ('\\color{MidnightBlue}\\text{MidnightBlue}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{MidnightBlue}\\text{MidnightBlue}" src="/images/math/3/c/1/3c196c0de1592080c250b05208cb29c1.png" />')
---
message: 'Failed to render \color{MidnightBlue}\text{MidnightBlue}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{MidnightBlue}\text{MidnightBlue}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{MidnightBlue}\text{MidnightBlue}" src="3c196c0de1592080c250b05208cb29c1.png" />'
...
sh: latex: command not found
not ok 439 - Failure: MathCoverageTest::testCoverage with data set #304 ('\\color{Mulberry}\\text{Mulberry}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Mulberry}\\text{Mulberry}" src="/images/math/7/8/f/78fe49c7ffa31d0309ecad4e17c8533b.png" />')
---
message: 'Failed to render \color{Mulberry}\text{Mulberry}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Mulberry}\text{Mulberry}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Mulberry}\text{Mulberry}" src="78fe49c7ffa31d0309ecad4e17c8533b.png" />'
...
sh: latex: command not found
not ok 440 - Failure: MathCoverageTest::testCoverage with data set #305 ('\\color{NavyBlue}\\text{NavyBlue}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{NavyBlue}\\text{NavyBlue}" src="/images/math/b/5/7/b57ac6d698f2a553d1de298b8ae86f55.png" />')
---
message: 'Failed to render \color{NavyBlue}\text{NavyBlue}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{NavyBlue}\text{NavyBlue}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{NavyBlue}\text{NavyBlue}" src="b57ac6d698f2a553d1de298b8ae86f55.png" />'
...
sh: latex: command not found
not ok 441 - Failure: MathCoverageTest::testCoverage with data set #306 ('\\color{OliveGreen}\\text{OliveGreen}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{OliveGreen}\\text{OliveGreen}" src="/images/math/1/f/f/1ff90d0c4e6d6901579206062701309a.png" />')
---
message: 'Failed to render \color{OliveGreen}\text{OliveGreen}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{OliveGreen}\text{OliveGreen}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{OliveGreen}\text{OliveGreen}" src="1ff90d0c4e6d6901579206062701309a.png" />'
...
sh: latex: command not found
not ok 442 - Failure: MathCoverageTest::testCoverage with data set #307 ('\\color{Orange}\\text{Orange}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Orange}\\text{Orange}" src="/images/math/1/d/d/1dd73f756801b262f01f87912b369339.png" />')
---
message: 'Failed to render \color{Orange}\text{Orange}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Orange}\text{Orange}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Orange}\text{Orange}" src="1dd73f756801b262f01f87912b369339.png" />'
...
sh: latex: command not found
not ok 443 - Failure: MathCoverageTest::testCoverage with data set #308 ('\\color{OrangeRed}\\text{OrangeRed}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{OrangeRed}\\text{OrangeRed}" src="/images/math/6/d/f/6df4aca479f5fa8acae9c21141636557.png" />')
---
message: 'Failed to render \color{OrangeRed}\text{OrangeRed}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{OrangeRed}\text{OrangeRed}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{OrangeRed}\text{OrangeRed}" src="6df4aca479f5fa8acae9c21141636557.png" />'
...
sh: latex: command not found
not ok 444 - Failure: MathCoverageTest::testCoverage with data set #309 ('\\color{Orchid}\\text{Orchid}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Orchid}\\text{Orchid}" src="/images/math/e/0/3/e03e079ac7c0138cc85bb20894e42c7d.png" />')
---
message: 'Failed to render \color{Orchid}\text{Orchid}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Orchid}\text{Orchid}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Orchid}\text{Orchid}" src="e03e079ac7c0138cc85bb20894e42c7d.png" />'
...
sh: latex: command not found
not ok 445 - Failure: MathCoverageTest::testCoverage with data set #310 ('\\color{Peach}\\text{Peach}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Peach}\\text{Peach}" src="/images/math/1/6/a/16a4afaaa911b78f102f2e088c596715.png" />')
---
message: 'Failed to render \color{Peach}\text{Peach}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Peach}\text{Peach}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Peach}\text{Peach}" src="16a4afaaa911b78f102f2e088c596715.png" />'
...
sh: latex: command not found
not ok 446 - Failure: MathCoverageTest::testCoverage with data set #311 ('\\color{Periwinkle}\\text{Periwinkle}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Periwinkle}\\text{Periwinkle}" src="/images/math/1/0/4/104bee7d6969d0403571f7aa65390384.png" />')
---
message: 'Failed to render \color{Periwinkle}\text{Periwinkle}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Periwinkle}\text{Periwinkle}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Periwinkle}\text{Periwinkle}" src="104bee7d6969d0403571f7aa65390384.png" />'
...
sh: latex: command not found
not ok 447 - Failure: MathCoverageTest::testCoverage with data set #312 ('\\color{PineGreen}\\text{PineGreen}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{PineGreen}\\text{PineGreen}" src="/images/math/5/8/2/5821d738015d4bae29a90be43c9dc760.png" />')
---
message: 'Failed to render \color{PineGreen}\text{PineGreen}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{PineGreen}\text{PineGreen}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{PineGreen}\text{PineGreen}" src="5821d738015d4bae29a90be43c9dc760.png" />'
...
sh: latex: command not found
not ok 448 - Failure: MathCoverageTest::testCoverage with data set #313 ('\\color{Plum}\\text{Plum}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Plum}\\text{Plum}" src="/images/math/d/e/3/de3328ac78da89a5e86e1917ec8fb87b.png" />')
---
message: 'Failed to render \color{Plum}\text{Plum}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Plum}\text{Plum}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Plum}\text{Plum}" src="de3328ac78da89a5e86e1917ec8fb87b.png" />'
...
sh: latex: command not found
not ok 449 - Failure: MathCoverageTest::testCoverage with data set #314 ('\\color{ProcessBlue}\\text{ProcessBlue}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{ProcessBlue}\\text{ProcessBlue}" src="/images/math/e/2/0/e20ab4232d3130d086b8de76eee6b53c.png" />')
---
message: 'Failed to render \color{ProcessBlue}\text{ProcessBlue}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{ProcessBlue}\text{ProcessBlue}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{ProcessBlue}\text{ProcessBlue}" src="e20ab4232d3130d086b8de76eee6b53c.png" />'
...
sh: latex: command not found
not ok 450 - Failure: MathCoverageTest::testCoverage with data set #315 ('\\color{Purple}\\text{Purple}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Purple}\\text{Purple}" src="/images/math/f/e/f/fefd1c1377e3d29213e81e866583adad.png" />')
---
message: 'Failed to render \color{Purple}\text{Purple}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Purple}\text{Purple}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Purple}\text{Purple}" src="fefd1c1377e3d29213e81e866583adad.png" />'
...
sh: latex: command not found
not ok 451 - Failure: MathCoverageTest::testCoverage with data set #316 ('\\color{RawSienna}\\text{RawSienna}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{RawSienna}\\text{RawSienna}" src="/images/math/7/4/5/745d3d1a6a79b318a497e6fbcb57dc02.png" />')
---
message: 'Failed to render \color{RawSienna}\text{RawSienna}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{RawSienna}\text{RawSienna}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{RawSienna}\text{RawSienna}" src="745d3d1a6a79b318a497e6fbcb57dc02.png" />'
...
sh: latex: command not found
not ok 452 - Failure: MathCoverageTest::testCoverage with data set #317 ('\\color{Red}\\text{Red}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Red}\\text{Red}" src="/images/math/9/e/2/9e2052c4c91b5216205fe642a06c5ac1.png" />')
---
message: 'Failed to render \color{Red}\text{Red}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Red}\text{Red}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Red}\text{Red}" src="9e2052c4c91b5216205fe642a06c5ac1.png" />'
...
sh: latex: command not found
not ok 453 - Failure: MathCoverageTest::testCoverage with data set #318 ('\\color{RedOrange}\\text{RedOrange}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{RedOrange}\\text{RedOrange}" src="/images/math/2/a/0/2a026699e64707b449d7c3811d752725.png" />')
---
message: 'Failed to render \color{RedOrange}\text{RedOrange}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{RedOrange}\text{RedOrange}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{RedOrange}\text{RedOrange}" src="2a026699e64707b449d7c3811d752725.png" />'
...
sh: latex: command not found
not ok 454 - Failure: MathCoverageTest::testCoverage with data set #319 ('\\color{RedViolet}\\text{RedViolet}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{RedViolet}\\text{RedViolet}" src="/images/math/2/a/c/2ac9ad9fbd882591f7971ff477880fe6.png" />')
---
message: 'Failed to render \color{RedViolet}\text{RedViolet}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{RedViolet}\text{RedViolet}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{RedViolet}\text{RedViolet}" src="2ac9ad9fbd882591f7971ff477880fe6.png" />'
...
sh: latex: command not found
not ok 455 - Failure: MathCoverageTest::testCoverage with data set #320 ('\\color{Rhodamine}\\text{Rhodamine}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Rhodamine}\\text{Rhodamine}" src="/images/math/2/7/d/27d615add22f24e5689271903afd2ea8.png" />')
---
message: 'Failed to render \color{Rhodamine}\text{Rhodamine}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Rhodamine}\text{Rhodamine}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Rhodamine}\text{Rhodamine}" src="27d615add22f24e5689271903afd2ea8.png" />'
...
sh: latex: command not found
not ok 456 - Failure: MathCoverageTest::testCoverage with data set #321 ('\\color{RoyalBlue}\\text{RoyalBlue}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{RoyalBlue}\\text{RoyalBlue}" src="/images/math/6/e/2/6e26c2a826a4d55150b804f2e71444af.png" />')
---
message: 'Failed to render \color{RoyalBlue}\text{RoyalBlue}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{RoyalBlue}\text{RoyalBlue}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{RoyalBlue}\text{RoyalBlue}" src="6e26c2a826a4d55150b804f2e71444af.png" />'
...
sh: latex: command not found
not ok 457 - Failure: MathCoverageTest::testCoverage with data set #322 ('\\color{RoyalPurple}\\text{RoyalPurple}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{RoyalPurple}\\text{RoyalPurple}" src="/images/math/d/d/4/dd4a6069922baf4c048592b1bccef491.png" />')
---
message: 'Failed to render \color{RoyalPurple}\text{RoyalPurple}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{RoyalPurple}\text{RoyalPurple}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{RoyalPurple}\text{RoyalPurple}" src="dd4a6069922baf4c048592b1bccef491.png" />'
...
sh: latex: command not found
not ok 458 - Failure: MathCoverageTest::testCoverage with data set #323 ('\\color{RubineRed}\\text{RubineRed}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{RubineRed}\\text{RubineRed}" src="/images/math/7/7/1/771e441e86b10ef3db7b7cb90d9570d1.png" />')
---
message: 'Failed to render \color{RubineRed}\text{RubineRed}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{RubineRed}\text{RubineRed}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{RubineRed}\text{RubineRed}" src="771e441e86b10ef3db7b7cb90d9570d1.png" />'
...
sh: latex: command not found
not ok 459 - Failure: MathCoverageTest::testCoverage with data set #324 ('\\color{Salmon}\\text{Salmon}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Salmon}\\text{Salmon}" src="/images/math/1/2/0/1204c3c0547f50b71bda5357deba7948.png" />')
---
message: 'Failed to render \color{Salmon}\text{Salmon}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Salmon}\text{Salmon}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Salmon}\text{Salmon}" src="1204c3c0547f50b71bda5357deba7948.png" />'
...
sh: latex: command not found
not ok 460 - Failure: MathCoverageTest::testCoverage with data set #325 ('\\color{SeaGreen}\\text{SeaGreen}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{SeaGreen}\\text{SeaGreen}" src="/images/math/e/8/9/e897b90beb4e669c01a63c3d2ac2d954.png" />')
---
message: 'Failed to render \color{SeaGreen}\text{SeaGreen}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{SeaGreen}\text{SeaGreen}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{SeaGreen}\text{SeaGreen}" src="e897b90beb4e669c01a63c3d2ac2d954.png" />'
...
sh: latex: command not found
not ok 461 - Failure: MathCoverageTest::testCoverage with data set #326 ('\\color{Sepia}\\text{Sepia}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Sepia}\\text{Sepia}" src="/images/math/e/3/b/e3b0037782599bf00cec26b758627e4b.png" />')
---
message: 'Failed to render \color{Sepia}\text{Sepia}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Sepia}\text{Sepia}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Sepia}\text{Sepia}" src="e3b0037782599bf00cec26b758627e4b.png" />'
...
sh: latex: command not found
not ok 462 - Failure: MathCoverageTest::testCoverage with data set #327 ('\\color{SkyBlue}\\text{SkyBlue}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{SkyBlue}\\text{SkyBlue}" src="/images/math/0/3/b/03bc1de1505a991d0f8c2db1a9211740.png" />')
---
message: 'Failed to render \color{SkyBlue}\text{SkyBlue}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{SkyBlue}\text{SkyBlue}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{SkyBlue}\text{SkyBlue}" src="03bc1de1505a991d0f8c2db1a9211740.png" />'
...
sh: latex: command not found
not ok 463 - Failure: MathCoverageTest::testCoverage with data set #328 ('\\color{SpringGreen}\\text{SpringGreen}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{SpringGreen}\\text{SpringGreen}" src="/images/math/7/d/e/7de66b44de4a77d808c6ad47e0ba3502.png" />')
---
message: 'Failed to render \color{SpringGreen}\text{SpringGreen}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{SpringGreen}\text{SpringGreen}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{SpringGreen}\text{SpringGreen}" src="7de66b44de4a77d808c6ad47e0ba3502.png" />'
...
sh: latex: command not found
not ok 464 - Failure: MathCoverageTest::testCoverage with data set #329 ('\\color{Tan}\\text{Tan}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Tan}\\text{Tan}" src="/images/math/6/9/7/6975e0f90106c5e304d39dfebc6ad1d0.png" />')
---
message: 'Failed to render \color{Tan}\text{Tan}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Tan}\text{Tan}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Tan}\text{Tan}" src="6975e0f90106c5e304d39dfebc6ad1d0.png" />'
...
sh: latex: command not found
not ok 465 - Failure: MathCoverageTest::testCoverage with data set #330 ('\\color{TealBlue}\\text{TealBlue}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{TealBlue}\\text{TealBlue}" src="/images/math/2/b/1/2b19a41a6ca9691cdbd5fa9f15665d5a.png" />')
---
message: 'Failed to render \color{TealBlue}\text{TealBlue}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{TealBlue}\text{TealBlue}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{TealBlue}\text{TealBlue}" src="2b19a41a6ca9691cdbd5fa9f15665d5a.png" />'
...
sh: latex: command not found
not ok 466 - Failure: MathCoverageTest::testCoverage with data set #331 ('\\color{Thistle}\\text{Thistle}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Thistle}\\text{Thistle}" src="/images/math/8/2/8/828c123619d3d3e078aa28bbb362c389.png" />')
---
message: 'Failed to render \color{Thistle}\text{Thistle}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Thistle}\text{Thistle}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Thistle}\text{Thistle}" src="828c123619d3d3e078aa28bbb362c389.png" />'
...
sh: latex: command not found
not ok 467 - Failure: MathCoverageTest::testCoverage with data set #332 ('\\color{Turquoise}\\text{Turquoise}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Turquoise}\\text{Turquoise}" src="/images/math/e/d/b/edbea9eb14e35cbadb5e2df41afae369.png" />')
---
message: 'Failed to render \color{Turquoise}\text{Turquoise}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Turquoise}\text{Turquoise}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Turquoise}\text{Turquoise}" src="edbea9eb14e35cbadb5e2df41afae369.png" />'
...
sh: latex: command not found
not ok 468 - Failure: MathCoverageTest::testCoverage with data set #333 ('\\color{Violet}\\text{Violet}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{Violet}\\text{Violet}" src="/images/math/8/5/d/85da72dd0a892dd3364fefd94a14cf7c.png" />')
---
message: 'Failed to render \color{Violet}\text{Violet}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{Violet}\text{Violet}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{Violet}\text{Violet}" src="85da72dd0a892dd3364fefd94a14cf7c.png" />'
...
sh: latex: command not found
not ok 469 - Failure: MathCoverageTest::testCoverage with data set #334 ('\\color{VioletRed}\\text{VioletRed}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{VioletRed}\\text{VioletRed}" src="/images/math/9/b/5/9b5d2430fd995e45f7974583ab86db0c.png" />')
---
message: 'Failed to render \color{VioletRed}\text{VioletRed}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{VioletRed}\text{VioletRed}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{VioletRed}\text{VioletRed}" src="9b5d2430fd995e45f7974583ab86db0c.png" />'
...
sh: latex: command not found
not ok 470 - Failure: MathCoverageTest::testCoverage with data set #335 ('\\color{WildStrawberry}\\text{WildStrawberry}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{WildStrawberry}\\text{WildStrawberry}" src="/images/math/0/9/6/0962e3794c0315fd26b9668555ebff1c.png" />')
---
message: 'Failed to render \color{WildStrawberry}\text{WildStrawberry}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{WildStrawberry}\text{WildStrawberry}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{WildStrawberry}\text{WildStrawberry}" src="0962e3794c0315fd26b9668555ebff1c.png" />'
...
sh: latex: command not found
not ok 471 - Failure: MathCoverageTest::testCoverage with data set #336 ('\\color{YellowGreen}\\text{YellowGreen}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{YellowGreen}\\text{YellowGreen}" src="/images/math/7/2/a/72a3756fa95c0da850b33ccb7b3e3900.png" />')
---
message: 'Failed to render \color{YellowGreen}\text{YellowGreen}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{YellowGreen}\text{YellowGreen}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{YellowGreen}\text{YellowGreen}" src="72a3756fa95c0da850b33ccb7b3e3900.png" />'
...
sh: latex: command not found
not ok 472 - Failure: MathCoverageTest::testCoverage with data set #337 ('\\color{YellowOrange}\\text{YellowOrange}', '<img class="mwe-math-fallback-png-inline tex" alt="\\color{YellowOrange}\\text{YellowOrange}" src="/images/math/1/1/9/119eb093f2ffcbd3d77a13f55f185f52.png" />')
---
message: 'Failed to render \color{YellowOrange}\text{YellowOrange}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \color{YellowOrange}\text{YellowOrange}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\color{YellowOrange}\text{YellowOrange}" src="119eb093f2ffcbd3d77a13f55f185f52.png" />'
...
sh: latex: command not found
not ok 473 - Failure: MathCoverageTest::testCoverage with data set #338 ('a \\qquad b', '<img class="mwe-math-fallback-png-inline tex" alt="a \\qquad b" src="/images/math/e/5/0/e505263bc9c94f673c580f3a36a7f08a.png" />')
---
message: 'Failed to render a \qquad b'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): a \qquad b</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="a \qquad b" src="e505263bc9c94f673c580f3a36a7f08a.png" />'
...
sh: latex: command not found
not ok 474 - Failure: MathCoverageTest::testCoverage with data set #339 ('a \\quad b', '<img class="mwe-math-fallback-png-inline tex" alt="a \\quad b" src="/images/math/d/a/8/da8c1d9effa4501fd80c054e59ad917d.png" />')
---
message: 'Failed to render a \quad b'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): a \quad b</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="a \quad b" src="da8c1d9effa4501fd80c054e59ad917d.png" />'
...
sh: latex: command not found
not ok 475 - Failure: MathCoverageTest::testCoverage with data set #340 ('a\\ b', '<img class="mwe-math-fallback-png-inline tex" alt="a\\ b" src="/images/math/6/9/2/692d4bffca8e84ffb45cf9d5facf31d6.png" />')
---
message: 'Failed to render a\ b'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): a\ b</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="a\ b" src="692d4bffca8e84ffb45cf9d5facf31d6.png" />'
...
sh: latex: command not found
not ok 476 - Failure: MathCoverageTest::testCoverage with data set #341 ('a \\mbox{ } b', '<img class="mwe-math-fallback-png-inline tex" alt="a \\mbox{ } b" src="/images/math/a/2/d/a2dcf5a19724cb3344c10f6da10ad886.png" />')
---
message: 'Failed to render a \mbox{ } b'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): a \mbox{ } b</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="a \mbox{ } b" src="a2dcf5a19724cb3344c10f6da10ad886.png" />'
...
sh: latex: command not found
not ok 477 - Failure: MathCoverageTest::testCoverage with data set #342 ('a\\;b', '<img class="mwe-math-fallback-png-inline tex" alt="a\\;b" src="/images/math/b/5/a/b5ade5d5393fd7727bf77fa44ec8b564.png" />')
---
message: 'Failed to render a\;b'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): a\;b</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="a\;b" src="b5ade5d5393fd7727bf77fa44ec8b564.png" />'
...
sh: latex: command not found
not ok 478 - Failure: MathCoverageTest::testCoverage with data set #343 ('a\\,b', '<img class="mwe-math-fallback-png-inline tex" alt="a\\,b" src="/images/math/7/b/e/7bea99aed60ba5e1fe8a134ab43fa85f.png" />')
---
message: 'Failed to render a\,b'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): a\,b</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="a\,b" src="7bea99aed60ba5e1fe8a134ab43fa85f.png" />'
...
sh: latex: command not found
not ok 479 - Failure: MathCoverageTest::testCoverage with data set #344 ('ab', '<img class="mwe-math-fallback-png-inline tex" alt="ab" src="/images/math/1/8/7/187ef4436122d1cc2f40dc2b92f0eba0.png" />')
---
message: 'Failed to render ab'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): ab</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="ab" src="187ef4436122d1cc2f40dc2b92f0eba0.png" />'
...
sh: latex: command not found
not ok 480 - Failure: MathCoverageTest::testCoverage with data set #345 ('\\mathit{ab}', '<img class="mwe-math-fallback-png-inline tex" alt="\\mathit{ab}" src="/images/math/9/e/b/9eb2e32cf7426cbd216d0dca18e6584e.png" />')
---
message: 'Failed to render \mathit{ab}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \mathit{ab}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\mathit{ab}" src="9eb2e32cf7426cbd216d0dca18e6584e.png" />'
...
sh: latex: command not found
not ok 481 - Failure: MathCoverageTest::testCoverage with data set #346 ('a\\!b', '<img class="mwe-math-fallback-png-inline tex" alt="a\\!b" src="/images/math/0/f/b/0fbcad5fadb912e8afa6d113a75c83e4.png" />')
---
message: 'Failed to render a\!b'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): a\!b</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="a\!b" src="0fbcad5fadb912e8afa6d113a75c83e4.png" />'
...
sh: latex: command not found
not ok 482 - Failure: MathCoverageTest::testCoverage with data set #347 ('0+1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17+18+19+20+\\cdots', '<img class="mwe-math-fallback-png-inline tex" alt="0+1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17+18+19+20+\\cdots" src="/images/math/4/2/f/42fbce9ee33ec5113992c9a867bfddf3.png" />')
---
message: 'Failed to render 0+1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17+18+19+20+\cdots'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): 0+1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17+18+19+20+\cdots</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="0+1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17+18+19+20+\cdots" src="42fbce9ee33ec5113992c9a867bfddf3.png" />'
...
sh: latex: command not found
not ok 483 - Failure: MathCoverageTest::testCoverage with data set #348 ('{0+1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17+18+19+20+\\cdots}', '<img class="mwe-math-fallback-png-inline tex" alt="{0+1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17+18+19+20+\\cdots}" src="/images/math/d/3/a/d3acbcf21e8a90a92f676359b7def515.png" />')
---
message: 'Failed to render {0+1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17+18+19+20+\cdots}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): {0+1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17+18+19+20+\cdots}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="{0+1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17+18+19+20+\cdots}" src="d3acbcf21e8a90a92f676359b7def515.png" />'
...
sh: latex: command not found
not ok 484 - Failure: MathCoverageTest::testCoverage with data set #349 ('\\int_{-N}^{N} e^x\\, dx', '<img class="mwe-math-fallback-png-inline tex" alt="\\int_{-N}^{N} e^x\\, dx" src="/images/math/4/e/0/4e053ca66cfc79a2397c40aa34c66a25.png" />')
---
message: 'Failed to render \int_{-N}^{N} e^x\, dx'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \int_{-N}^{N} e^x\, dx</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\int_{-N}^{N} e^x\, dx" src="4e053ca66cfc79a2397c40aa34c66a25.png" />'
...
sh: latex: command not found
not ok 485 - Failure: MathCoverageTest::testCoverage with data set #350 ('\\sum_{i=0}^\\infty 2^{-i}', '<img class="mwe-math-fallback-png-inline tex" alt="\\sum_{i=0}^\\infty 2^{-i}" src="/images/math/a/f/9/af926e99e79600018438bc1ddea6da71.png" />')
---
message: 'Failed to render \sum_{i=0}^\infty 2^{-i}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sum_{i=0}^\infty 2^{-i}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sum_{i=0}^\infty 2^{-i}" src="af926e99e79600018438bc1ddea6da71.png" />'
...
sh: latex: command not found
not ok 486 - Failure: MathCoverageTest::testCoverage with data set #351 ('\\text{geometric series:}\\quad \\sum_{i=0}^\\infty 2^{-i}=2 ', '<img class="mwe-math-fallback-png-inline tex" alt="\\text{geometric series:}\\quad \\sum_{i=0}^\\infty 2^{-i}=2 " src="/images/math/4/f/3/4f3cab8bdfda51452401e6897c24319a.png" />')
---
message: 'Failed to render \text{geometric series:}\quad \sum_{i=0}^\infty 2^{-i}=2 '
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \text{geometric series:}\quad \sum_{i=0}^\infty 2^{-i}=2 </strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\text{geometric series:}\quad \sum_{i=0}^\infty 2^{-i}=2 " src="4f3cab8bdfda51452401e6897c24319a.png" />'
...
sh: latex: command not found
not ok 487 - Failure: MathCoverageTest::testCoverage with data set #352 ('\\iint', '<img class="mwe-math-fallback-png-inline tex" alt="\\iint" src="/images/math/0/e/6/0e66f8f6b272ca5db6f0b3f1c63a7560.png" />')
---
message: 'Failed to render \iint'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \iint</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\iint" src="0e66f8f6b272ca5db6f0b3f1c63a7560.png" />'
...
sh: latex: command not found
not ok 488 - Failure: MathCoverageTest::testCoverage with data set #353 ('\\oint', '<img class="mwe-math-fallback-png-inline tex" alt="\\oint" src="/images/math/0/5/8/058bf10c50ba4ee074da24c60a590314.png" />')
---
message: 'Failed to render \oint'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \oint</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\oint" src="058bf10c50ba4ee074da24c60a590314.png" />'
...
sh: latex: command not found
not ok 489 - Failure: MathCoverageTest::testCoverage with data set #354 ('\\iint\\limits_{S}\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\subset\\!\\supset \\mathbf D \\cdot \\mathrm{d}\\mathbf A', '<img class="mwe-math-fallback-png-inline tex" alt="\\iint\\limits_{S}\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\subset\\!\\supset \\mathbf D \\cdot \\mathrm{d}\\mathbf A" src="/images/math/2/e/1/2e1f7e4168ae003494bbec19102f4967.png" />')
---
message: 'Failed to render \iint\limits_{S}\!\!\!\!\!\!\!\!\!\!\!\subset\!\supset \mathbf D \cdot \mathrm{d}\mathbf A'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \iint\limits_{S}\!\!\!\!\!\!\!\!\!\!\!\subset\!\supset \mathbf D \cdot \mathrm{d}\mathbf A</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\iint\limits_{S}\!\!\!\!\!\!\!\!\!\!\!\subset\!\supset \mathbf D \cdot \mathrm{d}\mathbf A" src="2e1f7e4168ae003494bbec19102f4967.png" />'
...
sh: latex: command not found
not ok 490 - Failure: MathCoverageTest::testCoverage with data set #355 ('\\int\\!\\!\\!\\!\\int_{\\partial V}\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\;\\;\\;\\bigcirc\\,\\,\\mathbf D\\cdot\\mathrm{d}\\mathbf A', '<img class="mwe-math-fallback-png-inline tex" alt="\\int\\!\\!\\!\\!\\int_{\\partial V}\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\;\\;\\;\\bigcirc\\,\\,\\mathbf D\\cdot\\mathrm{d}\\mathbf A" src="/images/math/4/d/0/4d0e5fd5543dece7d0ff39eff990efbb.png" />')
---
message: 'Failed to render \int\!\!\!\!\int_{\partial V}\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\;\;\;\bigcirc\,\,\mathbf D\cdot\mathrm{d}\mathbf A'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \int\!\!\!\!\int_{\partial V}\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\;\;\;\bigcirc\,\,\mathbf D\cdot\mathrm{d}\mathbf A</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\int\!\!\!\!\int_{\partial V}\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\;\;\;\bigcirc\,\,\mathbf D\cdot\mathrm{d}\mathbf A" src="4d0e5fd5543dece7d0ff39eff990efbb.png" />'
...
sh: latex: command not found
not ok 491 - Failure: MathCoverageTest::testCoverage with data set #356 ('\\int\\!\\!\\!\\!\\!\\int\\!\\!\\!\\!\\!\\int_{\\partial V}\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\;\\;\\;\\subset\\!\\supset \\mathbf D\\cdot\\mathrm{d}\\mathbf A', '<img class="mwe-math-fallback-png-inline tex" alt="\\int\\!\\!\\!\\!\\!\\int\\!\\!\\!\\!\\!\\int_{\\partial V}\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\;\\;\\;\\subset\\!\\supset \\mathbf D\\cdot\\mathrm{d}\\mathbf A" src="/images/math/1/9/9/1990fe2f58972e93f7d23b3902ca925b.png" />')
---
message: 'Failed to render \int\!\!\!\!\!\int\!\!\!\!\!\int_{\partial V}\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\;\;\;\subset\!\supset \mathbf D\cdot\mathrm{d}\mathbf A'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \int\!\!\!\!\!\int\!\!\!\!\!\int_{\partial V}\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\;\;\;\subset\!\supset \mathbf D\cdot\mathrm{d}\mathbf A</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\int\!\!\!\!\!\int\!\!\!\!\!\int_{\partial V}\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\;\;\;\subset\!\supset \mathbf D\cdot\mathrm{d}\mathbf A" src="1990fe2f58972e93f7d23b3902ca925b.png" />'
...
sh: latex: command not found
not ok 492 - Failure: MathCoverageTest::testCoverage with data set #357 ('\\int\\!\\!\\!\\!\\!\\int\\!\\!\\!\\!\\!\\int_{\\partial V}\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\;\\;\\;\\bigcirc\\,\\,\\mathbf D\\;\\cdot\\mathrm{d}\\mathbf A', '<img class="mwe-math-fallback-png-inline tex" alt="\\int\\!\\!\\!\\!\\!\\int\\!\\!\\!\\!\\!\\int_{\\partial V}\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\!\\;\\;\\;\\bigcirc\\,\\,\\mathbf D\\;\\cdot\\mathrm{d}\\mathbf A" src="/images/math/d/c/5/dc59fde59ad9a9ab03d6e0eafdb6e65a.png" />')
---
message: 'Failed to render \int\!\!\!\!\!\int\!\!\!\!\!\int_{\partial V}\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\;\;\;\bigcirc\,\,\mathbf D\;\cdot\mathrm{d}\mathbf A'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \int\!\!\!\!\!\int\!\!\!\!\!\int_{\partial V}\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\;\;\;\bigcirc\,\,\mathbf D\;\cdot\mathrm{d}\mathbf A</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\int\!\!\!\!\!\int\!\!\!\!\!\int_{\partial V}\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\;\;\;\bigcirc\,\,\mathbf D\;\cdot\mathrm{d}\mathbf A" src="dc59fde59ad9a9ab03d6e0eafdb6e65a.png" />'
...
sh: latex: command not found
not ok 493 - Failure: MathCoverageTest::testCoverage with data set #358 ('{\\scriptstyle S}', '<img class="mwe-math-fallback-png-inline tex" alt="{\\scriptstyle S}" src="/images/math/7/f/f/7ff140fff7dde71951767d28cb5304ac.png" />')
---
message: 'Failed to render {\scriptstyle S}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): {\scriptstyle S}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="{\scriptstyle S}" src="7ff140fff7dde71951767d28cb5304ac.png" />'
...
sh: latex: command not found
not ok 494 - Failure: MathCoverageTest::testCoverage with data set #359 ('( \\nabla \\times \\bold{F} ) \\cdot {\\rm d}\\bold{S} = \\oint_{\\partial S} \\bold{F} \\cdot {\\rm d}\\boldsymbol{\\ell} ', '<img class="mwe-math-fallback-png-inline tex" alt="( \\nabla \\times \\bold{F} ) \\cdot {\\rm d}\\bold{S} = \\oint_{\\partial S} \\bold{F} \\cdot {\\rm d}\\boldsymbol{\\ell} " src="/images/math/f/6/d/f6d35e69f3593017cdd38fbf8e798a9f.png" />')
---
message: 'Failed to render ( \nabla \times \bold{F} ) \cdot {\rm d}\bold{S} = \oint_{\partial S} \bold{F} \cdot {\rm d}\boldsymbol{\ell} '
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): ( \nabla \times \bold{F} ) \cdot {\rm d}\bold{S} = \oint_{\partial S} \bold{F} \cdot {\rm d}\boldsymbol{\ell} </strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="( \nabla \times \bold{F} ) \cdot {\rm d}\bold{S} = \oint_{\partial S} \bold{F} \cdot {\rm d}\boldsymbol{\ell} " src="f6d35e69f3593017cdd38fbf8e798a9f.png" />'
...
sh: latex: command not found
not ok 495 - Failure: MathCoverageTest::testCoverage with data set #360 ('{\\scriptstyle S}', '<img class="mwe-math-fallback-png-inline tex" alt="{\\scriptstyle S}" src="/images/math/7/f/f/7ff140fff7dde71951767d28cb5304ac.png" />')
---
message: 'Failed to render {\scriptstyle S}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): {\scriptstyle S}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="{\scriptstyle S}" src="7ff140fff7dde71951767d28cb5304ac.png" />'
...
sh: latex: command not found
not ok 496 - Failure: MathCoverageTest::testCoverage with data set #361 ('( \\nabla \\times \\bold{F} ) \\cdot {\\rm d}\\bold{S} = \\oint_{\\partial S} \\bold{F} \\cdot {\\rm d}\\boldsymbol{\\ell} ', '<img class="mwe-math-fallback-png-inline tex" alt="( \\nabla \\times \\bold{F} ) \\cdot {\\rm d}\\bold{S} = \\oint_{\\partial S} \\bold{F} \\cdot {\\rm d}\\boldsymbol{\\ell} " src="/images/math/f/6/d/f6d35e69f3593017cdd38fbf8e798a9f.png" />')
---
message: 'Failed to render ( \nabla \times \bold{F} ) \cdot {\rm d}\bold{S} = \oint_{\partial S} \bold{F} \cdot {\rm d}\boldsymbol{\ell} '
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): ( \nabla \times \bold{F} ) \cdot {\rm d}\bold{S} = \oint_{\partial S} \bold{F} \cdot {\rm d}\boldsymbol{\ell} </strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="( \nabla \times \bold{F} ) \cdot {\rm d}\bold{S} = \oint_{\partial S} \bold{F} \cdot {\rm d}\boldsymbol{\ell} " src="f6d35e69f3593017cdd38fbf8e798a9f.png" />'
...
sh: latex: command not found
not ok 497 - Failure: MathCoverageTest::testCoverage with data set #362 ('\\oint_C \\bold{B} \\cdot {\\rm d} \\boldsymbol{\\ell} = \\mu_0 ', '<img class="mwe-math-fallback-png-inline tex" alt="\\oint_C \\bold{B} \\cdot {\\rm d} \\boldsymbol{\\ell} = \\mu_0 " src="/images/math/0/f/3/0f3f1a7580395190da1d7e7bba5a72e6.png" />')
---
message: 'Failed to render \oint_C \bold{B} \cdot {\rm d} \boldsymbol{\ell} = \mu_0 '
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \oint_C \bold{B} \cdot {\rm d} \boldsymbol{\ell} = \mu_0 </strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\oint_C \bold{B} \cdot {\rm d} \boldsymbol{\ell} = \mu_0 " src="0f3f1a7580395190da1d7e7bba5a72e6.png" />'
...
sh: latex: command not found
not ok 498 - Failure: MathCoverageTest::testCoverage with data set #363 ('{\\scriptstyle S}', '<img class="mwe-math-fallback-png-inline tex" alt="{\\scriptstyle S}" src="/images/math/7/f/f/7ff140fff7dde71951767d28cb5304ac.png" />')
---
message: 'Failed to render {\scriptstyle S}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): {\scriptstyle S}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="{\scriptstyle S}" src="7ff140fff7dde71951767d28cb5304ac.png" />'
...
sh: latex: command not found
not ok 499 - Failure: MathCoverageTest::testCoverage with data set #364 ('\\left ( \\bold{J} + \\epsilon_0\\frac{\\partial \\bold{E}}{\\partial t} \\right ) \\cdot {\\rm d}\\bold{S}', '<img class="mwe-math-fallback-png-inline tex" alt="\\left ( \\bold{J} + \\epsilon_0\\frac{\\partial \\bold{E}}{\\partial t} \\right ) \\cdot {\\rm d}\\bold{S}" src="/images/math/3/9/a/39a571d0f6a01877c10d8790a5943eab.png" />')
---
message: 'Failed to render \left ( \bold{J} + \epsilon_0\frac{\partial \bold{E}}{\partial t} \right ) \cdot {\rm d}\bold{S}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \left ( \bold{J} + \epsilon_0\frac{\partial \bold{E}}{\partial t} \right ) \cdot {\rm d}\bold{S}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\left ( \bold{J} + \epsilon_0\frac{\partial \bold{E}}{\partial t} \right ) \cdot {\rm d}\bold{S}" src="39a571d0f6a01877c10d8790a5943eab.png" />'
...
sh: latex: command not found
not ok 500 - Failure: MathCoverageTest::testCoverage with data set #365 ('\\oint_{\\partial S} \\bold{B} \\cdot {\\rm d} \\boldsymbol{\\ell} = \\mu_0 ', '<img class="mwe-math-fallback-png-inline tex" alt="\\oint_{\\partial S} \\bold{B} \\cdot {\\rm d} \\boldsymbol{\\ell} = \\mu_0 " src="/images/math/2/2/9/229ef1d17720ecf0b771d0783ce81c24.png" />')
---
message: 'Failed to render \oint_{\partial S} \bold{B} \cdot {\rm d} \boldsymbol{\ell} = \mu_0 '
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \oint_{\partial S} \bold{B} \cdot {\rm d} \boldsymbol{\ell} = \mu_0 </strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\oint_{\partial S} \bold{B} \cdot {\rm d} \boldsymbol{\ell} = \mu_0 " src="229ef1d17720ecf0b771d0783ce81c24.png" />'
...
sh: latex: command not found
not ok 501 - Failure: MathCoverageTest::testCoverage with data set #366 ('{\\scriptstyle S}', '<img class="mwe-math-fallback-png-inline tex" alt="{\\scriptstyle S}" src="/images/math/7/f/f/7ff140fff7dde71951767d28cb5304ac.png" />')
---
message: 'Failed to render {\scriptstyle S}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): {\scriptstyle S}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="{\scriptstyle S}" src="7ff140fff7dde71951767d28cb5304ac.png" />'
...
sh: latex: command not found
not ok 502 - Failure: MathCoverageTest::testCoverage with data set #367 ('\\left ( \\bold{J} + \\epsilon_0\\frac{\\partial \\bold{E}}{\\partial t} \\right ) \\cdot {\\rm d}\\bold{S}', '<img class="mwe-math-fallback-png-inline tex" alt="\\left ( \\bold{J} + \\epsilon_0\\frac{\\partial \\bold{E}}{\\partial t} \\right ) \\cdot {\\rm d}\\bold{S}" src="/images/math/3/9/a/39a571d0f6a01877c10d8790a5943eab.png" />')
---
message: 'Failed to render \left ( \bold{J} + \epsilon_0\frac{\partial \bold{E}}{\partial t} \right ) \cdot {\rm d}\bold{S}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \left ( \bold{J} + \epsilon_0\frac{\partial \bold{E}}{\partial t} \right ) \cdot {\rm d}\bold{S}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\left ( \bold{J} + \epsilon_0\frac{\partial \bold{E}}{\partial t} \right ) \cdot {\rm d}\bold{S}" src="39a571d0f6a01877c10d8790a5943eab.png" />'
...
sh: latex: command not found
not ok 503 - Failure: MathCoverageTest::testCoverage with data set #368 ('\\bold{P} = ', '<img class="mwe-math-fallback-png-inline tex" alt="\\bold{P} = " src="/images/math/5/b/2/5b2cfaf066bee44f213c6c2882e172c7.png" />')
---
message: 'Failed to render \bold{P} = '
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \bold{P} = </strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\bold{P} = " src="5b2cfaf066bee44f213c6c2882e172c7.png" />'
...
sh: latex: command not found
not ok 504 - Failure: MathCoverageTest::testCoverage with data set #369 ('{\\scriptstyle \\partial \\Omega}', '<img class="mwe-math-fallback-png-inline tex" alt="{\\scriptstyle \\partial \\Omega}" src="/images/math/3/0/c/30c24016df2b868da4e3a8ec58e45ce7.png" />')
---
message: 'Failed to render {\scriptstyle \partial \Omega}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): {\scriptstyle \partial \Omega}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="{\scriptstyle \partial \Omega}" src="30c24016df2b868da4e3a8ec58e45ce7.png" />'
...
sh: latex: command not found
not ok 505 - Failure: MathCoverageTest::testCoverage with data set #370 ('\\bold{T} \\cdot {\\rm d}^3\\boldsymbol{\\Sigma} = 0', '<img class="mwe-math-fallback-png-inline tex" alt="\\bold{T} \\cdot {\\rm d}^3\\boldsymbol{\\Sigma} = 0" src="/images/math/7/3/5/7357641bffa0e625f2d806b7357b7ee5.png" />')
---
message: 'Failed to render \bold{T} \cdot {\rm d}^3\boldsymbol{\Sigma} = 0'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \bold{T} \cdot {\rm d}^3\boldsymbol{\Sigma} = 0</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\bold{T} \cdot {\rm d}^3\boldsymbol{\Sigma} = 0" src="7357641bffa0e625f2d806b7357b7ee5.png" />'
...
sh: latex: command not found
not ok 506 - Failure: MathCoverageTest::testCoverage with data set #371 ('\\bold{P} = ', '<img class="mwe-math-fallback-png-inline tex" alt="\\bold{P} = " src="/images/math/5/b/2/5b2cfaf066bee44f213c6c2882e172c7.png" />')
---
message: 'Failed to render \bold{P} = '
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \bold{P} = </strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\bold{P} = " src="5b2cfaf066bee44f213c6c2882e172c7.png" />'
...
sh: latex: command not found
not ok 507 - Failure: MathCoverageTest::testCoverage with data set #372 ('{\\scriptstyle \\partial \\Omega}', '<img class="mwe-math-fallback-png-inline tex" alt="{\\scriptstyle \\partial \\Omega}" src="/images/math/3/0/c/30c24016df2b868da4e3a8ec58e45ce7.png" />')
---
message: 'Failed to render {\scriptstyle \partial \Omega}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): {\scriptstyle \partial \Omega}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="{\scriptstyle \partial \Omega}" src="30c24016df2b868da4e3a8ec58e45ce7.png" />'
...
sh: latex: command not found
not ok 508 - Failure: MathCoverageTest::testCoverage with data set #373 ('\\bold{T} \\cdot {\\rm d}^3\\boldsymbol{\\Sigma} = 0', '<img class="mwe-math-fallback-png-inline tex" alt="\\bold{T} \\cdot {\\rm d}^3\\boldsymbol{\\Sigma} = 0" src="/images/math/7/3/5/7357641bffa0e625f2d806b7357b7ee5.png" />')
---
message: 'Failed to render \bold{T} \cdot {\rm d}^3\boldsymbol{\Sigma} = 0'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \bold{T} \cdot {\rm d}^3\boldsymbol{\Sigma} = 0</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\bold{T} \cdot {\rm d}^3\boldsymbol{\Sigma} = 0" src="7357641bffa0e625f2d806b7357b7ee5.png" />'
...
sh: latex: command not found
not ok 509 - Failure: MathCoverageTest::testCoverage with data set #374 ('\\overset{\\frown}{AB}', '<img class="mwe-math-fallback-png-inline tex" alt="\\overset{\\frown}{AB}" src="/images/math/8/7/4/8748475980cbfc9c9028b4b298d2f438.png" />')
---
message: 'Failed to render \overset{\frown}{AB}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \overset{\frown}{AB}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\overset{\frown}{AB}" src="8748475980cbfc9c9028b4b298d2f438.png" />'
...
sh: latex: command not found
not ok 510 - Failure: MathCoverageTest::testCoverage with data set #375 ('ax^2 + bx + c = 0', '<img class="mwe-math-fallback-png-inline tex" alt="ax^2 + bx + c = 0" src="/images/math/0/c/4/0c4913db725b72609d4825124dda12aa.png" />')
---
message: 'Failed to render ax^2 + bx + c = 0'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): ax^2 + bx + c = 0</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="ax^2 + bx + c = 0" src="0c4913db725b72609d4825124dda12aa.png" />'
...
sh: latex: command not found
not ok 511 - Failure: MathCoverageTest::testCoverage with data set #376 ('ax^2 + bx + c = 0', '<img class="mwe-math-fallback-png-inline tex" alt="ax^2 + bx + c = 0" src="/images/math/0/c/4/0c4913db725b72609d4825124dda12aa.png" />')
---
message: 'Failed to render ax^2 + bx + c = 0'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): ax^2 + bx + c = 0</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="ax^2 + bx + c = 0" src="0c4913db725b72609d4825124dda12aa.png" />'
...
sh: latex: command not found
not ok 512 - Failure: MathCoverageTest::testCoverage with data set #377 ('x={-b\\pm\\sqrt{b^2-4ac} \\over 2a}', '<img class="mwe-math-fallback-png-inline tex" alt="x={-b\\pm\\sqrt{b^2-4ac} \\over 2a}" src="/images/math/a/1/f/a1f76f347b763aa6fc880cbc641fc29f.png" />')
---
message: 'Failed to render x={-b\pm\sqrt{b^2-4ac} \over 2a}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): x={-b\pm\sqrt{b^2-4ac} \over 2a}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="x={-b\pm\sqrt{b^2-4ac} \over 2a}" src="a1f76f347b763aa6fc880cbc641fc29f.png" />'
...
sh: latex: command not found
not ok 513 - Failure: MathCoverageTest::testCoverage with data set #378 ('x={-b\\pm\\sqrt{b^2-4ac} \\over 2a}', '<img class="mwe-math-fallback-png-inline tex" alt="x={-b\\pm\\sqrt{b^2-4ac} \\over 2a}" src="/images/math/a/1/f/a1f76f347b763aa6fc880cbc641fc29f.png" />')
---
message: 'Failed to render x={-b\pm\sqrt{b^2-4ac} \over 2a}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): x={-b\pm\sqrt{b^2-4ac} \over 2a}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="x={-b\pm\sqrt{b^2-4ac} \over 2a}" src="a1f76f347b763aa6fc880cbc641fc29f.png" />'
...
sh: latex: command not found
not ok 514 - Failure: MathCoverageTest::testCoverage with data set #379 ('2 = \\left( \\frac{\\left(3-x\\right) \\times 2}{3-x} \\right)', '<img class="mwe-math-fallback-png-inline tex" alt="2 = \\left( \\frac{\\left(3-x\\right) \\times 2}{3-x} \\right)" src="/images/math/8/9/4/894f312e78ebc09a4e78c11b79cf4a8c.png" />')
---
message: 'Failed to render 2 = \left( \frac{\left(3-x\right) \times 2}{3-x} \right)'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): 2 = \left( \frac{\left(3-x\right) \times 2}{3-x} \right)</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="2 = \left( \frac{\left(3-x\right) \times 2}{3-x} \right)" src="894f312e78ebc09a4e78c11b79cf4a8c.png" />'
...
sh: latex: command not found
not ok 515 - Failure: MathCoverageTest::testCoverage with data set #380 ('2 = \\left(
\\frac{\\left(3-x\\right) \\times 2}{3-x}
\\right)', '<img class="mwe-math-fallback-png-inline tex" alt="2 = \\left(&#10;\\frac{\\left(3-x\\right) \\times 2}{3-x}&#10;\\right)" src="/images/math/8/9/4/894f312e78ebc09a4e78c11b79cf4a8c.png" />')
---
message: 'Failed to render 2 = \left('
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): 2 = \left( \frac{\left(3-x\right) \times 2}{3-x} \right)</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="2 = \left(&#10;\frac{\left(3-x\right) \times 2}{3-x}&#10;\right)" src="894f312e78ebc09a4e78c11b79cf4a8c.png" />'
...
sh: latex: command not found
not ok 516 - Failure: MathCoverageTest::testCoverage with data set #381 ('S_{\\text{new}} = S_{\\text{old}} - \\frac{ \\left( 5-T \\right) ^2} {2}', '<img class="mwe-math-fallback-png-inline tex" alt="S_{\\text{new}} = S_{\\text{old}} - \\frac{ \\left( 5-T \\right) ^2} {2}" src="/images/math/a/a/0/aa0dc58e7114c5b91f6113130dcbc1d5.png" />')
---
message: 'Failed to render S_{\text{new}} = S_{\text{old}} - \frac{ \left( 5-T \right) ^2} {2}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): S_{\text{new}} = S_{\text{old}} - \frac{ \left( 5-T \right) ^2} {2}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="S_{\text{new}} = S_{\text{old}} - \frac{ \left( 5-T \right) ^2} {2}" src="aa0dc58e7114c5b91f6113130dcbc1d5.png" />'
...
sh: latex: command not found
not ok 517 - Failure: MathCoverageTest::testCoverage with data set #382 ('S_{\\text{new}} = S_{\\text{old}} - \\frac{ \\left( 5-T \\right) ^2} {2}', '<img class="mwe-math-fallback-png-inline tex" alt="S_{\\text{new}} = S_{\\text{old}} - \\frac{ \\left( 5-T \\right) ^2} {2}" src="/images/math/a/a/0/aa0dc58e7114c5b91f6113130dcbc1d5.png" />')
---
message: 'Failed to render S_{\text{new}} = S_{\text{old}} - \frac{ \left( 5-T \right) ^2} {2}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): S_{\text{new}} = S_{\text{old}} - \frac{ \left( 5-T \right) ^2} {2}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="S_{\text{new}} = S_{\text{old}} - \frac{ \left( 5-T \right) ^2} {2}" src="aa0dc58e7114c5b91f6113130dcbc1d5.png" />'
...
sh: latex: command not found
not ok 518 - Failure: MathCoverageTest::testCoverage with data set #383 ('\\int_a^x \\!\\!\\!\\int_a^s f(y)\\,dy\\,ds = \\int_a^x f(y)(x-y)\\,dy', '<img class="mwe-math-fallback-png-inline tex" alt="\\int_a^x \\!\\!\\!\\int_a^s f(y)\\,dy\\,ds = \\int_a^x f(y)(x-y)\\,dy" src="/images/math/4/4/6/4465ba032469b775777205effe6cdc0f.png" />')
---
message: 'Failed to render \int_a^x \!\!\!\int_a^s f(y)\,dy\,ds = \int_a^x f(y)(x-y)\,dy'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \int_a^x \!\!\!\int_a^s f(y)\,dy\,ds = \int_a^x f(y)(x-y)\,dy</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\int_a^x \!\!\!\int_a^s f(y)\,dy\,ds = \int_a^x f(y)(x-y)\,dy" src="4465ba032469b775777205effe6cdc0f.png" />'
...
sh: latex: command not found
not ok 519 - Failure: MathCoverageTest::testCoverage with data set #384 ('\\int_a^x \\!\\!\\!\\int_a^s f(y)\\,dy\\,ds
= \\int_a^x f(y)(x-y)\\,dy', '<img class="mwe-math-fallback-png-inline tex" alt="\\int_a^x \\!\\!\\!\\int_a^s f(y)\\,dy\\,ds&#10;= \\int_a^x f(y)(x-y)\\,dy" src="/images/math/4/4/6/4465ba032469b775777205effe6cdc0f.png" />')
---
message: 'Failed to render \int_a^x \!\!\!\int_a^s f(y)\,dy\,ds'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \int_a^x \!\!\!\int_a^s f(y)\,dy\,ds = \int_a^x f(y)(x-y)\,dy</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\int_a^x \!\!\!\int_a^s f(y)\,dy\,ds&#10;= \int_a^x f(y)(x-y)\,dy" src="4465ba032469b775777205effe6cdc0f.png" />'
...
sh: latex: command not found
not ok 520 - Failure: MathCoverageTest::testCoverage with data set #385 ('\\det(\\mathsf{A}-\\lambda\\mathsf{I}) = 0', '<img class="mwe-math-fallback-png-inline tex" alt="\\det(\\mathsf{A}-\\lambda\\mathsf{I}) = 0" src="/images/math/6/9/1/691187249f1e86a2e459362d66b5a743.png" />')
---
message: 'Failed to render \det(\mathsf{A}-\lambda\mathsf{I}) = 0'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \det(\mathsf{A}-\lambda\mathsf{I}) = 0</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\det(\mathsf{A}-\lambda\mathsf{I}) = 0" src="691187249f1e86a2e459362d66b5a743.png" />'
...
sh: latex: command not found
not ok 521 - Failure: MathCoverageTest::testCoverage with data set #386 ('\\det(\\mathsf{A}-\\lambda\\mathsf{I}) = 0', '<img class="mwe-math-fallback-png-inline tex" alt="\\det(\\mathsf{A}-\\lambda\\mathsf{I}) = 0" src="/images/math/6/9/1/691187249f1e86a2e459362d66b5a743.png" />')
---
message: 'Failed to render \det(\mathsf{A}-\lambda\mathsf{I}) = 0'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \det(\mathsf{A}-\lambda\mathsf{I}) = 0</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\det(\mathsf{A}-\lambda\mathsf{I}) = 0" src="691187249f1e86a2e459362d66b5a743.png" />'
...
sh: latex: command not found
not ok 522 - Failure: MathCoverageTest::testCoverage with data set #387 ('\\sum_{i=0}^{n-1} i', '<img class="mwe-math-fallback-png-inline tex" alt="\\sum_{i=0}^{n-1} i" src="/images/math/9/c/3/9c3090bae1d9eccd9e1747ecc51eaece.png" />')
---
message: 'Failed to render \sum_{i=0}^{n-1} i'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sum_{i=0}^{n-1} i</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sum_{i=0}^{n-1} i" src="9c3090bae1d9eccd9e1747ecc51eaece.png" />'
...
sh: latex: command not found
not ok 523 - Failure: MathCoverageTest::testCoverage with data set #388 ('\\sum_{i=0}^{n-1} i', '<img class="mwe-math-fallback-png-inline tex" alt="\\sum_{i=0}^{n-1} i" src="/images/math/9/c/3/9c3090bae1d9eccd9e1747ecc51eaece.png" />')
---
message: 'Failed to render \sum_{i=0}^{n-1} i'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sum_{i=0}^{n-1} i</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sum_{i=0}^{n-1} i" src="9c3090bae1d9eccd9e1747ecc51eaece.png" />'
...
sh: latex: command not found
not ok 524 - Failure: MathCoverageTest::testCoverage with data set #389 ('\\sum_{m=1}^\\infty\\sum_{n=1}^\\infty\\frac{m^2\\,n}{3^m\\left(m\\,3^n+n\\,3^m\\right)}', '<img class="mwe-math-fallback-png-inline tex" alt="\\sum_{m=1}^\\infty\\sum_{n=1}^\\infty\\frac{m^2\\,n}{3^m\\left(m\\,3^n+n\\,3^m\\right)}" src="/images/math/5/c/d/5cd6041b50d619f041f121baea301898.png" />')
---
message: 'Failed to render \sum_{m=1}^\infty\sum_{n=1}^\infty\frac{m^2\,n}{3^m\left(m\,3^n+n\,3^m\right)}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sum_{m=1}^\infty\sum_{n=1}^\infty\frac{m^2\,n}{3^m\left(m\,3^n+n\,3^m\right)}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sum_{m=1}^\infty\sum_{n=1}^\infty\frac{m^2\,n}{3^m\left(m\,3^n+n\,3^m\right)}" src="5cd6041b50d619f041f121baea301898.png" />'
...
sh: latex: command not found
not ok 525 - Failure: MathCoverageTest::testCoverage with data set #390 ('\\sum_{m=1}^\\infty\\sum_{n=1}^\\infty\\frac{m^2\\,n}
{3^m\\left(m\\,3^n+n\\,3^m\\right)}', '<img class="mwe-math-fallback-png-inline tex" alt="\\sum_{m=1}^\\infty\\sum_{n=1}^\\infty\\frac{m^2\\,n}&#10;{3^m\\left(m\\,3^n+n\\,3^m\\right)}" src="/images/math/5/c/d/5cd6041b50d619f041f121baea301898.png" />')
---
message: 'Failed to render \sum_{m=1}^\infty\sum_{n=1}^\infty\frac{m^2\,n}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sum_{m=1}^\infty\sum_{n=1}^\infty\frac{m^2\,n} {3^m\left(m\,3^n+n\,3^m\right)}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sum_{m=1}^\infty\sum_{n=1}^\infty\frac{m^2\,n}&#10;{3^m\left(m\,3^n+n\,3^m\right)}" src="5cd6041b50d619f041f121baea301898.png" />'
...
sh: latex: command not found
not ok 526 - Failure: MathCoverageTest::testCoverage with data set #391 ('u\'\' + p(x)u\' + q(x)u=f(x),\\quad x>a', '<img class="mwe-math-fallback-png-inline tex" alt="u&#039;&#039; + p(x)u&#039; + q(x)u=f(x),\\quad x&gt;a" src="/images/math/d/7/b/d7b3799aedae667fcc79b43ba678b94a.png" />')
---
message: 'Failed to render u'''' + p(x)u'' + q(x)u=f(x),\quad x>a'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): u'' + p(x)u' + q(x)u=f(x),\quad x&gt;a</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="u&#039;&#039; + p(x)u&#039; + q(x)u=f(x),\quad x&gt;a" src="d7b3799aedae667fcc79b43ba678b94a.png" />'
...
sh: latex: command not found
not ok 527 - Failure: MathCoverageTest::testCoverage with data set #392 ('u\'\' + p(x)u\' + q(x)u=f(x),\\quad x>a', '<img class="mwe-math-fallback-png-inline tex" alt="u&#039;&#039; + p(x)u&#039; + q(x)u=f(x),\\quad x&gt;a" src="/images/math/d/7/b/d7b3799aedae667fcc79b43ba678b94a.png" />')
---
message: 'Failed to render u'''' + p(x)u'' + q(x)u=f(x),\quad x>a'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): u'' + p(x)u' + q(x)u=f(x),\quad x&gt;a</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="u&#039;&#039; + p(x)u&#039; + q(x)u=f(x),\quad x&gt;a" src="d7b3799aedae667fcc79b43ba678b94a.png" />'
...
sh: latex: command not found
not ok 528 - Failure: MathCoverageTest::testCoverage with data set #393 ('|\\bar{z}| = |z|, |(\\bar{z})^n| = |z|^n, \\arg(z^n) = n \\arg(z)', '<img class="mwe-math-fallback-png-inline tex" alt="|\\bar{z}| = |z|, |(\\bar{z})^n| = |z|^n, \\arg(z^n) = n \\arg(z)" src="/images/math/2/e/a/2eac34dbc8ebbccb22ce8dfe9d5c1a86.png" />')
---
message: 'Failed to render |\bar{z}| = |z|, |(\bar{z})^n| = |z|^n, \arg(z^n) = n \arg(z)'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): |\bar{z}| = |z|, |(\bar{z})^n| = |z|^n, \arg(z^n) = n \arg(z)</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="|\bar{z}| = |z|, |(\bar{z})^n| = |z|^n, \arg(z^n) = n \arg(z)" src="2eac34dbc8ebbccb22ce8dfe9d5c1a86.png" />'
...
sh: latex: command not found
not ok 529 - Failure: MathCoverageTest::testCoverage with data set #394 ('|\\bar{z}| = |z|,
|(\\bar{z})^n| = |z|^n,
\\arg(z^n) = n \\arg(z)', '<img class="mwe-math-fallback-png-inline tex" alt="|\\bar{z}| = |z|,&#10;|(\\bar{z})^n| = |z|^n,&#10;\\arg(z^n) = n \\arg(z)" src="/images/math/2/e/a/2eac34dbc8ebbccb22ce8dfe9d5c1a86.png" />')
---
message: 'Failed to render |\bar{z}| = |z|,'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): |\bar{z}| = |z|, |(\bar{z})^n| = |z|^n, \arg(z^n) = n \arg(z)</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="|\bar{z}| = |z|,&#10;|(\bar{z})^n| = |z|^n,&#10;\arg(z^n) = n \arg(z)" src="2eac34dbc8ebbccb22ce8dfe9d5c1a86.png" />'
...
sh: latex: command not found
not ok 530 - Failure: MathCoverageTest::testCoverage with data set #395 ('\\lim_{z\\rightarrow z_0} f(z)=f(z_0)', '<img class="mwe-math-fallback-png-inline tex" alt="\\lim_{z\\rightarrow z_0} f(z)=f(z_0)" src="/images/math/0/2/1/02122c7e5ff915c4616fb457747c8bf4.png" />')
---
message: 'Failed to render \lim_{z\rightarrow z_0} f(z)=f(z_0)'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \lim_{z\rightarrow z_0} f(z)=f(z_0)</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\lim_{z\rightarrow z_0} f(z)=f(z_0)" src="02122c7e5ff915c4616fb457747c8bf4.png" />'
...
sh: latex: command not found
not ok 531 - Failure: MathCoverageTest::testCoverage with data set #396 ('\\lim_{z\\rightarrow z_0} f(z)=f(z_0)', '<img class="mwe-math-fallback-png-inline tex" alt="\\lim_{z\\rightarrow z_0} f(z)=f(z_0)" src="/images/math/0/2/1/02122c7e5ff915c4616fb457747c8bf4.png" />')
---
message: 'Failed to render \lim_{z\rightarrow z_0} f(z)=f(z_0)'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \lim_{z\rightarrow z_0} f(z)=f(z_0)</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\lim_{z\rightarrow z_0} f(z)=f(z_0)" src="02122c7e5ff915c4616fb457747c8bf4.png" />'
...
sh: latex: command not found
not ok 532 - Failure: MathCoverageTest::testCoverage with data set #397 ('\\phi_n(\\kappa)
= \\frac{1}{4\\pi^2\\kappa^2} \\int_0^\\infty \\frac{\\sin(\\kappa R)}{\\kappa R} \\frac{\\partial}{\\partial R} \\left[R^2\\frac{\\partial D_n(R)}{\\partial R}\\right]\\,dR', '<img class="mwe-math-fallback-png-inline tex" alt="\\phi_n(\\kappa)&#10;= \\frac{1}{4\\pi^2\\kappa^2} \\int_0^\\infty \\frac{\\sin(\\kappa R)}{\\kappa R} \\frac{\\partial}{\\partial R} \\left[R^2\\frac{\\partial D_n(R)}{\\partial R}\\right]\\,dR" src="/images/math/7/f/b/7fb11db1e8b5890998b2f0f59f0e3d60.png" />')
---
message: 'Failed to render \phi_n(\kappa)'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \phi_n(\kappa) = \frac{1}{4\pi^2\kappa^2} \int_0^\infty \frac{\sin(\kappa R)}{\kappa R} \frac{\partial}{\partial R} \left[R^2\frac{\partial D_n(R)}{\partial R}\right]\,dR</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\phi_n(\kappa)&#10;= \frac{1}{4\pi^2\kappa^2} \int_0^\infty \frac{\sin(\kappa R)}{\kappa R} \frac{\partial}{\partial R} \left[R^2\frac{\partial D_n(R)}{\partial R}\right]\,dR" src="7fb11db1e8b5890998b2f0f59f0e3d60.png" />'
...
sh: latex: command not found
not ok 533 - Failure: MathCoverageTest::testCoverage with data set #398 ('\\phi_n(\\kappa) =
\\frac{1}{4\\pi^2\\kappa^2} \\int_0^\\infty
\\frac{\\sin(\\kappa R)}{\\kappa R}
\\frac{\\partial}{\\partial R}
\\left[R^2\\frac{\\partial D_n(R)}{\\partial R}\\right]\\,dR', '<img class="mwe-math-fallback-png-inline tex" alt="\\phi_n(\\kappa) =&#10;\\frac{1}{4\\pi^2\\kappa^2} \\int_0^\\infty&#10;\\frac{\\sin(\\kappa R)}{\\kappa R}&#10;\\frac{\\partial}{\\partial R}&#10;\\left[R^2\\frac{\\partial D_n(R)}{\\partial R}\\right]\\,dR" src="/images/math/7/f/b/7fb11db1e8b5890998b2f0f59f0e3d60.png" />')
---
message: 'Failed to render \phi_n(\kappa) ='
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \phi_n(\kappa) = \frac{1}{4\pi^2\kappa^2} \int_0^\infty \frac{\sin(\kappa R)}{\kappa R} \frac{\partial}{\partial R} \left[R^2\frac{\partial D_n(R)}{\partial R}\right]\,dR</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\phi_n(\kappa) =&#10;\frac{1}{4\pi^2\kappa^2} \int_0^\infty&#10;\frac{\sin(\kappa R)}{\kappa R}&#10;\frac{\partial}{\partial R}&#10;\left[R^2\frac{\partial D_n(R)}{\partial R}\right]\,dR" src="7fb11db1e8b5890998b2f0f59f0e3d60.png" />'
...
sh: latex: command not found
not ok 534 - Failure: MathCoverageTest::testCoverage with data set #399 ('\\phi_n(\\kappa) = 0.033C_n^2\\kappa^{-11/3},\\quad \\frac{1}{L_0}\\ll\\kappa\\ll\\frac{1}{l_0}', '<img class="mwe-math-fallback-png-inline tex" alt="\\phi_n(\\kappa) = 0.033C_n^2\\kappa^{-11/3},\\quad \\frac{1}{L_0}\\ll\\kappa\\ll\\frac{1}{l_0}" src="/images/math/8/f/7/8f72d606f5f91bd51583a0a08b36eed9.png" />')
---
message: 'Failed to render \phi_n(\kappa) = 0.033C_n^2\kappa^{-11/3},\quad \frac{1}{L_0}\ll\kappa\ll\frac{1}{l_0}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \phi_n(\kappa) = 0.033C_n^2\kappa^{-11/3},\quad \frac{1}{L_0}\ll\kappa\ll\frac{1}{l_0}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\phi_n(\kappa) = 0.033C_n^2\kappa^{-11/3},\quad \frac{1}{L_0}\ll\kappa\ll\frac{1}{l_0}" src="8f72d606f5f91bd51583a0a08b36eed9.png" />'
...
sh: latex: command not found
not ok 535 - Failure: MathCoverageTest::testCoverage with data set #400 ('\\phi_n(\\kappa) =
0.033C_n^2\\kappa^{-11/3},\\quad
\\frac{1}{L_0}\\ll\\kappa\\ll\\frac{1}{l_0}', '<img class="mwe-math-fallback-png-inline tex" alt="\\phi_n(\\kappa) =&#10;0.033C_n^2\\kappa^{-11/3},\\quad&#10;\\frac{1}{L_0}\\ll\\kappa\\ll\\frac{1}{l_0}" src="/images/math/8/f/7/8f72d606f5f91bd51583a0a08b36eed9.png" />')
---
message: 'Failed to render \phi_n(\kappa) ='
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \phi_n(\kappa) = 0.033C_n^2\kappa^{-11/3},\quad \frac{1}{L_0}\ll\kappa\ll\frac{1}{l_0}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\phi_n(\kappa) =&#10;0.033C_n^2\kappa^{-11/3},\quad&#10;\frac{1}{L_0}\ll\kappa\ll\frac{1}{l_0}" src="8f72d606f5f91bd51583a0a08b36eed9.png" />'
...
sh: latex: command not found
not ok 536 - Failure: MathCoverageTest::testCoverage with data set #401 ('f(x) = \\begin{cases}1 & -1 \\le x < 0 \\\\
\\frac{1}{2} & x = 0 \\\\ 1 - x^2 & \\text{otherwise}\\end{cases}', '<img class="mwe-math-fallback-png-inline tex" alt="f(x) = \\begin{cases}1 &amp; -1 \\le x &lt; 0 \\\\&#10;\\frac{1}{2} &amp; x = 0 \\\\ 1 - x^2 &amp; \\text{otherwise}\\end{cases}" src="/images/math/3/e/3/3e3579f4c1c6a95f181f227fd3ede7de.png" />')
---
message: 'Failed to render f(x) = \begin{cases}1 & -1 \le x < 0 \\'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): f(x) = \begin{cases}1 &amp; -1 \le x &lt; 0 \\ \frac{1}{2} &amp; x = 0 \\ 1 - x^2 &amp; \text{otherwise}\end{cases}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="f(x) = \begin{cases}1 &amp; -1 \le x &lt; 0 \\&#10;\frac{1}{2} &amp; x = 0 \\ 1 - x^2 &amp; \text{otherwise}\end{cases}" src="3e3579f4c1c6a95f181f227fd3ede7de.png" />'
...
sh: latex: command not found
not ok 537 - Failure: MathCoverageTest::testCoverage with data set #402 ('
f(x) =
\\begin{cases}
1 & -1 \\le x < 0 \\\\
\\frac{1}{2} & x = 0 \\\\
1 - x^2 & \\text{otherwise}
\\end{cases}
', '<img class="mwe-math-fallback-png-inline tex" alt="&#10;f(x) =&#10;\\begin{cases}&#10;1 &amp; -1 \\le x &lt; 0 \\\\&#10;\\frac{1}{2} &amp; x = 0 \\\\&#10;1 - x^2 &amp; \\text{otherwise}&#10;\\end{cases}&#10;" src="/images/math/3/e/3/3e3579f4c1c6a95f181f227fd3ede7de.png" />')
---
message: 'Failed to render '
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): f(x) = \begin{cases} 1 &amp; -1 \le x &lt; 0 \\ \frac{1}{2} &amp; x = 0 \\ 1 - x^2 &amp; \text{otherwise} \end{cases} </strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="&#10;f(x) =&#10;\begin{cases}&#10;1 &amp; -1 \le x &lt; 0 \\&#10;\frac{1}{2} &amp; x = 0 \\&#10;1 - x^2 &amp; \text{otherwise}&#10;\end{cases}&#10;" src="3e3579f4c1c6a95f181f227fd3ede7de.png" />'
...
sh: latex: command not found
not ok 538 - Failure: MathCoverageTest::testCoverage with data set #403 ('{}_pF_q(a_1,\\dots,a_p;c_1,\\dots,c_q;z) = \\sum_{n=0}^\\infty \\frac{(a_1)_n\\cdots(a_p)_n}{(c_1)_n\\cdots(c_q)_n}\\frac{z^n}{n!}', '<img class="mwe-math-fallback-png-inline tex" alt="{}_pF_q(a_1,\\dots,a_p;c_1,\\dots,c_q;z) = \\sum_{n=0}^\\infty \\frac{(a_1)_n\\cdots(a_p)_n}{(c_1)_n\\cdots(c_q)_n}\\frac{z^n}{n!}" src="/images/math/c/0/2/c02cbc6ec9c57aca74ebc3a0314dea79.png" />')
---
message: 'Failed to render {}_pF_q(a_1,\dots,a_p;c_1,\dots,c_q;z) = \sum_{n=0}^\infty \frac{(a_1)_n\cdots(a_p)_n}{(c_1)_n\cdots(c_q)_n}\frac{z^n}{n!}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): {}_pF_q(a_1,\dots,a_p;c_1,\dots,c_q;z) = \sum_{n=0}^\infty \frac{(a_1)_n\cdots(a_p)_n}{(c_1)_n\cdots(c_q)_n}\frac{z^n}{n!}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="{}_pF_q(a_1,\dots,a_p;c_1,\dots,c_q;z) = \sum_{n=0}^\infty \frac{(a_1)_n\cdots(a_p)_n}{(c_1)_n\cdots(c_q)_n}\frac{z^n}{n!}" src="c02cbc6ec9c57aca74ebc3a0314dea79.png" />'
...
sh: latex: command not found
not ok 539 - Failure: MathCoverageTest::testCoverage with data set #404 ('{}_pF_q(a_1,\\dots,a_p;c_1,\\dots,c_q;z)
= \\sum_{n=0}^\\infty
\\frac{(a_1)_n\\cdots(a_p)_n}{(c_1)_n\\cdots(c_q)_n}
\\frac{z^n}{n!}', '<img class="mwe-math-fallback-png-inline tex" alt="{}_pF_q(a_1,\\dots,a_p;c_1,\\dots,c_q;z)&#10;= \\sum_{n=0}^\\infty&#10;\\frac{(a_1)_n\\cdots(a_p)_n}{(c_1)_n\\cdots(c_q)_n}&#10;\\frac{z^n}{n!}" src="/images/math/c/0/2/c02cbc6ec9c57aca74ebc3a0314dea79.png" />')
---
message: 'Failed to render {}_pF_q(a_1,\dots,a_p;c_1,\dots,c_q;z)'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): {}_pF_q(a_1,\dots,a_p;c_1,\dots,c_q;z) = \sum_{n=0}^\infty \frac{(a_1)_n\cdots(a_p)_n}{(c_1)_n\cdots(c_q)_n} \frac{z^n}{n!}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="{}_pF_q(a_1,\dots,a_p;c_1,\dots,c_q;z)&#10;= \sum_{n=0}^\infty&#10;\frac{(a_1)_n\cdots(a_p)_n}{(c_1)_n\cdots(c_q)_n}&#10;\frac{z^n}{n!}" src="c02cbc6ec9c57aca74ebc3a0314dea79.png" />'
...
sh: latex: command not found
not ok 540 - Failure: MathCoverageTest::testCoverage with data set #405 ('\\frac{a}{b}\\ \\tfrac{a}{b}', '<img class="mwe-math-fallback-png-inline tex" alt="\\frac{a}{b}\\ \\tfrac{a}{b}" src="/images/math/5/4/e/54e172be623599fef29e40733c94895e.png" />')
---
message: 'Failed to render \frac{a}{b}\ \tfrac{a}{b}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \frac{a}{b}\ \tfrac{a}{b}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\frac{a}{b}\ \tfrac{a}{b}" src="54e172be623599fef29e40733c94895e.png" />'
...
sh: latex: command not found
not ok 541 - Failure: MathCoverageTest::testCoverage with data set #406 ('\\frac{a}{b}\\ \\tfrac{a}{b}', '<img class="mwe-math-fallback-png-inline tex" alt="\\frac{a}{b}\\ \\tfrac{a}{b}" src="/images/math/5/4/e/54e172be623599fef29e40733c94895e.png" />')
---
message: 'Failed to render \frac{a}{b}\ \tfrac{a}{b}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \frac{a}{b}\ \tfrac{a}{b}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\frac{a}{b}\ \tfrac{a}{b}" src="54e172be623599fef29e40733c94895e.png" />'
...
sh: latex: command not found
not ok 542 - Failure: MathCoverageTest::testCoverage with data set #407 ('S=dD\\,\\sin\\alpha\\!', '<img class="mwe-math-fallback-png-inline tex" alt="S=dD\\,\\sin\\alpha\\!" src="/images/math/3/8/5/385776efb87d3eb7fe18587efd484ef5.png" />')
---
message: 'Failed to render S=dD\,\sin\alpha\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): S=dD\,\sin\alpha\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="S=dD\,\sin\alpha\!" src="385776efb87d3eb7fe18587efd484ef5.png" />'
...
sh: latex: command not found
not ok 543 - Failure: MathCoverageTest::testCoverage with data set #408 ('S=dD\\,\\sin\\alpha\\!', '<img class="mwe-math-fallback-png-inline tex" alt="S=dD\\,\\sin\\alpha\\!" src="/images/math/3/8/5/385776efb87d3eb7fe18587efd484ef5.png" />')
---
message: 'Failed to render S=dD\,\sin\alpha\!'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): S=dD\,\sin\alpha\!</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="S=dD\,\sin\alpha\!" src="385776efb87d3eb7fe18587efd484ef5.png" />'
...
sh: latex: command not found
not ok 544 - Failure: MathCoverageTest::testCoverage with data set #409 ('V=\\frac16\\pi h\\left[3\\left(r_1^2+r_2^2\\right)+h^2\\right]', '<img class="mwe-math-fallback-png-inline tex" alt="V=\\frac16\\pi h\\left[3\\left(r_1^2+r_2^2\\right)+h^2\\right]" src="/images/math/6/2/4/624bfa733e479dff276edfdc7b1b8f6a.png" />')
---
message: 'Failed to render V=\frac16\pi h\left[3\left(r_1^2+r_2^2\right)+h^2\right]'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): V=\frac16\pi h\left[3\left(r_1^2+r_2^2\right)+h^2\right]</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="V=\frac16\pi h\left[3\left(r_1^2+r_2^2\right)+h^2\right]" src="624bfa733e479dff276edfdc7b1b8f6a.png" />'
...
sh: latex: command not found
not ok 545 - Failure: MathCoverageTest::testCoverage with data set #410 ('V=\\frac16\\pi h\\left[3\\left(r_1^2+r_2^2\\right)+h^2\\right]', '<img class="mwe-math-fallback-png-inline tex" alt="V=\\frac16\\pi h\\left[3\\left(r_1^2+r_2^2\\right)+h^2\\right]" src="/images/math/6/2/4/624bfa733e479dff276edfdc7b1b8f6a.png" />')
---
message: 'Failed to render V=\frac16\pi h\left[3\left(r_1^2+r_2^2\right)+h^2\right]'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): V=\frac16\pi h\left[3\left(r_1^2+r_2^2\right)+h^2\right]</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="V=\frac16\pi h\left[3\left(r_1^2+r_2^2\right)+h^2\right]" src="624bfa733e479dff276edfdc7b1b8f6a.png" />'
...
sh: latex: command not found
not ok 546 - Failure: MathCoverageTest::testCoverage with data set #411 ('\\begin{align}
u & = \\tfrac{1}{\\sqrt{2}}(x+y) \\qquad & x &= \\tfrac{1}{\\sqrt{2}}(u+v)\\\\
v & = \\tfrac{1}{\\sqrt{2}}(x-y) \\qquad & y &= \\tfrac{1}{\\sqrt{2}}(u-v)
\\end{align}', '<img class="mwe-math-fallback-png-inline tex" alt="\\begin{align}&#10;u &amp; = \\tfrac{1}{\\sqrt{2}}(x+y) \\qquad &amp; x &amp;= \\tfrac{1}{\\sqrt{2}}(u+v)\\\\&#10;v &amp; = \\tfrac{1}{\\sqrt{2}}(x-y) \\qquad &amp; y &amp;= \\tfrac{1}{\\sqrt{2}}(u-v)&#10;\\end{align}" src="/images/math/7/8/7/787eb92e00313cb866a89579fde92108.png" />')
---
message: 'Failed to render \begin{align}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \begin{align} u &amp; = \tfrac{1}{\sqrt{2}}(x+y) \qquad &amp; x &amp;= \tfrac{1}{\sqrt{2}}(u+v)\\ v &amp; = \tfrac{1}{\sqrt{2}}(x-y) \qquad &amp; y &amp;= \tfrac{1}{\sqrt{2}}(u-v) \end{align}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\begin{align}&#10;u &amp; = \tfrac{1}{\sqrt{2}}(x+y) \qquad &amp; x &amp;= \tfrac{1}{\sqrt{2}}(u+v)\\&#10;v &amp; = \tfrac{1}{\sqrt{2}}(x-y) \qquad &amp; y &amp;= \tfrac{1}{\sqrt{2}}(u-v)&#10;\end{align}" src="787eb92e00313cb866a89579fde92108.png" />'
...
sh: latex: command not found
not ok 547 - Failure: MathCoverageTest::testCoverage with data set #412 ('\\begin{align}
u & = \\tfrac{1}{\\sqrt{2}}(x+y) \\qquad & x &= \\tfrac{1}{\\sqrt{2}}(u+v) \\\\
v & = \\tfrac{1}{\\sqrt{2}}(x-y) \\qquad & y &= \\tfrac{1}{\\sqrt{2}}(u-v)
\\end{align}', '<img class="mwe-math-fallback-png-inline tex" alt="\\begin{align}&#10;u &amp; = \\tfrac{1}{\\sqrt{2}}(x+y) \\qquad &amp; x &amp;= \\tfrac{1}{\\sqrt{2}}(u+v) \\\\&#10;v &amp; = \\tfrac{1}{\\sqrt{2}}(x-y) \\qquad &amp; y &amp;= \\tfrac{1}{\\sqrt{2}}(u-v)&#10;\\end{align}" src="/images/math/7/8/7/787eb92e00313cb866a89579fde92108.png" />')
---
message: 'Failed to render \begin{align}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \begin{align} u &amp; = \tfrac{1}{\sqrt{2}}(x+y) \qquad &amp; x &amp;= \tfrac{1}{\sqrt{2}}(u+v) \\ v &amp; = \tfrac{1}{\sqrt{2}}(x-y) \qquad &amp; y &amp;= \tfrac{1}{\sqrt{2}}(u-v) \end{align}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\begin{align}&#10;u &amp; = \tfrac{1}{\sqrt{2}}(x+y) \qquad &amp; x &amp;= \tfrac{1}{\sqrt{2}}(u+v) \\&#10;v &amp; = \tfrac{1}{\sqrt{2}}(x-y) \qquad &amp; y &amp;= \tfrac{1}{\sqrt{2}}(u-v)&#10;\end{align}" src="787eb92e00313cb866a89579fde92108.png" />'
...
ok 548 - MathCoverageTest::testCoverage with data set #413 (' with a thumbnail- we don\'t render math in the parsertests by default, so math is not stripped and turns up as escaped &lt;math&gt; tags. [[Image:foobar.jpg|thumb|<math>2+2', '<strong class=\'error texerror\'>Failed to parse (syntax error): with a thumbnail- we don\'t render math in the parsertests by default, so math is not stripped and turns up as escaped &amp;lt;math&amp;gt; tags. [[Image:foobar.jpg|thumb|&lt;math&gt;2+2</strong>
')
sh: latex: command not found
not ok 549 - Failure: MathCoverageTest::testCoverage with data set #414 (' with a thumbnail- math enabled [[Image:foobar.jpg|thumb|<math>2+2', '<img class="mwe-math-fallback-png-inline tex" alt=" with a thumbnail- math enabled [[Image:foobar.jpg|thumb|&lt;math&gt;2+2" src="/images/math/4/b/1/4b1d6eacd0bcc60a0aadf0d34626ee74.png" />')
---
message: 'Failed to render with a thumbnail- math enabled [[Image:foobar.jpg|thumb|<math>2+2'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): with a thumbnail- math enabled [[Image:foobar.jpg|thumb|&lt;math&gt;2+2</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt=" with a thumbnail- math enabled [[Image:foobar.jpg|thumb|&lt;math&gt;2+2" src="4b1d6eacd0bcc60a0aadf0d34626ee74.png" />'
...
sh: latex: command not found
not ok 550 - Failure: MathCoverageTest::testCoverage with data set #415 ('<script>alert(document.cookies);</script>', '<img class="mwe-math-fallback-png-inline tex" alt="&lt;script&gt;alert(document.cookies);&lt;/script&gt;" src="/images/math/5/9/f/59f1117d63b4ce95a694d44b588f0840.png" />')
---
message: 'Failed to render <script>alert(document.cookies);</script>'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): &lt;script&gt;alert(document.cookies);&lt;/script&gt;</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="&lt;script&gt;alert(document.cookies);&lt;/script&gt;" src="59f1117d63b4ce95a694d44b588f0840.png" />'
...
sh: latex: command not found
not ok 551 - Failure: MathCoverageTest::testCoverage with data set #416 ('\\widehat{x}', '<img class="mwe-math-fallback-png-inline tex" alt="\\widehat{x}" src="/images/math/9/9/8/998309e831dfb051f233c92b4b8a825b.png" />')
---
message: 'Failed to render \widehat{x}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \widehat{x}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\widehat{x}" src="998309e831dfb051f233c92b4b8a825b.png" />'
...
sh: latex: command not found
not ok 552 - Failure: MathCoverageTest::testCoverage with data set #417 ('\\widetilde{x}', '<img class="mwe-math-fallback-png-inline tex" alt="\\widetilde{x}" src="/images/math/e/9/e/e9e91996778a6d6f5cdf4cc951955206.png" />')
---
message: 'Failed to render \widetilde{x}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \widetilde{x}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\widetilde{x}" src="e9e91996778a6d6f5cdf4cc951955206.png" />'
...
sh: latex: command not found
not ok 553 - Failure: MathCoverageTest::testCoverage with data set #418 ('\\euro 200', '<img class="mwe-math-fallback-png-inline tex" alt="\\euro 200" src="/images/math/1/8/8/18867d4c568a19ae7b2388346e504ec3.png" />')
---
message: 'Failed to render \euro 200'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \euro 200</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\euro 200" src="18867d4c568a19ae7b2388346e504ec3.png" />'
...
sh: latex: command not found
not ok 554 - Failure: MathCoverageTest::testCoverage with data set #419 ('\\geneuro', '<img class="mwe-math-fallback-png-inline tex" alt="\\geneuro" src="/images/math/9/8/b/98b63c235ee187a38267e0e170b10e9d.png" />')
---
message: 'Failed to render \geneuro'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \geneuro</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\geneuro" src="98b63c235ee187a38267e0e170b10e9d.png" />'
...
sh: latex: command not found
not ok 555 - Failure: MathCoverageTest::testCoverage with data set #420 ('\\geneuronarrow', '<img class="mwe-math-fallback-png-inline tex" alt="\\geneuronarrow" src="/images/math/a/a/4/aa4a1ed370f4ee705c6930384bf89502.png" />')
---
message: 'Failed to render \geneuronarrow'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \geneuronarrow</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\geneuronarrow" src="aa4a1ed370f4ee705c6930384bf89502.png" />'
...
sh: latex: command not found
not ok 556 - Failure: MathCoverageTest::testCoverage with data set #421 ('\\geneurowide', '<img class="mwe-math-fallback-png-inline tex" alt="\\geneurowide" src="/images/math/4/4/0/4404468e6187fb04e4f7e1f15e550825.png" />')
---
message: 'Failed to render \geneurowide'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \geneurowide</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\geneurowide" src="4404468e6187fb04e4f7e1f15e550825.png" />'
...
sh: latex: command not found
not ok 557 - Failure: MathCoverageTest::testCoverage with data set #422 ('\\officialeuro', '<img class="mwe-math-fallback-png-inline tex" alt="\\officialeuro" src="/images/math/d/7/0/d708de0eed23dbd6f02b99ea9073547b.png" />')
---
message: 'Failed to render \officialeuro'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \officialeuro</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\officialeuro" src="d708de0eed23dbd6f02b99ea9073547b.png" />'
...
sh: latex: command not found
not ok 558 - Failure: MathCoverageTest::testCoverage with data set #423 ('\\digamma', '<img class="mwe-math-fallback-png-inline tex" alt="\\digamma" src="/images/math/2/f/0/2f057b6e514c8ca2d9cf9a3e549f8865.png" />')
---
message: 'Failed to render \digamma'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \digamma</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\digamma" src="2f057b6e514c8ca2d9cf9a3e549f8865.png" />'
...
sh: latex: command not found
not ok 559 - Failure: MathCoverageTest::testCoverage with data set #424 ('\\Coppa\\coppa\\varcoppa', '<img class="mwe-math-fallback-png-inline tex" alt="\\Coppa\\coppa\\varcoppa" src="/images/math/8/3/0/8308ee5003aa36112414cad8ef874f85.png" />')
---
message: 'Failed to render \Coppa\coppa\varcoppa'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Coppa\coppa\varcoppa</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Coppa\coppa\varcoppa" src="8308ee5003aa36112414cad8ef874f85.png" />'
...
sh: latex: command not found
not ok 560 - Failure: MathCoverageTest::testCoverage with data set #425 ('\\Digamma', '<img class="mwe-math-fallback-png-inline tex" alt="\\Digamma" src="/images/math/5/c/f/5cfd6e5df6c87798542dca2e22c1e7cb.png" />')
---
message: 'Failed to render \Digamma'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Digamma</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Digamma" src="5cfd6e5df6c87798542dca2e22c1e7cb.png" />'
...
sh: latex: command not found
not ok 561 - Failure: MathCoverageTest::testCoverage with data set #426 ('\\Koppa\\koppa', '<img class="mwe-math-fallback-png-inline tex" alt="\\Koppa\\koppa" src="/images/math/5/2/5/52593a0cdac178d165985ac014788b97.png" />')
---
message: 'Failed to render \Koppa\koppa'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Koppa\koppa</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Koppa\koppa" src="52593a0cdac178d165985ac014788b97.png" />'
...
sh: latex: command not found
not ok 562 - Failure: MathCoverageTest::testCoverage with data set #427 ('\\Sampi\\sampi', '<img class="mwe-math-fallback-png-inline tex" alt="\\Sampi\\sampi" src="/images/math/e/9/d/e9dabb19e4c27bf23d3c2a3629474562.png" />')
---
message: 'Failed to render \Sampi\sampi'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Sampi\sampi</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Sampi\sampi" src="e9dabb19e4c27bf23d3c2a3629474562.png" />'
...
sh: latex: command not found
not ok 563 - Failure: MathCoverageTest::testCoverage with data set #428 ('\\Stigma\\stigma\\varstigma', '<img class="mwe-math-fallback-png-inline tex" alt="\\Stigma\\stigma\\varstigma" src="/images/math/7/b/9/7b9233276816994a33a5e968202cef6e.png" />')
---
message: 'Failed to render \Stigma\stigma\varstigma'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \Stigma\stigma\varstigma</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\Stigma\stigma\varstigma" src="7b9233276816994a33a5e968202cef6e.png" />'
...
sh: latex: command not found
not ok 564 - Failure: MathCoverageTest::testCoverage with data set #429 ('\\text{next years}', '<img class="mwe-math-fallback-png-inline tex" alt="\\text{next years}" src="/images/math/6/6/9/6691dbc0b36631a68b78dd5ace256d80.png" />')
---
message: 'Failed to render \text{next years}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \text{next years}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\text{next years}" src="6691dbc0b36631a68b78dd5ace256d80.png" />'
...
sh: latex: command not found
not ok 565 - Failure: MathCoverageTest::testCoverage with data set #430 ('\\text{next year\'s}', '<img class="mwe-math-fallback-png-inline tex" alt="\\text{next year&#039;s}" src="/images/math/2/3/6/236fd262b1976d04bc0e7a969d61aede.png" />')
---
message: 'Failed to render \text{next year''s}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \text{next year's}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\text{next year&#039;s}" src="236fd262b1976d04bc0e7a969d61aede.png" />'
...
sh: latex: command not found
not ok 566 - Failure: MathCoverageTest::testCoverage with data set #431 ('\\text{`next\' year}', '<img class="mwe-math-fallback-png-inline tex" alt="\\text{`next&#039; year}" src="/images/math/0/5/8/05854b483a833f067cb6ae72319b44bc.png" />')
---
message: 'Failed to render \text{`next'' year}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \text{`next' year}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\text{`next&#039; year}" src="05854b483a833f067cb6ae72319b44bc.png" />'
...
sh: latex: command not found
not ok 567 - Failure: MathCoverageTest::testCoverage with data set #432 ('\\sin x', '<img class="mwe-math-fallback-png-inline tex" alt="\\sin x" src="/images/math/c/d/b/cdba58911c590ced3e2435dfa39f6873.png" />')
---
message: 'Failed to render \sin x'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sin x</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sin x" src="cdba58911c590ced3e2435dfa39f6873.png" />'
...
sh: latex: command not found
not ok 568 - Failure: MathCoverageTest::testCoverage with data set #433 ('\\sin(x)', '<img class="mwe-math-fallback-png-inline tex" alt="\\sin(x)" src="/images/math/3/e/2/3e21673ce6c9b09f9ec50b7237248576.png" />')
---
message: 'Failed to render \sin(x)'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sin(x)</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sin(x)" src="3e21673ce6c9b09f9ec50b7237248576.png" />'
...
sh: latex: command not found
not ok 569 - Failure: MathCoverageTest::testCoverage with data set #434 ('\\sin{x}', '<img class="mwe-math-fallback-png-inline tex" alt="\\sin{x}" src="/images/math/f/b/5/fb5551723991d4dcb974a23c162ae813.png" />')
---
message: 'Failed to render \sin{x}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sin{x}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sin{x}" src="fb5551723991d4dcb974a23c162ae813.png" />'
...
sh: latex: command not found
not ok 570 - Failure: MathCoverageTest::testCoverage with data set #435 ('\\sin x \\,', '<img class="mwe-math-fallback-png-inline tex" alt="\\sin x \\," src="/images/math/7/6/a/76a8e1a01bd233c1e4e16d63b2bbf939.png" />')
---
message: 'Failed to render \sin x \,'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sin x \,</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sin x \," src="76a8e1a01bd233c1e4e16d63b2bbf939.png" />'
...
sh: latex: command not found
not ok 571 - Failure: MathCoverageTest::testCoverage with data set #436 ('\\sin(x) \\,', '<img class="mwe-math-fallback-png-inline tex" alt="\\sin(x) \\," src="/images/math/1/6/c/16c69b0a3658d3b398f72c518d869a03.png" />')
---
message: 'Failed to render \sin(x) \,'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sin(x) \,</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sin(x) \," src="16c69b0a3658d3b398f72c518d869a03.png" />'
...
sh: latex: command not found
not ok 572 - Failure: MathCoverageTest::testCoverage with data set #437 ('\\sin{x} \\,', '<img class="mwe-math-fallback-png-inline tex" alt="\\sin{x} \\," src="/images/math/8/3/9/839639707da39f691e702c2399cbf943.png" />')
---
message: 'Failed to render \sin{x} \,'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sin{x} \,</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sin{x} \," src="839639707da39f691e702c2399cbf943.png" />'
...
sh: latex: command not found
not ok 573 - Failure: MathCoverageTest::testCoverage with data set #438 ('\\sen x', '<img class="mwe-math-fallback-png-inline tex" alt="\\sen x" src="/images/math/f/b/8/fb82a78d580396c62cecb4cf018f3769.png" />')
---
message: 'Failed to render \sen x'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sen x</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sen x" src="fb82a78d580396c62cecb4cf018f3769.png" />'
...
sh: latex: command not found
not ok 574 - Failure: MathCoverageTest::testCoverage with data set #439 ('\\sen(x)', '<img class="mwe-math-fallback-png-inline tex" alt="\\sen(x)" src="/images/math/8/3/a/83a10e6756c8e59055178dc1f593130a.png" />')
---
message: 'Failed to render \sen(x)'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sen(x)</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sen(x)" src="83a10e6756c8e59055178dc1f593130a.png" />'
...
sh: latex: command not found
not ok 575 - Failure: MathCoverageTest::testCoverage with data set #440 ('\\sen{x}', '<img class="mwe-math-fallback-png-inline tex" alt="\\sen{x}" src="/images/math/0/4/f/04fde4f7a7e478015066f378050b1979.png" />')
---
message: 'Failed to render \sen{x}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sen{x}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sen{x}" src="04fde4f7a7e478015066f378050b1979.png" />'
...
sh: latex: command not found
not ok 576 - Failure: MathCoverageTest::testCoverage with data set #441 ('\\sen x \\,', '<img class="mwe-math-fallback-png-inline tex" alt="\\sen x \\," src="/images/math/0/a/c/0ac592b8f31b4698766c50c532f446a7.png" />')
---
message: 'Failed to render \sen x \,'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sen x \,</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sen x \," src="0ac592b8f31b4698766c50c532f446a7.png" />'
...
sh: latex: command not found
not ok 577 - Failure: MathCoverageTest::testCoverage with data set #442 ('\\sen(x) \\,', '<img class="mwe-math-fallback-png-inline tex" alt="\\sen(x) \\," src="/images/math/b/b/5/bb5469d24fcdd52aa60cb9ee90ba697d.png" />')
---
message: 'Failed to render \sen(x) \,'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sen(x) \,</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sen(x) \," src="bb5469d24fcdd52aa60cb9ee90ba697d.png" />'
...
sh: latex: command not found
not ok 578 - Failure: MathCoverageTest::testCoverage with data set #443 ('\\sen{x} \\,', '<img class="mwe-math-fallback-png-inline tex" alt="\\sen{x} \\," src="/images/math/d/4/8/d4882a4bcf5db1da3e30d905da8b394e.png" />')
---
message: 'Failed to render \sen{x} \,'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \sen{x} \,</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\sen{x} \," src="d4882a4bcf5db1da3e30d905da8b394e.png" />'
...
sh: latex: command not found
not ok 579 - Failure: MathCoverageTest::testCoverage with data set #444 ('\\operatorname{sen}', '<img class="mwe-math-fallback-png-inline tex" alt="\\operatorname{sen}" src="/images/math/f/a/9/fa9660c7eb053ca8d3c9a87fa86635d9.png" />')
---
message: 'Failed to render \operatorname{sen}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \operatorname{sen}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\operatorname{sen}" src="fa9660c7eb053ca8d3c9a87fa86635d9.png" />'
...
sh: latex: command not found
not ok 580 - Failure: MathCoverageTest::testCoverage with data set #445 ('\\dot \\vec B', '<img class="mwe-math-fallback-png-inline tex" alt="\\dot \\vec B" src="/images/math/e/6/4/e64939568ecb506a86a392373cec0458.png" />')
---
message: 'Failed to render \dot \vec B'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \dot \vec B</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\dot \vec B" src="e64939568ecb506a86a392373cec0458.png" />'
...
sh: latex: command not found
not ok 581 - Failure: MathCoverageTest::testCoverage with data set #446 ('\\tilde \\mathcal{M}', '<img class="mwe-math-fallback-png-inline tex" alt="\\tilde \\mathcal{M}" src="/images/math/5/5/0/55072ce6ef8c840c4b7687bd8a028bde.png" />')
---
message: 'Failed to render \tilde \mathcal{M}'
severity: fail
data:
got: "<strong class='error texerror'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): \tilde \mathcal{M}</strong>\n"
expected: '<img class="mwe-math-fallback-png-inline tex" alt="\tilde \mathcal{M}" src="55072ce6ef8c840c4b7687bd8a028bde.png" />'
...
sh: latex: command not found
ok 582 - MathCoverageTest::testCoverage with data set #447 ('', '<strong class=\'error texerror\'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): </strong>
')
sh: latex: command not found
ok 583 - MathCoverageTest::testCoverage with data set #448 (' ', '<strong class=\'error texerror\'>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): </strong>
')
not ok 584 - MathCoverageTest::testProvider # TODO Incomplete Test
ok 585 - MathCoverageTest::testMediaWikiTestCaseParentSetupCalled
ok 586 - MathDatabaseTest::testInputHash
ok 587 - MathDatabaseTest::testDBBasics
not ok 588 - Error: MathDatabaseTest::testCreateTable
A database query error has occurred.
Query: DELETE FROM unittest_math
Function: MediaWikiTestCase::resetDB
Error: 1 no such table: unittest_math
Backtrace:
#0 /Users/amusso/projects/mediawiki/core/includes/db/Database.php(1145): DatabaseBase->reportQueryError('no such table: ...', 1, 'DELETE FROM uni...', 'MediaWikiTestCa...', false)
#1 /Users/amusso/projects/mediawiki/core/includes/db/Database.php(2930): DatabaseBase->query('DELETE FROM uni...', 'MediaWikiTestCa...')
#2 /Users/amusso/projects/mediawiki/core/tests/phpunit/MediaWikiTestCase.php(573): DatabaseBase->delete('math', '*', 'MediaWikiTestCa...')
#3 /Users/amusso/projects/mediawiki/core/tests/phpunit/MediaWikiTestCase.php(138): MediaWikiTestCase->resetDB()
#4 /opt/local/share/pear/PHPUnit/Framework/TestSuite.php(775): MediaWikiTestCase->run(Object(PHPUnit_Framework_TestResult))
#5 /opt/local/share/pear/PHPUnit/Framework/TestSuite.php(745): PHPUnit_Framework_TestSuite->runTest(Object(MathDatabaseTest), Object(PHPUnit_Framework_TestResult))
#6 /opt/local/share/pear/PHPUnit/Framework/TestSuite.php(705): PHPUnit_Framework_TestSuite->run(Object(PHPUnit_Framework_TestResult), false, Array, Array, false)
#7 /opt/local/share/pear/PHPUnit/Framework/TestSuite.php(705): PHPUnit_Framework_TestSuite->run(Object(PHPUnit_Framework_TestResult), false, Array, Array, false)
#8 /opt/local/share/pear/PHPUnit/Framework/TestSuite.php(705): PHPUnit_Framework_TestSuite->run(Object(PHPUnit_Framework_TestResult), false, Array, Array, false)
#9 /opt/local/share/pear/PHPUnit/TextUI/TestRunner.php(349): PHPUnit_Framework_TestSuite->run(Object(PHPUnit_Framework_TestResult), false, Array, Array, false)
#10 /opt/local/share/pear/PHPUnit/TextUI/Command.php(176): PHPUnit_TextUI_TestRunner->doRun(Object(PHPUnit_Framework_TestSuite), Array)
#11 /Users/amusso/projects/mediawiki/core/tests/phpunit/MediaWikiPHPUnitCommand.php(42): PHPUnit_TextUI_Command->run(Array, true)
#12 /Users/amusso/projects/mediawiki/core/tests/phpunit/phpunit.php(160): MediaWikiPHPUnitCommand::main()
#13 {main}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment