Skip to content

Commit cc2745d

Browse files
committed
Add test for onevcat#72
1 parent cf710e9 commit cc2745d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

VVDocumenterTests/DocumenterTests/VVMethodTestsCode.plist

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,22 @@ SIAlertViewBackgroundStyleSolid,
492492
:param: completionHandler <#completionHandler description#>
493493
*/</string>
494494
</dict>
495+
<dict>
496+
<key>source</key>
497+
<string>func makeTuple(a:Int, b:Int, c:Int) -&gt; (sum:Int, product:Int, max:Int) {</string>
498+
<key>uniform</key>
499+
<string>func makeTuple(a:Int, b:Int, c:Int)-&gt;(sum:Int, product:Int, max:Int){</string>
500+
<key>result</key>
501+
<string>/**
502+
&lt;#Description#&gt;
503+
504+
:param: a &lt;#a description#&gt;
505+
:param: b &lt;#b description#&gt;
506+
:param: c &lt;#c description#&gt;
507+
508+
:returns: &lt;#return value description#&gt;
509+
*/</string>
510+
</dict>
495511
</array>
496512
<key>vv_isSwiftEnum</key>
497513
<array>

0 commit comments

Comments
 (0)