xeluxee / competitest.nvim

CompetiTest.nvim is a Neovim plugin for Competitive Programming: it can manage and check testcases, download problems and contests from online judges and much more
GNU Lesser General Public License v3.0
417 stars 20 forks source link

Uncorrectly parsing problems containing slashes #57

Closed SeifKaroui closed 1 week ago

SeifKaroui commented 4 months ago

Example: Educational Codeforces Round 166 Rated for Div2

After receiving the contest, problem B is not parsed correctly as it contains slashes in its name:

image image

beka-birhanu commented 1 month ago

@SeifKaroui can you try this and conform, e3a927c

SeifKaroui commented 1 month ago

@beka-birhanu I couldn't pull this specific commit due to these errors: image image

beka-birhanu commented 1 month ago

@SeifKaroui I think it is because the PR is not merged yet. Maybe you can see the changed files and do the same change in your local file and test it.

SeifKaroui commented 1 month ago

@beka-birhanu it is working now. Thanks a lot.

xeluxee commented 1 week ago

Solved with 3aa0bdac56628f807050b05e8641a182578466aa.