This website requires JavaScript.
Explore
Help
Sign In
3party
/
pugixml
Watch
0
Star
0
Fork
0
You've already forked pugixml
mirror of
https://github.com/zeux/pugixml.git
synced
2024-12-27 13:33:17 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
pugixml
/
tests
/
test_version.cpp
6 lines
100 B
C++
Raw
Normal View
History
Unescape
Escape
tests: Convert several files to Unix line endings They were still using Windows EOL by mistake
2015-09-19 00:14:18 -07:00
#
include
"../src/pugixml.hpp"
Fix PUGIXML_VERSION macro Also make sure the line shows up in grep when using the current version number. Fixes #478.
2022-02-10 08:36:19 -08:00
#
if PUGIXML_VERSION != 1120
tests: Convert several files to Unix line endings They were still using Windows EOL by mistake
2015-09-19 00:14:18 -07:00
#
error Unexpected pugixml version
#
endif
Reference in New Issue
Copy Permalink