giscanner: add AnnotationParser tests
[platform/upstream/gobject-introspection.git] / tests / scanner / annotationparser / gi / tag_since.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <tests>
4
5 <test>
6   <commentblock>/**
7  * annotation_versioned:
8  *
9  * Since: 0.6
10  **/</commentblock>
11   <docblock>
12     <identifier>
13       <name>annotation_versioned</name>
14     </identifier>
15     <tags>
16       <tag>
17         <name>since</name>
18         <description>0.6</description>
19       </tag>
20     </tags>
21   </docblock>
22 </test>
23
24 <test>
25   <commentblock>/**
26  * annotation_versioned:
27  *
28  * Since: this function is available since version 0.6
29  **/</commentblock>
30   <docblock>
31     <identifier>
32       <name>annotation_versioned</name>
33     </identifier>
34     <tags>
35       <tag>
36         <name>since</name>
37         <description>this function is available since version 0.6</description>
38       </tag>
39     </tags>
40   </docblock>
41 </test>
42
43 </tests>