exercism / nim-test-runner

GNU Affero General Public License v3.0
2 stars 3 forks source link

Fix per test escaping #108

Closed ynfle closed 3 years ago

ynfle commented 3 years ago

Silly bug on my part.

fmt"stringLit"

Is a raw string without the escaping

Closes #101

ynfle commented 3 years ago

I don't know what size label should be put, took quite a bit of debugging, but the code change was two lines... 🤷

ErikSchierboom commented 3 years ago

@ynfle Either medium or large I think.