Skip to content

Commit

Permalink
Fix error parsing JSON with quotes in data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Lange authored and jacekll committed Feb 24, 2019
1 parent 459338e commit 3623a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ContextTypes/ProductTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ProductTest extends TestCase
'category' => 'Droppables / Anvils',
'model' => 'Acme Exec. Anvil',
'image' => 'http://www.example.com/anvil_executive.jpg',
'description' => 'Sleeker than ACME\'s Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.',
'description' => 'Sleeker than ACME\u0027s Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.',
'sku' => '925872',
'brand' => 'Acme Inc.',
'aggregateRating' => [
Expand Down

0 comments on commit 3623a79

Please sign in to comment.