From 56999c6d5d9a8b785fb57b00ae41ef1c438ea37e Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Sun, 4 Jan 2015 10:21:53 +0300 Subject: [PATCH] CM 0.15 - now all tests pass --- test/fixtures/commonmark/bad.txt | 16 ---------------- test/fixtures/commonmark/good.txt | 9 +++++++++ 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/test/fixtures/commonmark/bad.txt b/test/fixtures/commonmark/bad.txt index d5034e5..e69de29 100644 --- a/test/fixtures/commonmark/bad.txt +++ b/test/fixtures/commonmark/bad.txt @@ -1,16 +0,0 @@ -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -src line: 4653 - -. -* a * -. -

* a *

-. - -error: - - - - diff --git a/test/fixtures/commonmark/good.txt b/test/fixtures/commonmark/good.txt index 4456439..7d69526 100644 --- a/test/fixtures/commonmark/good.txt +++ b/test/fixtures/commonmark/good.txt @@ -3718,6 +3718,15 @@ a*"foo"*

a*"foo"*

. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +src line: 4653 + +. +* a * +. +

* a *

+. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src line: 4661