Skip to content

Commit

Permalink
fix a couple more smartlinks for S12
Browse files Browse the repository at this point in the history
  • Loading branch information
diakopter committed Aug 11, 2011
1 parent 777ed62 commit cffa7e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion S02-builtin_data_types/bool.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use v6;
use Test;
plan 49;

#L<S12/Enumerations/"Two built-in enumerations are">
#L<S12/Built-in Enumerations/"Two built-in enumerations are">

# tests True and False are Bool's
isa_ok(Bool::True, Bool);
Expand Down
2 changes: 1 addition & 1 deletion S02-literals/misc-interpolation.t
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ is("x \c[ 65, 66, 67 ] x", "x ABC x", "\\c[] allows multiple chars with whi
is("x \x[41,42,43]] x", "x ABC] x", "\\x[] should not eat following ]s");
is("x \c[65,66,67]] x", "x ABC] x", "\\c[] should not eat following ]s");

# L<S12/Methods/Within an interpolation, the double-quoted form>
# L<S12/Fancy method calls/Within an interpolation, the double-quoted form>
{
class InterpolationTest {
method f { 'int' }
Expand Down

0 comments on commit cffa7e5

Please sign in to comment.