------------------------------------------------------------
|                            GFM                           |
|                                                          |
| Tabs                                     11 of  11  100% |
| Precedence                                1 of   1  100% |
| Thematic breaks                          19 of  19  100% |
| ATX headings                             18 of  18  100% |
| Setext headings                          24 of  27   89% |
| Indented code blocks                     12 of  12  100% |
| Fenced code blocks                       29 of  29  100% |
| HTML blocks                              43 of  43  100% |
| Link reference definitions               25 of  28   89% |
| Paragraphs                                8 of   8  100% |
| Blank lines                               1 of   1  100% |
| Block quotes                             23 of  25   92% |
| List items                               38 of  48   79% |
| Lists                                    19 of  26   73% |
| Inlines                                   1 of   1  100% |
| Backslash escapes                        11 of  13   85% |
| Entity and numeric character references  13 of  17   76% |
| Code spans                               22 of  22  100% |
| Emphasis and strong emphasis            109 of 131   83% |
| Links                                    74 of  87   85% |
| Images                                   15 of  22   68% |
| Autolinks                                15 of  19   79% |
| Raw HTML                                 19 of  21   90% |
| Hard line breaks                         15 of  15  100% |
| Soft line breaks                          2 of   2  100% |
| Textual content                           3 of   3  100% |
| [extension] Tables                        8 of   8  100% |
| [extension] Task list items               2 of   2  100% |
| [extension] Strikethrough                 2 of   2  100% |
| [extension] Autolinks                    11 of  11  100% |
| [extension] Disallowed Raw HTML           0 of   1    0% |
------------------------------------------------------------

------------------------------------------------------------
|                        CommonMark                        |
|                                                          |
| Tabs                                     11 of  11  100% |
| Precedence                                1 of   1  100% |
| Thematic breaks                          19 of  19  100% |
| ATX headings                             18 of  18  100% |
| Setext headings                          24 of  27   89% |
| Indented code blocks                     12 of  12  100% |
| Fenced code blocks                       29 of  29  100% |
| HTML blocks                              43 of  43  100% |
| Link reference definitions               25 of  28   89% |
| Paragraphs                                8 of   8  100% |
| Blank lines                               1 of   1  100% |
| Block quotes                             23 of  25   92% |
| List items                               38 of  48   79% |
| Lists                                    19 of  26   73% |
| Inlines                                   1 of   1  100% |
| Backslash escapes                        11 of  13   85% |
| Entity and numeric character references  13 of  17   76% |
| Code spans                               22 of  22  100% |
| Emphasis and strong emphasis            109 of 131   83% |
| Links                                    74 of  87   85% |
| Images                                   15 of  22   68% |
| Autolinks                                19 of  19  100% |
| Raw HTML                                 19 of  21   90% |
| Hard line breaks                         15 of  15  100% |
| Soft line breaks                          2 of   2  100% |
| Textual content                           3 of   3  100% |
------------------------------------------------------------

Randomized with seed 08585
Started
...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F.........................F.................F.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................FF..........

