balpan-rs / balpan

Simple CLI Tool that supports your onboarding for a journey on source code.
37 stars 7 forks source link

Use raw string literal for the codes on test cases. #57

Closed gaeulbyul closed 1 year ago

gaeulbyul commented 1 year ago

Rust provides the "Raw string literals" similar to Python's triple-quote string literal. It will be more suitable for code that contains several quote characters.

malkoG commented 1 year ago

Cool! Nice work! :smile_cat: