Skip to content

Commit 1a4548d

Browse files
committed
Avoid double-heredoc
- Easier to understand - Doesn't blow up highlights for the entire file in atom
1 parent fa6247d commit 1a4548d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

S32-list/seq.t

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ is-deeply @b[0].Array, @result, 'seq => array works 2';
1515

1616

1717
my @expected-searches = <beer masak vacation whisky>;
18-
my ($y, @searches) = q:to/INPUT/, q:to/SEARCHES/.lines;
19-
xxxx
20-
INPUT
18+
my ($y, @searches) = "xxxx\n", q:to/SEARCHES/.lines;
2119
beer
2220
masak
2321
vacation

0 commit comments

Comments
 (0)