fix(curriculum): test typos (#39984)

This commit is contained in:
Oliver Eyton-Williams
2020-10-15 20:49:57 +02:00
committed by GitHub
parent f6fcb26a9d
commit 35c4020f4d
4 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ tests:
testString: assert(result[0] == '<h1>');
- text: <code>myRegex</code> should use lazy matching
testString: assert(/\?/g.test(myRegex));
- text: <code>myRegex</code></code> should not include the string 'h1'
- text: <code>myRegex</code> should not include the string 'h1'
testString: assert(!myRegex.source.match('h1'));
```