Skip to content

Commit e5288c2

Browse files
committed
feat: add basic model-enforcer tests.
1 parent 5881fb1 commit e5288c2

File tree

3 files changed

+971
-801
lines changed

3 files changed

+971
-801
lines changed

test/test_built_in_functions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ namespace test_built_in_functions
1111
TEST_CLASS(TestBuiltInFunctions)
1212
{
1313
public:
14+
1415
void TestKeyMatch(string key1, string key2, bool res) {
1516
Scope scope = InitializeScope();
1617
PushStringValue(scope, key1);

0 commit comments

Comments
 (0)