Skip to content

Commit 3623a79

Browse files
Jacek Langejacekll
Jacek Lange
authored andcommitted
Fix error parsing JSON with quotes in data
1 parent 459338e commit 3623a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ContextTypes/ProductTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ProductTest extends TestCase
1313
'category' => 'Droppables / Anvils',
1414
'model' => 'Acme Exec. Anvil',
1515
'image' => 'http://www.example.com/anvil_executive.jpg',
16-
'description' => 'Sleeker than ACME\'s Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.',
16+
'description' => 'Sleeker than ACME\u0027s Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.',
1717
'sku' => '925872',
1818
'brand' => 'Acme Inc.',
1919
'aggregateRating' => [

0 commit comments

Comments
 (0)