mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:20:45 +00:00
docs-i18n: add behavior baseline fixtures (#64073)
Merged via squash.
Prepared head SHA: 4ccd4c5fc0
Co-authored-by: hxy91819 <8814856+hxy91819@users.noreply.github.com>
Co-authored-by: hxy91819 <8814856+hxy91819@users.noreply.github.com>
Reviewed-by: @hxy91819
This commit is contained in:
14
scripts/docs-i18n/testdata/behavior/frontmatter-fallback/case.json
vendored
Normal file
14
scripts/docs-i18n/testdata/behavior/frontmatter-fallback/case.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "frontmatter scalar falls back instead of keeping tagged wrapper",
|
||||
"mode": "frontmatter_scalar",
|
||||
"rel_path": "install/fly.md",
|
||||
"source_file": "source.txt",
|
||||
"expected_file": "expected.txt",
|
||||
"rules": [
|
||||
{
|
||||
"method": "masked",
|
||||
"match_all": ["Deploying OpenClaw on Fly.io"],
|
||||
"response_file": "masked-tagged-wrapper.txt"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user