From b5a9d37a7880b05cb3ba1fdbe5b8873295621514 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 21 Jun 2026 01:19:55 +0900 Subject: style: apply rustfmt to ported test files Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/platform/runtime_test.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'crates/shirabe/tests/platform/runtime_test.rs') diff --git a/crates/shirabe/tests/platform/runtime_test.rs b/crates/shirabe/tests/platform/runtime_test.rs index a655c95..4c58404 100644 --- a/crates/shirabe/tests/platform/runtime_test.rs +++ b/crates/shirabe/tests/platform/runtime_test.rs @@ -6,7 +6,10 @@ use shirabe::platform::runtime::Runtime; #[ignore = "Runtime::parse_html_extension_info reaches a todo!() in the php-shim (html_entity_decode)"] fn test_parse_extension_info() { for (html_input, expected_output) in provide_extension_infos() { - assert_eq!(expected_output, Runtime::parse_html_extension_info(html_input)); + assert_eq!( + expected_output, + Runtime::parse_html_extension_info(html_input) + ); } } -- cgit v1.3.1