mediawiki-extensions-CodeMi.../tests/jest
MusikAnimal e1f397f048 CodeMirrorBidiIsolation: fix for when the tag is the first element
This fixes a careless error introduced in I1338afeefa where we don't do
a strict equality test and thus if the tag is the first element (at
position 0), the following bracket is also treated as the start
position. Here we simply do a strict equality test against null (the
reset value), and viola, several issues are fixed.

Bug: T358804
Change-Id: I86021d363ecc33a7551bc887439dc1902914026f
2024-04-09 22:04:45 -04:00
..
.eslintrc.json CodeMirror6: add new modules, feature flag, and URL query parameter 2023-10-09 19:51:24 -04:00
codemirror.bidiIsolation.test.js CodeMirrorBidiIsolation: fix for when the tag is the first element 2024-04-09 22:04:45 -04:00
codemirror.mode.mediawiki.test.js CM6: move bidiIsolation to be part of CodeMirrorModeMediaWiki 2024-03-19 22:48:34 -04:00
codemirror.test.js CM6: Switch to using Rollup instead of Webpack; make RL-compatible 2024-03-19 22:48:52 -04:00
codemirror.wikieditor.test.js CodeMirrorWikiEditor: Remove hack to fix height in WikiEditor 2024-03-13 11:18:20 -04:00
setup.js CM6: Switch to using Rollup instead of Webpack; make RL-compatible 2024-03-19 22:48:52 -04:00