ApiQueryExtractsTest: Fix string interpolation

Bug: T314096
Change-Id: I8fb67f318c2f4b30dd2ad05a5e1d035017e0b022
This commit is contained in:
Reedy 2022-11-04 17:06:23 -06:00
parent dd58209de9
commit 0171e10a04

View file

@ -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 ===",
],