pad.pub0.org/tests
muxator f2b5f3bca2 tests: print expected & received output for 'getHTML'
This test was broken by #3268 (getLineHTMLForExport - Fixes #2486 but breaks
plugins). This change aims to facilitate debugging.

Expected:
<!doctype html><html><body><ul class="bullet"><li>one</li><li>2</li></ul><br><ul><ul class="bullet"><li>ul2</li></ul></ul></body></html>

Received:
<!doctype html><html><body><ul class="bullet"><li>one</li><li>2</ul><br><ul class="bullet"><li><ul class="bullet"><li>ul2</ul></li></ul></body></html>
2018-07-17 00:46:52 +02:00
..
backend tests: print expected & received output for 'getHTML' 2018-07-17 00:46:52 +02:00
frontend [fix] Ignore default line attribs when detecting edges of changeset (#3420) 2018-07-09 17:44:38 -03:00
README.md readme docs for backend tests 2014-11-27 23:58:50 +00:00

README.md

About this folder: Tests

Frontend

To run the tests, point your browser to <yourdomainhere>/tests/frontend

Backend

To run the tests, run bin/backendTests.sh