This website requires JavaScript.
Explore
Help
Sign In
loot
/
yaml-cpp
Watch
0
Star
0
Fork
0
mirror of
https://github.com/loot/yaml-cpp.git
synced
2026-07-27 14:13:42 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
80cf3c98db37754f5ac2c0bf9fe94288eb02b573
yaml-cpp
/
test
/
new-api
/
parsertests.cpp
T
9 lines
89 B
C++
Raw
Normal View
History
Unescape
Escape
Added stubs for spec and parser tests with the new API
2011-09-10 18:05:35 -05:00
#include
"parsertests.h"
namespace
Test
{
bool
RunParserTests
()
{
Fixed minor things that used the old API, compiles/links/runs\!
2011-09-10 22:59:27 -05:00
return
true
;
Added stubs for spec and parser tests with the new API
2011-09-10 18:05:35 -05:00
}
}
Reference in New Issue
Copy Permalink