Randomized with seed 48235
Started
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F..F........................................................................................................

Failures:
1) Marked Table cells should pass example 8
  Message:
    CommonMark (Table cells):
    |1|2|
    |-|-|
    |1\|\\|2\|\\|
    ------
    
    Expected:
    <table><thead><tr><th>1</th><th>2</th></tr></thead><tbody><tr><td>1|\</td><td>2|\</td></tr></tbody></table>
    ------
    
    Marked:
    <table>
    <thead>
    <tr>
    <th>1</th>
    <th>2</th>
    </tr>
    </thead>
    <tbody><tr>
    <td>1||2|\</td>
    <td></td>
    </tr>
    </tbody></table>
    
  Stack:
    Error: CommonMark (Table cells):
        at <Jasmine>
        at Expectation.addExpectationResult (/testbed/node_modules/jasmine2-custom-message/jasmine2-custom-message.js:77:7)
        at <Jasmine>
        at UserContext.<anonymous> (/testbed/test/specs/marked/marked-spec.js:28:9)
        at <Jasmine>

2) Marked Table cells should pass example 5
  Message:
    CommonMark (Table cells):
    |1|
    |-|
    |\\\\||
    ------
    
    Expected:
    <table><thead><tr><th>1</th></tr></thead><tbody><tr><td>\\</td></tr></tbody></table>
    ------
    
    Marked:
    <table>
    <thead>
    <tr>
    <th>1</th>
    </tr>
    </thead>
    <tbody><tr>
    <td>\|</td>
    </tr>
    </tbody></table>
    
  Stack:
    Error: CommonMark (Table cells):
        at <Jasmine>
        at Expectation.addExpectationResult (/testbed/node_modules/jasmine2-custom-message/jasmine2-custom-message.js:77:7)
        at <Jasmine>
        at UserContext.<anonymous> (/testbed/test/specs/marked/marked-spec.js:28:9)
        at <Jasmine>

662 specs, 2 failures
Finished in 0.961 seconds
Randomized with seed 48235 (jasmine --random=true --seed=48235)
+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout 579f7bfb562bdeeaf0ee98deaba5a8334f9602d1 test/specs/marked/marked-spec.js test/specs/marked/marked.json
Updated 0 paths from 0a8fc1e
+ git apply --verbose --reject -
Checking patch test/specs/marked/marked-spec.js...
Checking patch test/specs/marked/marked.json...
Applied patch test/specs/marked/marked-spec.js cleanly.
Applied patch test/specs/marked/marked.json cleanly.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jasmine --no-color --config=jasmine.json
+ : '>>>>> End Test Output'
+ git checkout 579f7bfb562bdeeaf0ee98deaba5a8334f9602d1 test/specs/marked/marked-spec.js test/specs/marked/marked.json
Updated 2 paths from 0a8fc1e
