lean4-htt/tests/server_interactive/userWidget.lean.out.expected
Garmelon a3cb39eac9
chore: migrate more tests to new test suite (#12809)
This PR migrates most remaining tests to the new test suite. It also
completes the migration of directories like `tests/lean/run`, meaning
that PRs trying to add tests to those old directories will now fail.
2026-03-06 16:52:01 +00:00

51 lines
2.5 KiB
Text

{"widgets":
[{"range":
{"start": {"line": 12, "character": 0},
"end": {"line": 12, "character": 19}},
"props": {},
"javascriptHash": "2874772427606622741",
"id": "helloWidget"}]}
{"pos": {"line": 12, "character": 4}, "hash": "2874772427606622741"}
{"sourcetext":
"\n import * as React from 'react';\n export default function(props) {\n const name = props.name || 'world'\n return React.createElement('p', {}, name + '!')\n }"}
{"widgets":
[{"range":
{"start": {"line": 19, "character": 0},
"end": {"line": 19, "character": 63}},
"props": {"name": "lean"},
"javascriptHash": "2874772427606622741",
"id": "helloWidget"}]}
{"pos": {"line": 19, "character": 4}, "hash": "2874772427606622741"}
{"sourcetext":
"\n import * as React from 'react';\n export default function(props) {\n const name = props.name || 'world'\n return React.createElement('p', {}, name + '!')\n }"}
{"widgets":
[{"range": null,
"props": {"name": "local"},
"javascriptHash": "2874772427606622741",
"id": "helloWidget"},
{"range": null,
"props": {"name": "global"},
"javascriptHash": "2874772427606622741",
"id": "helloWidget"}]}
{"pos": {"line": 25, "character": 2}, "hash": "2874772427606622741"}
{"sourcetext":
"\n import * as React from 'react';\n export default function(props) {\n const name = props.name || 'world'\n return React.createElement('p', {}, name + '!')\n }"}
{"pos": {"line": 25, "character": 2}, "hash": "2874772427606622741"}
{"sourcetext":
"\n import * as React from 'react';\n export default function(props) {\n const name = props.name || 'world'\n return React.createElement('p', {}, name + '!')\n }"}
{"widgets":
[{"range": null,
"props": {"name": "scoped"},
"javascriptHash": "2874772427606622741",
"id": "helloWidget"},
{"range": null,
"props": {"name": "global"},
"javascriptHash": "2874772427606622741",
"id": "helloWidget"}]}
{"pos": {"line": 33, "character": 2}, "hash": "2874772427606622741"}
{"sourcetext":
"\n import * as React from 'react';\n export default function(props) {\n const name = props.name || 'world'\n return React.createElement('p', {}, name + '!')\n }"}
{"pos": {"line": 33, "character": 2}, "hash": "2874772427606622741"}
{"sourcetext":
"\n import * as React from 'react';\n export default function(props) {\n const name = props.name || 'world'\n return React.createElement('p', {}, name + '!')\n }"}
{"widgets": []}