CodePadawans / ataru

MIT License
37 stars 3 forks source link

ataru ignores code samples including an empty line #34

Closed madziaf closed 10 years ago

madziaf commented 10 years ago

I create a file bug1.md file:

1

2

I run it with ataru and get this output:

Run options: --seed 1432

# Running:

Finished in 0.000990s, 0.0000 runs/s, 0.0000 assertions/s.

0 runs, 0 assertions, 0 failures, 0 errors, 0 skips

No test was run. I would expect one test to run.

schultyy commented 10 years ago

When you fix the bug, also write a test. It proves that you fixed the bug. Also then you see if this bug appears again in the future, because then the test fails.

madziaf commented 10 years ago

check the TestChanger and test for it on the branch 30 :)

madziaf commented 10 years ago

https://github.com/gettalong/kramdown/issues/165

nanoparsec commented 10 years ago

Finally solved <3 with pull request #41