Skip to content

Commit

Permalink
remove use of 'big' tag in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jul 13, 2024
1 parent bcbbac3 commit 32f0ca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ renderAnchorsOn: canvas
html unorderedList: [
html listItem: [
html anchor
name: 'name';
id: 'name';
callback: [ ];
with: 'Anchor' ] ] ]
factor: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ renderInline: aBlock factor: factor key: key on: html
html div
class: 'spi';
with: [
html big: spi greaseString , ' SPI'.
html span
style: 'font-size: 30px;';
with: spi greaseString , ' SPI'.
html span
class: 'iteration';
with: '(' , count greaseString , ' iterations)'.
Expand Down

0 comments on commit 32f0ca0

Please sign in to comment.