Browse Source

verify Fixed cpoll_cppsp's json test

Mike Smith 11 years ago
parent
commit
801eb4dd8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cpoll_cppsp/www/json

+ 1 - 1
cpoll_cppsp/www/json

@@ -8,7 +8,7 @@ int64_t fib(int64_t n){
 %><%
 %><%
 
 
 json_object *hello=json_object_new_object();
 json_object *hello=json_object_new_object();
-json_object_object_add(hello, "message", json_object_new_string("Hello, world"));
+json_object_object_add(hello, "message", json_object_new_string("Hello, World!"));
 
 
 const char *hello_str=json_object_to_json_string(hello);
 const char *hello_str=json_object_to_json_string(hello);