Skip to content

Commit

Permalink
Replace escaped double quotes in kindergarten-garden (exercism#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Jul 8, 2024
1 parent aa4c5e1 commit aed1365
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ describe "Kindergarten Garden", ->
expect(diagram.plants "Charlie").toEqual ["grass", "grass", "grass", "grass"]

describe "full garden", ->
xit "for Alice, first student\"s garden", ->
xit "for Alice, first student's garden", ->
diagram = new KindergartenGarden "VRCGVVRVCGGCCGVRGCVCGCGV\nVRCCCGCRRGVCGCRVVCVGCGCV"
expect(diagram.plants "Alice").toEqual ["violets", "radishes", "violets", "radishes"]

xit "for Bob, second student\"s garden", ->
xit "for Bob, second student's garden", ->
diagram = new KindergartenGarden "VRCGVVRVCGGCCGVRGCVCGCGV\nVRCCCGCRRGVCGCRVVCVGCGCV"
expect(diagram.plants "Bob").toEqual ["clover", "grass", "clover", "clover"]

Expand Down

0 comments on commit aed1365

Please sign in to comment.