etherpad-lite/tests/frontend
Luiza Pagliari 58c3154769
[fix] Ignore default line attribs when detecting edges of changeset (#3420)
When comparing original content with the changes made by the user, we
need to ignore some line attribs that are added by content collector,
otherwise we would consider the change started on the first char of the
line -- the '*' that is added when line has line attribs.

In order to be able to handle both #3354 and #3118, we need to take into
account both the styles attribs (to fix #3354) and the line attribs
defined by any of the plugins (to fix #3118), but we can ignore those
extra line attribs that are added by Etherpad and do not add any
functionality (`'lmkr', 'insertorder', 'start'`).
2018-07-09 17:44:38 -03:00
..
lib fix frontend tests 2014-11-27 16:58:04 +00:00
specs [fix] Ignore default line attribs when detecting edges of changeset (#3420) 2018-07-09 17:44:38 -03:00
travis [fix:test] Use promise chain instead of chain (is deprecated) (#3419) 2018-07-09 17:09:02 -03:00
helper.js Select beginning of end line when offset is 0 on frontend tests 2016-06-21 11:07:57 -03:00
index.html fix frontend tests 2014-11-27 16:58:04 +00:00
runner.css make runner CSS more sane 2012-11-21 20:09:31 +00:00
runner.js Fix document.domain error in frontend tests 2016-03-29 16:16:22 +02:00