John McLear
915849b319
Low hanging lint frontend tests ( #4695 )
...
* lint: low hanging specs/alphabet.js
* lint: low hanging specs/authorship_of_editions.js
* lint: low hanging specs/bold.js
* lint: low hanging specs/caret.js
* lint: low hanging specs/change_user_color.js
* lint: low hanging specs/change_user_name.js
* lint: low hanging specs/chat.js
* lint: low hanging specs/chat_load_messages.js
* lint: low hanging specs/clear_authorship_colors.js
* lint: low hanging specs/delete.js
* lint: low hanging specs/drag_and_drop.js
* lint: low hanging specs/embed_value.js
* lint: low hanging specs/enter.js
* lint: low hanging specs/font_type.js
* lint: low hanging specs/helper.js
* lint: low hanging specs/importexport.js
* lint: low hanging specs/importindents.js
* lint: low hanging specs/indentation.js
* lint: low hanging specs/italic.js
* lint: low hanging specs/language.js
* lint: low hanging specs/multiple_authors_clear_authorship_colors.js
* lint: low hanging specs/ordered_list.js
* lint: low hanging specs/pad_modal.js
* lint: low hanging specs/redo.js
* lint: low hanging specs/responsiveness.js
* lint: low hanging specs/select_formatting_buttons.js
* lint: low hanging specs/strikethrough.js
* lint: low hanging specs/timeslider.js
* lint: low hanging specs/timeslider_labels.js
* lint: low hanging specs/timeslider_numeric_padID.js
* lint: low hanging specs/timeslider_revisions.js
* lint: low hanging specs/undo.js
* lint: low hanging specs/unordered_list.js
* lint: low hanging specs/xxauto_reconnect.js
* lint: attempt to do remote_runner.js
* lint: helper linting
* lint: rate limit linting
* use constructor for Event to make eslint happier
* for squash: lint fix refinements
* for squash: lint fix refinements
Co-authored-by: Richard Hansen <rhansen@rhansen.org>
2021-02-01 20:23:14 +00:00
Richard Hansen
107942ad8a
lint: Rerun eslint --fix
to nuke trailing function call commas
...
eslint-config-etherpad 1.0.11 changed the comma-dangle rule to
prohibit trailing commas for function arguments. See:
673ab07acf
Re-run the automated fixes to apply the rule change.
This also fixes a few lint issues in changes that were made after
`eslint --fix` was originally run.
2020-11-25 13:09:14 -05:00
Richard Hansen
c673a597f8
tests: Fix what appears to be a typo
...
This fixes a SonarCloud error.
2020-11-24 20:06:12 +00:00
Richard Hansen
b8d07a42eb
lint: Run eslint --fix
on bin/
and tests/
2020-11-24 20:06:12 +00:00
muxator
04e9fc3a2f
formatting: bulk remove trailing whitespaces on frontend tests
...
This is a followup on 312c72c364
, which did the same on the main code base,
and is preliminary work for tidying up John's changes in the following commits.
No functional changes.
Command:
find tests/frontend -name '*.js' -type f -print0 | xargs -0 sed --in-place 's/[[:space:]]*$//'
2020-03-24 23:24:38 +01:00
muxator
c382ba35c9
tests: backed out changeset 155a895604
...
This was a preparatory commit for 3292429ab3
(which introduced a bug, see
issue #3728 ) and modified the tests for issue #3620 .
Commit 155a895604
per se did not introduce any bugs, but was difficult to
inspect because of its size. For this, the corresponding PR (#3622 ) should not
have been accepted.
--HG--
branch : revert-3622
2020-03-19 02:53:41 +01:00
Tom Briles
155a895604
Test for Issue-3620: space in the HTML for an unordered list creates an extra list item
2020-03-15 11:35:08 +00:00
John McLear
d3baf24ce1
disabling import export tests for now as they are reporting false positives... at some point they will need properly fixing
2015-04-11 09:12:53 +01:00
webzwo0i
ce156540ba
fix importexport-tests
2015-01-07 07:03:53 +01:00
webzwo0i
8e280f46c1
fix bullet test case, remove indent-testcases because they are in separate file
2014-12-29 16:25:41 +01:00
webzwo0i
53ca26d030
add some import-export tests
2014-12-28 02:27:53 +01:00