fix(challenge-md): Fix quotes that failed in the transform

This commit is contained in:
Bouncey
2018-10-08 01:01:53 +01:00
committed by mrugesh mohapatra
parent 392b28fa55
commit a859035023
1333 changed files with 5710 additions and 5710 deletions

View File

@ -48,7 +48,7 @@ By solving all fifty puzzles find the sum of the 3-digit numbers found in the to
```yml
tests:
- text: <code>euler96()</code> should return 24702.
testString: 'assert.strictEqual(euler96(), 24702, ''<code>euler96()</code> should return 24702.'');'
testString: 'assert.strictEqual(euler96(), 24702, "<code>euler96()</code> should return 24702.");'
```