mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TextExtracts
synced 2024-11-24 00:04:35 +00:00
ApiQueryExtractsTest: Fix string interpolation
Bug: T314096 Change-Id: I8fb67f318c2f4b30dd2ad05a5e1d035017e0b022
This commit is contained in:
parent
dd58209de9
commit
0171e10a04
|
@ -241,7 +241,7 @@ class ApiQueryExtractsTest extends \MediaWikiIntegrationTestCase {
|
|||
],
|
||||
|
||||
'Multiple matches' => [
|
||||
"${marker}First\n${marker}Second",
|
||||
"{$marker}First\n{$marker}Second",
|
||||
'wiki',
|
||||
"\n=== First ===\n\n=== Second ===",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue