Files
Sourcetrail/bin/test/data/SettingsTestSuite/settings.xml
T
Andreas Stallinger cbb6fcd8e2 test: fixed settingstestsuite
changed settings.xml to new/refactored xml tags
2015-10-27 10:13:29 +01:00

20 lines
385 B
XML

<?xml version="1.0" encoding="utf-8"?>
<config>
<Bool>1</Bool>
<Int>42</Int>
<Float>3.1416</Float>
<String>Hello World!</String>
<source>
<source_paths>
<source_path>data</source_path>
</source_paths>
<header_search_paths>
<header_search_path>data/</header_search_path>
<header_search_path>src/</header_search_path>
</header_search_paths>
</source>
</config>