Skip to content

Commit

Permalink
Add new line in expected value
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Sep 10, 2024
1 parent 5f640dd commit 2f64d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/apps/200-flexdashboard-render-text/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ shinyjster::shinyjster_js("
jst.add(Jster.shiny.waitUntilStable);
jst.add(Jster.shiny.waitUntilStable);
assert_equal_qs('a[href=\"#section-p1\"]', 'Page 1: ' + month);
assert_equal_qs('a[href=\"#section-p2\"]', 'Page 2: ' + month);
assert_equal_qs('a[href=\"#section-p1\"]', 'Page 1:\n' + month);
assert_equal_qs('a[href=\"#section-p2\"]', 'Page 2:\n' + month);
assert_equal('sidebarContent', 'Sidebar Content: ' + month);
assert_equal_qs('#section-hidden1 .value-output', 'VB1: ' + month);
Expand Down

0 comments on commit 2f64d12

Please sign in to comment.