aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/runner/createTestServer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner/createTestServer.js b/tests/runner/createTestServer.js
index 67770c71d..875e6d3b1 100644
--- a/tests/runner/createTestServer.js
+++ b/tests/runner/createTestServer.js
@@ -22,7 +22,7 @@ export async function createTestServer( report ) {
} );
// Add a script tag to HTML pages to load the QUnit listeners
- app.use( /\/tests\/unit\/([^/]+)\/\1\.html$/, async( req, res ) => {
+ app.use( /\/tests\/unit\/([a-zA-Z0-9_-]+)\/\1\.html$/, async( req, res ) => {
const html = await readFile(
`tests/unit/${ req.params[ 0 ] }/${ req.params[ 0 ] }.html`,
"utf8"
nge/fix/copy_cache_during_copy_operations Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/core/strings.php
blob: 48592e9d16985e9c2fcf26d67118395490f5f583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30