mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TextExtracts
synced 2024-11-27 17:40:16 +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' => [
|
'Multiple matches' => [
|
||||||
"${marker}First\n${marker}Second",
|
"{$marker}First\n{$marker}Second",
|
||||||
'wiki',
|
'wiki',
|
||||||
"\n=== First ===\n\n=== Second ===",
|
"\n=== First ===\n\n=== Second ===",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue