Christoph Hermann

Results 78 comments of Christoph Hermann

Can you share any code example? Did you add the file in your `elm-verify-examples.json`?

The issue is that you need a newline in between the helper-function and the example. I'm looking in how to make that work.

From the docs. ``` ⚠️ It's important that each example is separated by a newline. {-| This will break! add 1 2 --> 3 add 1 3 --> 4 -}...

💭 hmmm... This 👇 created a test for me: ```elm {-| Returns a new scale which extends the domain so that it lands on round values. The second argument is...

@gampleman sorry totally drop the ball here. is this still an issue for you?

I think we should just support relative and absolute paths. Thanks for raising this issue! Wanna make a pr?

no worries. will get to it asap.

I'm happy to accept a PR, but I'm worried about performance. I don't think parsing `-->` is enough, because that might appear in application code as well.

> ⚠️ This is not a replacement for tests, this tool should be used for improving your documentation. (from the readme) This is the reason, why I'm against adding special...