Skip to content
Snippets Groups Projects

FIX: error in regexp to match URLs

Merged Florian Spreckelsen requested to merge release-v0.13.2 into main
1 file
+ 15
1
Compare changes
  • Side-by-side
  • Inline
+ 15
1
@@ -31,5 +31,19 @@
editor plugins. Please refer to the `package.json` within
`libs/ckeditor...zip` for a full list of said plugins.
## For testing
## For unit testing
* qunit-2.9.2
### Debian 12 (also on WSL)
* unzip
* gettext
* firefox-esr
* xvfb
* libpci-dev
* libegl1
* imagemagick (to use `convert` on `screenshot.xwd`)
Install test dependencies on Debian
```bash
sudo apt install unzip gettext firefox-esr xvfb x11-apps libpci-dev libegl1 imagemagick
```
Loading