We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a12520 commit f34ea7dCopy full SHA for f34ea7d
1 file changed
client/tests/utils.py
@@ -31,7 +31,7 @@
31
'example-nodejs-express':
32
('Node.js', 'https://github.com/opdemand/example-nodejs-express.git'),
33
'example-perl': ('Perl/PSGI', 'https://github.com/opdemand/example-perl.git'),
34
- 'example-php': ('PHP (classic)', 'https://github.com/opdemand/example-php.git'),
+ 'example-php': (r'PHP \(classic\)', 'https://github.com/opdemand/example-php.git'),
35
'example-play': ('Play 2.x - Java', 'https://github.com/opdemand/example-play.git'),
36
'example-python-flask': ('Python', 'https://github.com/opdemand/example-python-flask.git'),
37
'example-ruby-sinatra': ('Ruby', 'https://github.com/opdemand/example-ruby-sinatra.git'),
0 commit comments