-
-
Notifications
You must be signed in to change notification settings - Fork 44k
Wrong test for JavaScript comments challenge #17619
Copy link
Copy link
Closed
freeCodeCamp/curriculum
#52Description
Describe your problem and - if possible - how to reproduce it
The test requires a multi-line comment of the form /* */. However, the test fails if additional * characters are present at the beginning or the end of the text contained within the comment.
Some examples :
// this works
/* this works too */
/* *this won't work */
/* this :( fails too **/
The regular expression for the corresponding test needs to be updated.
Add a Link to the page with the problem
Tell us about your browser and operating system
- Browser Name: Google Chrome
- Browser Version: 60+
- Operating System: Ubuntu 18.04
If possible, add a screenshot here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
