summaryrefslogtreecommitdiff
path: root/render-test/parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/parser.hpp')
-rw-r--r--render-test/parser.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/render-test/parser.hpp b/render-test/parser.hpp
index 94fb212944..afa281ad30 100644
--- a/render-test/parser.hpp
+++ b/render-test/parser.hpp
@@ -31,5 +31,8 @@ std::string createResultPage(const TestStatistics&, const std::vector<TestMetada
std::string localizeURL(const std::string& url);
+std::string toJSON(const mbgl::Value& value, unsigned indent, bool singleLine);
+std::string toJSON(const std::vector<mbgl::Feature>& features, unsigned indent, bool singleLine);
+
void localizeSourceURLs(mbgl::JSValue& root, mbgl::JSDocument& document);
void localizeStyleURLs(mbgl::JSValue& root, mbgl::JSDocument& document); \ No newline at end of file