diffplug / selfie

Snapshot testing for Java, Kotlin, and the JVM
https://selfie.dev
Apache License 2.0
54 stars 8 forks source link

MultiLine string literal fix #369

Closed SDelgado-21 closed 7 months ago

SDelgado-21 commented 7 months ago

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.

nedtwigg commented 7 months ago

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.