aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/platform/main.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-21 00:51:40 +0900
committernsfisis <nsfisis@gmail.com>2026-06-21 00:51:40 +0900
commit53f027302ebcb91f6fb9b177f5e7e9e2d00c5089 (patch)
tree8e5253105ca5abea99208cc47caae3fb118f734a /crates/shirabe/tests/platform/main.rs
parent7bea9042a79d3cbfe31cc2595e8b8c6a3788ba15 (diff)
downloadphp-shirabe-53f027302ebcb91f6fb9b177f5e7e9e2d00c5089.tar.gz
php-shirabe-53f027302ebcb91f6fb9b177f5e7e9e2d00c5089.tar.zst
php-shirabe-53f027302ebcb91f6fb9b177f5e7e9e2d00c5089.zip
test: port BufferIO, Runtime, JsonValidationException tests
JsonValidationExceptionTest passes. BufferIOTest (set_user_inputs is todo!()) and RuntimeTest (html_entity_decode is todo!()) are marked #[ignore]. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/platform/main.rs')
-rw-r--r--crates/shirabe/tests/platform/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe/tests/platform/main.rs b/crates/shirabe/tests/platform/main.rs
new file mode 100644
index 0000000..a43e54a
--- /dev/null
+++ b/crates/shirabe/tests/platform/main.rs
@@ -0,0 +1 @@
+mod runtime_test;