summaryrefslogtreecommitdiff
path: root/expression-test/test_runner_common.hpp
blob: b30d1a145c4f8ab5d509f0b0209956ecf16457d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <mbgl/util/feature.hpp>

#include <string>
#include <vector>

using namespace mbgl;

Value stripPrecision(const Value& value);
std::vector<std::string> tokenize(std::string str);
bool deepEqual(const Value& a, const Value& b);
bool deepEqual(const optional<Value>& a, const optional<Value>& b);