aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/json/json_manipulator_test.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-22 02:33:21 +0900
committernsfisis <nsfisis@gmail.com>2026-06-22 02:34:14 +0900
commit9506cfafe29417a5c4149cf618f7e8c79d463e4e (patch)
tree357f8ef9b0436c6aee9c1b883c1f8223f83520ea /crates/shirabe/tests/json/json_manipulator_test.rs
parent822d9a872807a92a5337ee8b7bab96dc9845cdbb (diff)
downloadphp-shirabe-9506cfafe29417a5c4149cf618f7e8c79d463e4e.tar.gz
php-shirabe-9506cfafe29417a5c4149cf618f7e8c79d463e4e.tar.zst
php-shirabe-9506cfafe29417a5c4149cf618f7e8c79d463e4e.zip
test: un-ignore tests that now pass
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/json/json_manipulator_test.rs')
-rw-r--r--crates/shirabe/tests/json/json_manipulator_test.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/shirabe/tests/json/json_manipulator_test.rs b/crates/shirabe/tests/json/json_manipulator_test.rs
index 96b74f7..d303346 100644
--- a/crates/shirabe/tests/json/json_manipulator_test.rs
+++ b/crates/shirabe/tests/json/json_manipulator_test.rs
@@ -3869,7 +3869,6 @@ fn test_remove_config_setting_can_remove_sub_key_in_hash_with_siblings() {
}
#[test]
-#[ignore]
fn test_add_main_key() {
let mut manipulator = JsonManipulator::new(
r#"{
@@ -4183,7 +4182,6 @@ fn test_remove_main_key_removes_key_where_value_is_null() {
}
#[test]
-#[ignore]
fn test_indent_detection() {
let mut manipulator =
JsonManipulator::new("{\n\n \"require\": {\n \"php\": \"5.*\"\n }\n}".to_string())