fix(curriculum): quotes in tests (#18828)

* fix(curriculum): tests quotes

* fix(curriculum): fill seed-teardown

* fix(curriculum): fix tests and remove unneeded seed-teardown
This commit is contained in:
Valeriy
2018-10-20 21:02:47 +03:00
committed by mrugesh mohapatra
parent 96eb124163
commit 79d9012432
1339 changed files with 6499 additions and 5185 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.');
```