Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Sep 30, 2024
1 parent b0f461a commit 3e1722e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,8 @@ expression: chunks
- "<p>&amp;nbsp &amp;x; &amp;#; &"
- "amp;#x;\n&amp;#87654321;"
- "&amp;#abcdef0;"
- "&amp;ThisIsNotDefined; &amp;hi?"
- ;</p>
- "&amp;ThisIsNotDefined; &amp;hi?;"
- "</p>"
- "````````````````````````````````"
- Although HTML5 does accept some
- entity references
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -937,8 +937,8 @@ expression: chunks
- "<p>&amp;nbsp &amp;x; &amp;#; &"
- "amp;x; &amp;#; &amp;#x;"
- "&amp;#87654321;\n&amp;#abcdef0;"
- "&amp;ThisIsNotDefined; &amp;hi?"
- ;</p>
- "&amp;ThisIsNotDefined; &amp;hi?;"
- ; &amp;hi?;</p>
- "````````````````````````````````"
- Although HTML5 does accept some
- does accept some entity
Expand Down Expand Up @@ -2826,13 +2826,13 @@ expression: chunks
- "document.getElementById(\"demo\")."
- "(\"demo\").innerHTML = \"Hello"
- "= \"Hello JavaScript!\";"
- ";\n</script>\nokay\n."
- "</script>\nokay\n."
- "<script type=\"text/javascript\">"
- // JavaScript example
- "document.getElementById(\"demo\")."
- "(\"demo\").innerHTML = \"Hello"
- "= \"Hello JavaScript!\";"
- ";\n</script>\n<p>okay</p>"
- "</script>\n<p>okay</p>"
- "````````````````````````````````"
- "A textarea tag (type 1):"
- "````````````````````````````````"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -829,8 +829,8 @@ expression: chunks
- "<p>&amp;nbsp &amp;x; &amp;#; &"
- "amp;#x;\n&amp;#87654321;\n"
- "&amp;#abcdef0;\n"
- "&amp;ThisIsNotDefined; &amp;hi?"
- ";</p>\n"
- "&amp;ThisIsNotDefined; &amp;hi?;"
- "</p>\n"
- "````````````````````````````````"
- "\n\n\n"
- "Although HTML5 does accept some "
Expand Down Expand Up @@ -2587,13 +2587,13 @@ expression: chunks
- "<script type=\"text/javascript\">\n"
- "// JavaScript example\n\n"
- "document.getElementById(\"demo\")."
- "innerHTML = \"Hello JavaScript!\""
- ";\n</script>\nokay\n.\n"
- "innerHTML = \"Hello JavaScript!\";"
- "\n</script>\nokay\n.\n"
- "<script type=\"text/javascript\">\n"
- "// JavaScript example\n\n"
- "document.getElementById(\"demo\")."
- "innerHTML = \"Hello JavaScript!\""
- ";\n</script>\n<p>okay</p>\n"
- "innerHTML = \"Hello JavaScript!\";"
- "\n</script>\n<p>okay</p>\n"
- "````````````````````````````````"
- "\n\n\nA textarea tag (type 1):\n"
- "\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -975,8 +975,8 @@ expression: chunks
- "<p>&amp;nbsp &amp;x; &amp;#; &"
- "amp;x; &amp;#; &amp;#x;\n"
- "&amp;#87654321;\n&amp;#abcdef0;\n"
- "&amp;ThisIsNotDefined; &amp;hi?"
- ";</p>\n"
- "&amp;ThisIsNotDefined; &amp;hi?;"
- "; &amp;hi?;</p>\n"
- "````````````````````````````````"
- "````````````````\n\n\n"
- "Although HTML5 does accept some "
Expand Down Expand Up @@ -3071,13 +3071,13 @@ expression: chunks
- "document.getElementById(\"demo\")."
- "(\"demo\").innerHTML = \"Hello "
- " = \"Hello JavaScript!\";\n"
- ";\n</script>\nokay\n.\n"
- "</script>\nokay\n.\n"
- "<script type=\"text/javascript\">\n"
- "// JavaScript example\n\n"
- "document.getElementById(\"demo\")."
- "(\"demo\").innerHTML = \"Hello "
- " = \"Hello JavaScript!\";\n"
- ";\n</script>\n<p>okay</p>\n"
- "</script>\n<p>okay</p>\n"
- "````````````````````````````````"
- "````````````````\n\n\n"
- "A textarea tag (type 1):\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ expression: chunks
- "(10).expect(\"why is the test "
- "why is the test harness OOMing "
- " harness OOMing on 10 bytes?\");\n"
- ";\n /// ```\n "
- " /// ```\n "
- "#["
- cfg_attr
- "(feature = \"inline-more\", inline"
Expand Down

0 comments on commit 3e1722e

Please sign in to comment.