Skip to content

Commit 8574177

Browse files
committed
Make sure the utf8 class definition isn't tested
1 parent 1894585 commit 8574177

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Type/utf8.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
55
=SUBTITLE Mutable uint8 buffer for utf8 binary data
66
7-
class utf8 does Blob[uint8] { ... }
7+
=for code :skip-test
8+
class utf8 does Blob[uint8] { ... }
89
910
A C<utf8> is a subtype of Blob which is specificaly uint8 data for holding UTF-8
1011
encoded text.

0 commit comments

Comments
 (0)