Open PhilMiller opened 1 year ago
Not for this PR, but those embedded configurations would be an ideal use of C++ raw string literals
https://en.cppreference.com/w/cpp/language/string_literal
Originally posted by @PhilMiller in https://github.com/NOAA-OWP/ngen/issues/594#issuecomment-1662337770
This will cut way down on internal escaping in the string literal realization configurations embedded in our tests
Huh... C++ has heredocs... did not know that. I must say though that is one of the most obtuse pieces of documentation for a simple feature I've ever seen.
https://en.cppreference.com/w/cpp/language/string_literal
Originally posted by @PhilMiller in https://github.com/NOAA-OWP/ngen/issues/594#issuecomment-1662337770
This will cut way down on internal escaping in the string literal realization configurations embedded in our tests