Skip to content

Commit

Permalink
More tests for Raku/doc#2968
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Aug 25, 2019
1 parent 0bf7370 commit 67f533e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test-versioned-also.p6
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
class Versioned:ver<0.0.1>:auth<github:Kaiepi>:api<0> { }
say Versioned.^ver; # OUTPUT: «0.0.1␤»
say Versioned.^auth: # OUTPUT: «github:Kaiepi␤»
say Versioned.^api: # OUTPUT: «0␤»

0 comments on commit 67f533e

Please sign in to comment.