Skip to content

Commit

Permalink
Corrected 1 test missed in the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mtabacman committed Jan 1, 2025
1 parent 02216d4 commit 0d57cfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ BootstrapPopoverTest >> testTemplateForBootstrap3 [
self
assert: html
equals:
'<div id="id1"></div><script type="text/javascript">$("#id1").popover({"template":"<div class=\"popover\" role=\"tooltip\"><div class=\"arrow\"><\/div><h3 class=\"popover-title\"><\/h3><div class=\"popover-content\"><span class=\"glyphicon glyphicon-menu-up\"><\/span><\/div><\/div>"});</script>'
'<div id="id1"></div><script type="text/javascript">$("#id1").popover({"template":"<div class=\"popover\" role=\"tooltip\"><div class=\"arrow\"></div><h3 class=\"popover-title\"></h3><div class=\"popover-content\"><span class=\"glyphicon glyphicon-menu-up\"></span></div></div>"});</script>'
]

{ #category : '*Willow-Bootstrap-3-Tests' }
Expand Down

0 comments on commit 0d57cfb

Please sign in to comment.