From 3a16cf490615499a37529e9e0972f874b44b2b18 Mon Sep 17 00:00:00 2001 From: Joelle Maslak Date: Sat, 12 Oct 2019 16:42:59 -0600 Subject: Properly handle nested strings. --- challenge-029/joelle-maslak/perl6/ch-1.p6 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/challenge-029/joelle-maslak/perl6/ch-1.p6 b/challenge-029/joelle-maslak/perl6/ch-1.p6 index 0234c8deb9..77d02a1039 100755 --- a/challenge-029/joelle-maslak/perl6/ch-1.p6 +++ b/challenge-029/joelle-maslak/perl6/ch-1.p6 @@ -22,8 +22,9 @@ grammar Expansion { token element { | } token string { <-[ \{ \} ]>+ } token curly { \{