mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-05-01 06:36:23 +08:00
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
15 lines
370 B
JSON
15 lines
370 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|