diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-21 04:56:53 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-21 04:56:53 +0900 |
| commit | 7fece52d9e414060572580fa90214c5df72b92f1 (patch) | |
| tree | f79f2d02bcab4dc002675cae07ee8e01cd835578 /crates/shirabe/tests/json/main.rs | |
| parent | c0cc563e250812ebef0bb86f2c007fbb5c1dbd92 (diff) | |
| download | php-shirabe-7fece52d9e414060572580fa90214c5df72b92f1.tar.gz php-shirabe-7fece52d9e414060572580fa90214c5df72b92f1.tar.zst php-shirabe-7fece52d9e414060572580fa90214c5df72b92f1.zip | |
test(json): port JsonManipulatorTest as stubs
JsonManipulator's text-rewriting operations reach addcslashes (todo!()) in the
php-shim, so all 50 cases are stubbed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/json/main.rs')
| -rw-r--r-- | crates/shirabe/tests/json/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe/tests/json/main.rs b/crates/shirabe/tests/json/main.rs index 6fdaa25..279b5b5 100644 --- a/crates/shirabe/tests/json/main.rs +++ b/crates/shirabe/tests/json/main.rs @@ -1,3 +1,4 @@ mod json_file_test; +mod json_manipulator_test; mod json_formatter_test; mod json_validation_exception_test; |
