1 |
/* |
/* |
2 |
json.c - test JSON manipulation |
json.c - test JSON manipulation |
3 |
Copyright (C) 2008 siliconforks.com |
Copyright (C) 2008, 2009, 2010 siliconforks.com |
4 |
|
|
5 |
This program is free software; you can redistribute it and/or modify |
This program is free software; you can redistribute it and/or modify |
6 |
it under the terms of the GNU General Public License as published by |
it under the terms of the GNU General Public License as published by |
25 |
#include "stream.h" |
#include "stream.h" |
26 |
#include "util.h" |
#include "util.h" |
27 |
|
|
28 |
|
bool jscoverage_highlight = true; |
29 |
|
|
30 |
int main(void) { |
int main(void) { |
31 |
jscoverage_init(); |
jscoverage_init(); |
32 |
|
|