Skip to content

Commit

Permalink
update snapshot following last release of shiny
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Oct 10, 2023
1 parent 26a3dba commit fd23c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

---

"<body class=\"\">\n <div class=\"container-fluid\">\n <div class=\"form-group shiny-input-container\">\n <label class=\"control-label\" id=\"foo-label\" for=\"foo\">foo<\/label>\n <input id=\"foo\" type=\"text\" class=\"form-control shiny-bound-input\" value=\"\">\n <\/div>\n <div class=\"form-group shiny-input-container\">\n <label class=\"control-label\" id=\"foo2-label\" for=\"foo2\">foo2<\/label>\n <input id=\"foo2\" type=\"text\" class=\"form-control shiny-bound-input\" value=\"\">\n <\/div>\n <div id=\"test\" class=\"shiny-text-output shiny-bound-output\" aria-live=\"polite\"><\/div>\n <\/div>\n\n\n<\/body>"
"<body class=\"\">\n <div class=\"container-fluid\">\n <div class=\"form-group shiny-input-container\">\n <label class=\"control-label\" id=\"foo-label\" for=\"foo\">foo<\/label>\n <input id=\"foo\" type=\"text\" class=\"shiny-input-text form-control shiny-bound-input\" value=\"\">\n <\/div>\n <div class=\"form-group shiny-input-container\">\n <label class=\"control-label\" id=\"foo2-label\" for=\"foo2\">foo2<\/label>\n <input id=\"foo2\" type=\"text\" class=\"shiny-input-text form-control shiny-bound-input\" value=\"\">\n <\/div>\n <div id=\"test\" class=\"shiny-text-output shiny-bound-output\" aria-live=\"polite\"><\/div>\n <\/div>\n\n\n<\/body>"

0 comments on commit fd23c1d

Please sign in to comment.