giscanner: add AnnotationParser tests
[platform/upstream/gobject-introspection.git] / tests / scanner / annotationparser / gi / annotation_value.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <tests>
4
5 <test>
6   <!--
7   "Value:" tag syntax
8   -->
9   <commentblock>/**
10  * ANNOTATION_CALCULATED_LARGE:
11  *
12  * Constant to define a calculated large value
13  *
14  * Value: 10000000000UL
15  */</commentblock>
16   <docblock>
17     <identifier>
18       <name>ANNOTATION_CALCULATED_LARGE</name>
19     </identifier>
20     <description>Constant to define a calculated large value</description>
21     <tags>
22       <tag>
23        <name>value</name>
24        <description>10000000000UL</description>
25       </tag>
26     </tags>
27   </docblock>
28 </test>
29
30 </tests>