Figured out that the reason why Literals wasn't recognizing the string as a multiline string was because I accidentally put the wrong sign for the newline character using "/n" instead of "\n". The tests are working on my end now.
Ha! Of course it's this simple, lol! We can merge this anytime you want, but it's probably safer to not make any more changes until after your presentation.
Figured out that the reason why Literals wasn't recognizing the string as a multiline string was because I accidentally put the wrong sign for the newline character using "/n" instead of "\n". The tests are working on my end now.