We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5babfb commit b582b02Copy full SHA for b582b02
test/cargo_build_script/compile_data/test.rs
@@ -2,5 +2,5 @@
2
pub fn test_compile_data() {
3
let data = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/", env!("DATA")));
4
5
- assert_eq!("La-Li-Lu-Le-Lo\n", data);
+ assert_eq!("La-Li-Lu-Le-Lo", data.trim());
6
}
0 commit comments