Skip to content

Add scenario 9 manual test for nested MarkdownJsonExtractor#5

Open
ahaoli wants to merge 2 commits into
mainfrom
codex/fix-markdownjsonextractor-and-add-test-scenario
Open

Add scenario 9 manual test for nested MarkdownJsonExtractor#5
ahaoli wants to merge 2 commits into
mainfrom
codex/fix-markdownjsonextractor-and-add-test-scenario

Conversation

@ahaoli

@ahaoli ahaoli commented May 19, 2026

Copy link
Copy Markdown
Owner

Motivation

  • Add a targeted case to validate recursive extraction of the innermost JSON when a json fence appears inside another json fence (input like result: ```json\n```json {"a":1, "b":"hello"} ```\n``` done).

Description

  • Added a manual test invocation in MarkdownJsonExtractor.main that calls run("场景9 - 多层嵌套(递归提取最内层)", "result: ```json\n```json {\"a\":1, \"b\":\"hello\"} ```\n``` done"); to assert the extractor returns the innermost JSON content.

Testing

  • Attempted to run mvn -q compile, but automated compilation failed due to dependency/plugin resolution error from Maven Central (403 Forbidden), so no further automated tests were executed in this environment.

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant