Fossil SCM
removed a no-longer-true "untested" marker.
Commit
4f196f15fb842f97625a36fc5dbb6a6b2f9a4dba
Parent
f996e6636c11a90…
1 file changed
-2
-2
| --- src/json_wiki.c | ||
| +++ src/json_wiki.c | ||
| @@ -119,12 +119,10 @@ | ||
| 119 | 119 | } |
| 120 | 120 | } |
| 121 | 121 | |
| 122 | 122 | |
| 123 | 123 | /* |
| 124 | -** UNTESTED! | |
| 125 | -** | |
| 126 | 124 | ** Searches for a wiki page with the given rid. If found it behaves |
| 127 | 125 | ** like json_get_wiki_page_by_name(pageName, doParse), else it returns |
| 128 | 126 | ** NULL. |
| 129 | 127 | */ |
| 130 | 128 | cson_value * json_get_wiki_page_by_rid(int rid, char doParse){ |
| 131 | 129 |
| --- src/json_wiki.c | |
| +++ src/json_wiki.c | |
| @@ -119,12 +119,10 @@ | |
| 119 | } |
| 120 | } |
| 121 | |
| 122 | |
| 123 | /* |
| 124 | ** UNTESTED! |
| 125 | ** |
| 126 | ** Searches for a wiki page with the given rid. If found it behaves |
| 127 | ** like json_get_wiki_page_by_name(pageName, doParse), else it returns |
| 128 | ** NULL. |
| 129 | */ |
| 130 | cson_value * json_get_wiki_page_by_rid(int rid, char doParse){ |
| 131 |
| --- src/json_wiki.c | |
| +++ src/json_wiki.c | |
| @@ -119,12 +119,10 @@ | |
| 119 | } |
| 120 | } |
| 121 | |
| 122 | |
| 123 | /* |
| 124 | ** Searches for a wiki page with the given rid. If found it behaves |
| 125 | ** like json_get_wiki_page_by_name(pageName, doParse), else it returns |
| 126 | ** NULL. |
| 127 | */ |
| 128 | cson_value * json_get_wiki_page_by_rid(int rid, char doParse){ |
| 129 |