Skip to content

Commit

Permalink
Update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelfangjw committed Jun 16, 2021
1 parent 70f2be2 commit a6139ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ exports[`Parse exercise EXERCISE without solution successful 1`] = `

exports[`Parse figures FIGURE with image and scale successful 1`] = `
"<div className=\\"sicp-figure\\">
<div className=\\"sicp-figure\\">
<div>
<img src=\\"source-academy.github.io/sicp/sicp.png\\" alt=\\"id\\" width=\\"50%\\" />
</div>
<h5>
<h5 className=\\"sicp-caption\\">
name
<span>
<p>
Expand All @@ -143,10 +143,10 @@ exports[`Parse figures FIGURE with image and scale successful 1`] = `
exports[`Parse figures FIGURE with image successful 1`] = `
"<div className=\\"sicp-figure\\">
<div className=\\"sicp-figure\\">
<div>
<img src=\\"source-academy.github.io/sicp/sicp.png\\" alt=\\"id\\" width={[undefined]} />
</div>
<h5>
<h5 className=\\"sicp-caption\\">
name
<span>
<p>
Expand All @@ -160,7 +160,7 @@ exports[`Parse figures FIGURE with image successful 1`] = `
exports[`Parse figures FIGURE with snippet successful 1`] = `
"<div className=\\"sicp-figure\\">
<CodeSnippet body=\\"1 + 1;\\" id={[undefined]} initialEditorValueHash=\\"IwAg1CwNxA\\" initialFullProgramHash={[undefined]} initialPrependHash={[undefined]} output={[undefined]} />
<h5>
<h5 className=\\"sicp-caption\\">
name
<span>
<p>
Expand Down Expand Up @@ -209,7 +209,7 @@ exports[`Parse figures FIGURE with table successful 1`] = `
</tr>
</tbody>
</table>
<h5>
<h5 className=\\"sicp-caption\\">
name
<span>
<p>
Expand Down Expand Up @@ -660,11 +660,7 @@ exports[`Parse styling JAVASCRIPTINLINE successful 1`] = `"<code className=\\"b

exports[`Parse styling META successful 1`] = `"<em />"`;

exports[`Parse styling METAPHRASE successful 1`] = `
"<p>
&amp;langle; &amp;rangle;
</p>"
`;
exports[`Parse styling METAPHRASE successful 1`] = `"<p />"`;

exports[`Parse styling TT successful 1`] = `
"<code className=\\"bp3-code\\">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ exports[`Sicp index page 1`] = `
</h4>
</Component>
<p>
with Chan Ger Hean, He Xinyue, Liu Hang, Feng Piaopiao, Jolyn Tan and Wang Qian
with Samuel Fang
<i>
adapters to JavaScript
</i>
Expand Down

0 comments on commit a6139ce

Please sign in to comment.