added a few tests to make sure the spoiler regex is actually
extracting the correct spoiler text.
Details
Details
tested manually by hand
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/shared/markdown.test.js | ||
---|---|---|
56 ↗ | (On Diff #17915) | It's surprising that eslint haven't caught that. Maybe we don't have no-var rule enabled. Could you create a task to check and add the rule? |
Comment Actions
- Updating D5483: added tests to check spoiler regex extracted values #
- Enter a brief description of the changes included in this update.
- The first line is used as subject, next lines as comment. #
- If you intended to create a new revision, use:
- $ arc diff --create
fixed var variable declarations - changed to const.