default.json
No OneTemporary

File Metadata

Created
Wed, Jul 8, 8:19 AM

default.json

This document is not valid JSON: Parse error on line 47 at column 28: Expected one of: 'EOF', '}', ':', ',', ']'
{
"containers": {
"id": {
"implementations": "impl_fulfill_cluster",
"clusters": "var_cluster",
"prototypes": "proto_cluster",
"linkedlist": "linkedlist"
},
"impl": {
"solid": "solid",
"onthefly": "on_the_fly"
}
},
"logging": {
"id": "logging"
},
"function-entry": "entry",
"clasp": {
"bindings" : {
"variable": "bind",
"function": "bind_func",
"scope": "bind_scope"
},
"nonevalue": "nonevalue",
"ret": {
"symbol": "retv",
"tag": "ret"
}
},
"tests": {
"template": "default",
"templates": {
"basic": "EntryFunction*",
"default": "*-",
"types": "Types*-",
"containers": "Containers*-",
"ast": "AST*",
"non-containers": "*-Containers*",
"log": "Logging*",
"clang": "ClangAPI*"
"cfg": "CFG.*",
"skip": "SkipDetection*",
"raw-xml": "libxml2*",
"xml": "Xml.*"
}
}
}

Event Timeline