summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gi/syntax_indentation.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/annotationparser/gi/syntax_indentation.xml')
-rw-r--r--tests/scanner/annotationparser/gi/syntax_indentation.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/scanner/annotationparser/gi/syntax_indentation.xml b/tests/scanner/annotationparser/gi/syntax_indentation.xml
index 21fd1d84..1b8c6324 100644
--- a/tests/scanner/annotationparser/gi/syntax_indentation.xml
+++ b/tests/scanner/annotationparser/gi/syntax_indentation.xml
@@ -16,6 +16,11 @@
<description>Describe section here</description>
</docblock>
</parser>
+ <output> /**
+ * SECTION:test
+ *
+ * Describe section here
+ */</output>
</test>
<test>
@@ -32,6 +37,11 @@
<description>Describe section here</description>
</docblock>
</parser>
+ <output> /**
+ * SECTION:test
+ *
+ * Describe section here
+ */</output>
</test>
<test>
@@ -48,6 +58,11 @@
<description>Describe section here</description>
</docblock>
</parser>
+ <output> /**
+ * SECTION:test
+ *
+ * Describe section here
+ */</output>
</test>
<test>
@@ -64,6 +79,11 @@
<description>Describe section here</description>
</docblock>
</parser>
+ <output indent="false">/**
+ * SECTION:test
+ *
+ * Describe section here
+ */</output>
</test>
</tests>