We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c675e0d commit 67f6717Copy full SHA for 67f6717
inst/apps/200-flexdashboard-render-text/index.Rmd
@@ -43,7 +43,7 @@ shinyjster::shinyjster_js("
43
jst.add(function() {
44
var el = $(qs);
45
Jster.assert.isEqual(
46
- el.text().trim(),
+ el.text().replace(/\s+/g, ''),
47
txt,
48
{query_string: qs, element: el}
49
);
0 commit comments