giscanner: add AnnotationParser tests
[platform/upstream/gobject-introspection.git] / tests / scanner / annotationparser / gi / tag_stability.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <tests>
4
5 <test>
6   <commentblock>/**
7  * annotation_versioned:
8  *
9  * Stability: Stable
10  **/</commentblock>
11   <docblock>
12     <identifier>
13       <name>annotation_versioned</name>
14     </identifier>
15     <tags>
16       <tag>
17         <name>stability</name>
18         <description>Stable</description>
19       </tag>
20     </tags>
21   </docblock>
22 </test>
23
24 <test>
25   <commentblock>/**
26  * annotation_versioned:
27  *
28  * Stability: Unstable
29  **/</commentblock>
30   <docblock>
31     <identifier>
32       <name>annotation_versioned</name>
33     </identifier>
34     <tags>
35       <tag>
36         <name>stability</name>
37         <description>Unstable</description>
38       </tag>
39     </tags>
40   </docblock>
41 </test>
42
43 <test>
44   <commentblock>/**
45  * annotation_versioned:
46  *
47  * Stability: Private
48  **/</commentblock>
49   <docblock>
50     <identifier>
51       <name>annotation_versioned</name>
52     </identifier>
53     <tags>
54       <tag>
55         <name>stability</name>
56         <description>Private</description>
57       </tag>
58     </tags>
59   </docblock>
60 </test>
61
62 <test>
63   <commentblock>/**
64  * annotation_versioned:
65  *
66  * Stability: behavior tends to vary depending on the phase of the moon.
67  **/</commentblock>
68   <docblock>
69     <identifier>
70       <name>annotation_versioned</name>
71     </identifier>
72     <tags>
73       <tag>
74         <name>stability</name>
75         <description>behavior tends to vary depending on the phase of the moon.</description>
76       </tag>
77     </tags>
78   </docblock>
79 </test>
80
81 </tests>