You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#878
- Normalise paths
- Add helper functions to stub so the student doesn't need to figure this out
- Add track insert hint into the README that clarifies how `grep` can be called using node
Introduced via #737, implemented in #750
The issue is newlines. They are LF or CRLF depending on the OS/git settings in the data files, but LF in the test strings.
Attempted partial fix in #875
The text was updated successfully, but these errors were encountered: