pad.pub0.org/tests
Luiza Pagliari 5deb06d589 Create setting to control if a new line will be indented or not
Currently pressing ENTER on a line that ends with ':', '[', '(' or '{'
automaticaly indents the new line with 4 spaces. The variable added by
this commit to settings.json allow an Etherpad instance to not have this
behavior.
2015-10-13 18:39:23 -03:00
..
backend Restore newline-adding to setText() if passed string does not end in '\n'. 2015-06-30 04:47:55 -04:00
frontend Create setting to control if a new line will be indented or not 2015-10-13 18:39:23 -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