Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
2851f5f8c9fe0b5813f7bfcf17731376620cb12d
2851f5f8c9fe0b5813f7bfcf17731376620cb12d
Switch branch/tag
yaml-cpp
test
new-api
parsertests.cpp
Find file
Normal view
History
Permalink
parsertests.cpp
89 Bytes
Edit
Web IDE
Newer
Older
Added stubs for spec and parser tests with the new API
beder
committed
Sep 10, 2011
1
2
3
4
5
#include "parsertests.h"
namespace
Test
{
bool
RunParserTests
()
{
Fixed minor things that used the old API, compiles/links/runs\!
beder
committed
Sep 10, 2011
6
return
true
;
Added stubs for spec and parser tests with the new API
beder
committed
Sep 10, 2011
7
8
}
}