Skip to content

Commit

Permalink
Update unit tests after tweaking the basic template
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSanchez committed Dec 20, 2020
1 parent ade04e1 commit bc65673
Show file tree
Hide file tree
Showing 11 changed files with 217 additions and 118 deletions.
4 changes: 3 additions & 1 deletion spec/e2e/basic-math/basic-math.expected.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
}
body {
font-family: Sans;
max-width: 50em;
margin: auto;
}
</style>
</head>
Expand Down Expand Up @@ -55,4 +57,4 @@ <h3 id='math-function'>Functions</h3>



</body></html>
</body></html>
4 changes: 3 additions & 1 deletion spec/e2e/java-singleton/java-singleton.expected.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
}
body {
font-family: Sans;
max-width: 50em;
margin: auto;
}
</style>
</head>
Expand Down Expand Up @@ -89,4 +91,4 @@ <h4 id='singletonobject-private'>Private</h4>



</body></html>
</body></html>
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
}
body {
font-family: Sans;
max-width: 50em;
margin: auto;
}
</style>
</head>
Expand Down Expand Up @@ -51,4 +53,4 @@ <h3 id='$-function'>Functions</h3>



</body></html>
</body></html>
Loading

0 comments on commit bc65673

Please sign in to comment.