Skip to content

Commit 0ab9e27

Browse files
committed
Merge branch 'master' into transitions
2 parents a8035e0 + a8aa78d commit 0ab9e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/ls.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
$test_pages = array_merge($directories, glob("**/*-tests.html"));
1717
sort($test_pages);
1818

19-
echo json_encode( array('testPages' => $test_pages));
19+
echo '{ "testPages":["' . implode( '","', $test_pages ) . '"]}';
2020
?>

0 commit comments

Comments
 (0)