git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a7d5c0
)
try to fix tests
author
gggeek
<giunta.gaetano@gmail.com>
Tue, 10 Jan 2023 00:52:43 +0000
(
00:52
+0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Tue, 10 Jan 2023 00:52:43 +0000
(
00:52
+0000)
demo/server/methodProviders/testsuite.php
patch
|
blob
|
history
diff --git
a/demo/server/methodProviders/testsuite.php
b/demo/server/methodProviders/testsuite.php
index
6b6cd5a
..
58f26b3
100644
(file)
--- a/
demo/server/methodProviders/testsuite.php
+++ b/
demo/server/methodProviders/testsuite.php
@@
-92,7
+92,7
@@
return array(
// Greek word 'kosme'. NB: NOT a valid ISO8859 string!
// NB: we can only register this when setting internal encoding to UTF-8, or it will break system.listMethods
"tests.utf8methodname." . 'κόσμε' => array(
- "function" => "exampleMethods::stringEcho",
+ "function" => "
\\
exampleMethods::stringEcho",
"signature" => exampleMethods::$stringecho_sig,
"docstring" => exampleMethods::$stringecho_doc,
),