We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37ea72 commit e9b668cCopy full SHA for e9b668c
xt/examples-compilation.t
@@ -79,6 +79,10 @@ for @examples -> $eg {
79
flunk "$eg<file> chunk $eg<count>" ~ ' uses .WHAT: try .^name instead';
80
next;
81
}
82
+ if ! $eg<ok-test>.contains('dd') && $eg<contents> ~~ / << 'dd' >> / {
83
+ flunk "$eg<file> chunk $eg<count>" ~ ' uses dd: try say instead';
84
+ next;
85
+ }
86
87
# Wrap each snippet in a block so it compiles but isn't run on EVAL
88
# Further wrap in an anonymous class (so bare method works)
0 commit comments