jarv / cmdchallenge

This repo is mirror of https://gitlab.com/jarv/cmdchallenge
https://about.cmdchallenge.com
MIT License
721 stars 71 forks source link

Find tabs in a file #71

Closed tvlooy closed 7 years ago

jarv commented 7 years ago

@tvlooy can you update your branch from master? I just pushed a commit to add an author field to the challenges.yml so you can add your username to these (if you want).

jarv commented 7 years ago

This one might be tricky because README files are generated on the fly using the description:. It's currently failing in https://travis-ci.org/jarv/cmdchallenge/builds/196432131 because there is not README to check. Maybe create var/challenges/find_tabs_in_a_file/file-with-tabs.txt or be sure the description is multiline with tab characters.

jarv commented 7 years ago

Thanks!