revise indentation of raw string
Signed-off-by: Thierry Marianne <thierry@marianne.io>
This commit is contained in:
@@ -309,11 +309,11 @@ fn ffi_utf8_panic() {
|
|||||||
let dynlib_path = build_dynamic_library(
|
let dynlib_path = build_dynamic_library(
|
||||||
"ffi_utf8_panic",
|
"ffi_utf8_panic",
|
||||||
r##"
|
r##"
|
||||||
#[unsafe(no_mangle)]
|
#[unsafe(no_mangle)]
|
||||||
extern "C" fn ffi_invalid_utf8_cstr() -> *const core::ffi::c_char {
|
extern "C" fn ffi_invalid_utf8_cstr() -> *const core::ffi::c_char {
|
||||||
c"Invalid\xFFUTF8".as_ptr()
|
c"Invalid\xFFUTF8".as_ptr()
|
||||||
}
|
}
|
||||||
"##,
|
"##,
|
||||||
);
|
);
|
||||||
|
|
||||||
load_module_test_with_input(
|
load_module_test_with_input(
|
||||||
|
|||||||
Reference in New Issue
Block a user