Failures:
1) New whiltespace_lines should pass
  Message:
    AssertionError: Expected values to be strictly equal:
    + actual - expected ... Lines skipped
    
      '<p>paragraph</p>\n' +
        '<p>test</p>\n' +
    ...
        'b\n' +
        '\n' +
    +   'c\n' +
    +   '</code></pre>\n' +
    +   '<pre><code>a\n' +
    +   '  \n' +
    +   'b\n' +
    +   '</code></pre>\n'
    -   'c</code></pre>\n' +
    -   '<pre><code>a\n' +
    -   '  \n' +
    -   'b</code></pre>\n'
  Stack:
    error properties: Object({ generatedMessage: true, code: 'ERR_ASSERTION', actual: '<p>paragraph</p>
    <p>test</p>
    <pre><code>a
      
    b
    
    c
    </code></pre>
    <pre><code>a
      
    b
    </code></pre>
    ', expected: '<p>paragraph</p>
    <p>test</p>
    <pre><code>a
      
    b
    
    c</code></pre>
    <pre><code>a
      
    b</code></pre>
    ', operator: 'strictEqual' })
        at <Jasmine>
        at compare (/testbed/test/helpers/helpers.js:47:30)
        at <Jasmine>
        at UserContext.<anonymous> (/testbed/test/specs/run-spec.js:34:39)
        at <Jasmine>

2) New code_consistent_newline should pass
  Message:
    AssertionError: Expected values to be strictly equal:
    + actual - expected
    
    + '<pre><code class="language-js">const value = 42;\n' +
    +   '</code></pre>\n' +
    +   '<pre><code>const value = 42;\n' +
    +   '</code></pre>\n' +
    - '<pre><code class="language-js">const value = 42;</code></pre>\n' +
    -   '<pre><code>const value = 42;</code></pre>\n' +
        '<p>Code blocks contain trailing new line.</p>\n'
  Stack:
    error properties: Object({ generatedMessage: true, code: 'ERR_ASSERTION', actual: '<pre><code class="language-js">const value = 42;
    </code></pre>
    <pre><code>const value = 42;
    </code></pre>
    <p>Code blocks contain trailing new line.</p>
    ', expected: '<pre><code class="language-js">const value = 42;</code></pre>
    <pre><code>const value = 42;</code></pre>
    <p>Code blocks contain trailing new line.</p>
    ', operator: 'strictEqual' })
        at <Jasmine>
        at compare (/testbed/test/helpers/helpers.js:47:30)
        at <Jasmine>
        at UserContext.<anonymous> (/testbed/test/specs/run-spec.js:34:39)
        at <Jasmine>

3) New code_compensation_indent should pass
  Message:
    AssertionError: Expected values to be strictly equal:
    + actual - expected
    
      '<p>This is some text.</p>\n' +
        '<ol>\n' +
        '<li><p>This is a list element.</p>\n' +
        '<pre><code>const x = 5;\n' +
    +   'const y = x + 5;\n' +
    +   '</code></pre>\n' +
    -   'const y = x + 5;</code></pre>\n' +
        '</li>\n' +
        '</ol>\n'
  Stack:
    error properties: Object({ generatedMessage: true, code: 'ERR_ASSERTION', actual: '<p>This is some text.</p>
    <ol>
    <li><p>This is a list element.</p>
    <pre><code>const x = 5;
    const y = x + 5;
    </code></pre>
    </li>
    </ol>
    ', expected: '<p>This is some text.</p>
    <ol>
    <li><p>This is a list element.</p>
    <pre><code>const x = 5;
    const y = x + 5;</code></pre>
    </li>
    </ol>
    ', operator: 'strictEqual' })
        at <Jasmine>
        at compare (/testbed/test/helpers/helpers.js:47:30)
        at <Jasmine>
        at UserContext.<anonymous> (/testbed/test/specs/run-spec.js:34:39)
        at <Jasmine>

4) async highlight should highlight codeblocks async
  Message:
    Expected '<pre><code class="language-lang1">async text 1</code></pre>
    <blockquote>
    <pre><code class="language-lang2">async text 2</code></pre>
    </blockquote>
    <ul>
    <li><pre><code class="language-lang3">async text 3</code></pre>
    </li>
    </ul>
    ' to be '<pre><code class="language-lang1">async text 1
    </code></pre>
    <blockquote>
    <pre><code class="language-lang2">async text 2
    </code></pre>
    </blockquote>
    <ul>
    <li><pre><code class="language-lang3">async text 3
    </code></pre>
    </li>
    </ul>
    '.
  Stack:
    Error: Expected '<pre><code class="language-lang1">async text 1</code></pre>
    <blockquote>
    <pre><code class="language-lang2">async text 2</code></pre>
    </blockquote>
    <ul>
    <li><pre><code class="language-lang3">async text 3</code></pre>
    </li>
    </ul>
    ' to be '<pre><code class="language-lang1">async text 1
    </code></pre>
    <blockquote>
    <pre><code class="language-lang2">async text 2
    </code></pre>
    </blockquote>
    <ul>
    <li><pre><code class="language-lang3">async text 3
    </code></pre>
    </li>
    </ul>
    '.
        at <Jasmine>
        at /testbed/test/unit/marked-spec.js:338:20
        at done (/testbed/src/marked.js:64:11)
        at /testbed/src/marked.js:91:15

5) async highlight should highlight codeblocks when not async
  Message:
    Expected '<pre><code class="language-lang1">async text 1</code></pre>
    <blockquote>
    <pre><code class="language-lang2">async text 2</code></pre>
    </blockquote>
    <ul>
    <li><pre><code class="language-lang3">async text 3</code></pre>
    </li>
    </ul>
    ' to be '<pre><code class="language-lang1">async text 1
    </code></pre>
    <blockquote>
    <pre><code class="language-lang2">async text 2
    </code></pre>
    </blockquote>
    <ul>
    <li><pre><code class="language-lang3">async text 3
    </code></pre>
    </li>
    </ul>
    '.
  Stack:
    Error: Expected '<pre><code class="language-lang1">async text 1</code></pre>
    <blockquote>
    <pre><code class="language-lang2">async text 2</code></pre>
    </blockquote>
    <ul>
    <li><pre><code class="language-lang3">async text 3</code></pre>
    </li>
    </ul>
    ' to be '<pre><code class="language-lang1">async text 1
    </code></pre>
    <blockquote>
    <pre><code class="language-lang2">async text 2
    </code></pre>
    </blockquote>
    <ul>
    <li><pre><code class="language-lang3">async text 3
    </code></pre>
    </li>
    </ul>
    '.
        at <Jasmine>
        at /testbed/test/unit/marked-spec.js:384:20
        at done (/testbed/src/marked.js:64:11)
        at /testbed/src/marked.js:91:15

1563 specs, 5 failures
Finished in 2.499 seconds
Randomized with seed 08585 (jasmine --random=true --seed=08585)
+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout c8783a3c1087c5a899ea6c1b96eb8a8e89fcd739 test/specs/new/code_compensation_indent.html test/specs/new/code_consistent_newline.html test/unit/marked-spec.js
Updated 0 paths from e68ec4a
+ git apply --verbose --reject -
<stdin>:35: trailing whitespace.
  
<stdin>:41: trailing whitespace.
  
<stdin>:54: trailing whitespace.
  
<stdin>:58: trailing whitespace.
      
<stdin>:60: trailing whitespace.
  
Checking patch test/specs/new/code_compensation_indent.html...
Checking patch test/specs/new/code_consistent_newline.html...
Checking patch test/specs/new/whiltespace_lines.html...
Checking patch test/specs/new/whiltespace_lines.md...
Checking patch test/unit/marked-spec.js...
Applied patch test/specs/new/code_compensation_indent.html cleanly.
Applied patch test/specs/new/code_consistent_newline.html cleanly.
Applied patch test/specs/new/whiltespace_lines.html cleanly.
Applied patch test/specs/new/whiltespace_lines.md cleanly.
Applied patch test/unit/marked-spec.js cleanly.
warning: squelched 1 whitespace error
warning: 6 lines add whitespace errors.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jasmine --no-color --config=jasmine.json
+ : '>>>>> End Test Output'
+ git checkout c8783a3c1087c5a899ea6c1b96eb8a8e89fcd739 test/specs/new/code_compensation_indent.html test/specs/new/code_consistent_newline.html test/unit/marked-spec.js
Updated 3 paths from e68ec4a
