This website requires JavaScript.
Explore
Help
Sign In
External
/
yaml-cpp
Watch
8
Star
0
Fork
0
You've already forked yaml-cpp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
80cf3c98db
yaml-cpp
/
test
/
new-api
/
parsertests.cpp
9 lines
89 B
C++
Raw
Normal View
History
Unescape
Escape
Added stubs for spec and parser tests with the new API
2011-09-11 03:05:35 +04:00
#
include
"parsertests.h"
namespace
Test
{
bool
RunParserTests
(
)
{
Fixed minor things that used the old API, compiles/links/runs\!
2011-09-11 07:59:27 +04:00
return
true
;
Added stubs for spec and parser tests with the new API
2011-09-11 03:05:35 +04:00
}
}
Reference in New Issue
Copy Permalink