Skip to content

Commit 7afbe46

Browse files
committed
fix: update test cases
1 parent 7933f3f commit 7afbe46

File tree

1 file changed

+33
-24
lines changed
  • packages/mystmd/tests/notebook-fig-embed/outputs

1 file changed

+33
-24
lines changed

packages/mystmd/tests/notebook-fig-embed/outputs/index.json

Lines changed: 33 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,25 @@
5454
"kind": "figure",
5555
"children": [
5656
{
57-
"type": "output",
58-
"data": [
57+
"type": "outputs",
58+
"children": [
5959
{
60-
"output_type": "execute_result",
61-
"execution_count": 2,
62-
"metadata": {},
63-
"data": {
64-
"text/html": {
65-
"content_type": "text/html",
66-
"hash": "a16fcedcd26437c820ccfc05d1f48a57",
67-
"path": "/a16fcedcd26437c820ccfc05d1f48a57.html"
68-
},
69-
"text/plain": { "content": "alt.Chart(...)", "content_type": "text/plain" }
60+
"type": "output",
61+
"jupyter_data": {
62+
"output_type": "execute_result",
63+
"execution_count": 2,
64+
"metadata": {},
65+
"data": {
66+
"text/html": {
67+
"content_type": "text/html",
68+
"hash": "a16fcedcd26437c820ccfc05d1f48a57",
69+
"path": "/a16fcedcd26437c820ccfc05d1f48a57.html"
70+
},
71+
"text/plain": {
72+
"content": "alt.Chart(...)",
73+
"content_type": "text/plain"
74+
}
75+
}
7076
}
7177
}
7278
]
@@ -143,19 +149,22 @@
143149
"enumerator": "1"
144150
},
145151
{
146-
"type": "output",
147-
"data": [
152+
"type": "outputs",
153+
"children": [
148154
{
149-
"output_type": "execute_result",
150-
"execution_count": 2,
151-
"metadata": {},
152-
"data": {
153-
"text/html": {
154-
"content_type": "text/html",
155-
"hash": "a16fcedcd26437c820ccfc05d1f48a57",
156-
"path": "/a16fcedcd26437c820ccfc05d1f48a57.html"
157-
},
158-
"text/plain": { "content": "alt.Chart(...)", "content_type": "text/plain" }
155+
"type": "output",
156+
"jupyter_data": {
157+
"output_type": "execute_result",
158+
"execution_count": 2,
159+
"metadata": {},
160+
"data": {
161+
"text/html": {
162+
"content_type": "text/html",
163+
"hash": "a16fcedcd26437c820ccfc05d1f48a57",
164+
"path": "/a16fcedcd26437c820ccfc05d1f48a57.html"
165+
},
166+
"text/plain": { "content": "alt.Chart(...)", "content_type": "text/plain" }
167+
}
159168
}
160169
}
161170
]

0 commit comments

Comments
 (0)