Skip to content

fix: Normalize paths and line endings for cross-platform compatibility #705

fix: Normalize paths and line endings for cross-platform compatibility

fix: Normalize paths and line endings for cross-platform compatibility #705

Status Failure
Total duration 28s
Artifacts

test.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

12 errors
error: expect(received).toBe(expected): packages/nuedom/test/render.test.js#L17
Expected: "<div>3</div>" Received: "3" at <anonymous> (/home/runner/work/nue/nue/packages/nuedom/test/render.test.js:17:45)
error: expect(received).toBe(expected): packages/nuedom/test/render.test.js#L13
Expected: "<div>Hello</div>" Received: "Hello" at <anonymous> (/home/runner/work/nue/nue/packages/nuedom/test/render.test.js:13:41)
error: expect(received).toBe(expected): packages/nuedom/test/render.test.js#L9
Expected: "<div></div>" Received: "" at <anonymous> (/home/runner/work/nue/nue/packages/nuedom/test/render.test.js:9:31)
error: expect(received).toBe(expected): packages/nuedom/test/loop.test.js#L100
Expected: "<a><b>i: 0</b><b>i: 1</b></a>" Received: "<b>i: 0</b><b>i: 1</b>" at <anonymous> (/home/runner/work/nue/nue/packages/nuedom/test/loop.test.js:100:16)
error: expect(received).toBe(expected): packages/nuedom/test/loop.test.js#L89
Expected: "<ul><li>hello</li><li>world</li></ul>" Received: "<li>hello</li><li>world</li>" at <anonymous> (/home/runner/work/nue/nue/packages/nuedom/test/loop.test.js:89:16)
error: expect(received).toBe(expected): packages/nuedom/test/loop.test.js#L74
Expected: "<ul><li><p>A</p><p>B</p></li><li><p>C</p><p>D</p></li></ul>" Received: "<li><p>A</p><p>B</p></li><li><p>C</p><p>D</p></li>" at <anonymous> (/home/runner/work/nue/nue/packages/nuedom/test/loop.test.js:74:16)
error: expect(received).toBe(expected): packages/nuedom/test/loop.test.js#L61
Expected: "<dl><td>Email</td><dd>m@example.com</dd></dl>" Received: "<td>Email</td><dd>m@example.com</dd>" at <anonymous> (/home/runner/work/nue/nue/packages/nuedom/test/loop.test.js:61:16)
error: expect(received).toBe(expected): packages/nuedom/test/loop.test.js#L47
Expected: "<dl><td>Email</td><dd>m@example.com</dd></dl>" Received: "<td>Email</td><dd>m@example.com</dd>" at <anonymous> (/home/runner/work/nue/nue/packages/nuedom/test/loop.test.js:47:16)
error: expect(received).toBe(expected): packages/nuedom/test/loop.test.js#L32
Expected: "<dl><dt>Name</dt><dd>Alice</dd><dt>Age</dt><dd>30</dd></dl>" Received: "<dt>Name</dt><dd>Alice</dd><dt>Age</dt><dd>30</dd>" at <anonymous> (/home/runner/work/nue/nue/packages/nuedom/test/loop.test.js:32:16)
error: expect(received).toBe(expected): packages/nuedom/test/loop.test.js#L8
Expected: "<ul><li>0: a</li><li>1: b</li></ul>" Received: "<li>0: a</li><li>1: b</li>" at <anonymous> (/home/runner/work/nue/nue/packages/nuedom/test/loop.test.js:8:16)
test (windows-latest)
The strategy configuration was canceled because "test.ubuntu-latest" failed
test (windows-latest)
The operation was canceled.