|
1 | 1 | // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
2 | 2 |
|
3 | 3 | exports[`render on the browser environment > should handle characters with a higher byte count gracefully 1`] = `"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!--$--><p>Test Normal 情報Ⅰコース担当者様</p><p>平素よりお世話になっております。 情報Ⅰサポートチームです。 情報Ⅰ本講座につきまして仕様変更のためご連絡させていただきました。<!-- --> </p>今後ジクタス上の講座につきましては、8回分の授業をひとまとまりとしてパート分けされた状態で公開されてまいります。<p>伴いまして、画面上の表示に一部変更がありますのでお知らせいたします。 ご登録いただいた各生徒の受講ペースに応じて公開パートが増えてまいります。 具体的な表示イメージは下記ページをご確認ください。</p><p>2024年8月末時点で情報Ⅰ本講座を受講していたアカウントにつきましては、 今まで公開していた第1~9回までの講座一覧に加え、パート分けされた講座が追加で公開されてまりいます。 第1~9回の表示はそのまま引き継がれますが、Webドリルの進捗表示はパート分けの講座には適用されません。ご了承くださいませ。 仕様変更に伴い、現在教室長もしくは講師に生徒アカウントログインをお願いしておりますが、今後は生徒自身にてログインをしていただいて問題ございません。</p><p>また、生徒が自宅等にてログインし復習に取り組むことも問題ございませんので、教室にてご指示いただければと存じます。 (実際にご指示いただくかは教室判断に委ねさせていただきます。)</p><p>受講ペースが変更したり、増コマが発生したりする場合などは、公開ペースを本部にて調整いたしますので、下記より必ずご連絡くださいませ。 また本件に関して不明な点がございましたら、同フォームよりお問い合わせください。 以上、引き続きよろしくお願い申し上げます。 情報Ⅰサポートチーム</p><!--/$-->"`;
|
| 4 | + |
| 5 | +exports[`render on the browser environment > should properly wait for Suepsense boundaries to ending before resolving 1`] = ` |
| 6 | +"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!--$?--><template id="B:0"></template><!--/$--><div hidden id="S:0"><div><!doctype html> |
| 7 | +<html> |
| 8 | +<head> |
| 9 | + <title>Example Domain</title> |
| 10 | +
|
| 11 | + <meta charset="utf-8" /> |
| 12 | + <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
| 13 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 14 | + <style type="text/css"> |
| 15 | + body { |
| 16 | + background-color: #f0f0f2; |
| 17 | + margin: 0; |
| 18 | + padding: 0; |
| 19 | + font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 20 | + |
| 21 | + } |
| 22 | + div { |
| 23 | + width: 600px; |
| 24 | + margin: 5em auto; |
| 25 | + padding: 2em; |
| 26 | + background-color: #fdfdff; |
| 27 | + border-radius: 0.5em; |
| 28 | + box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02); |
| 29 | + } |
| 30 | + a:link, a:visited { |
| 31 | + color: #38488f; |
| 32 | + text-decoration: none; |
| 33 | + } |
| 34 | + @media (max-width: 700px) { |
| 35 | + div { |
| 36 | + margin: 0 auto; |
| 37 | + width: auto; |
| 38 | + } |
| 39 | + } |
| 40 | + </style> |
| 41 | +</head> |
| 42 | +
|
| 43 | +<body> |
| 44 | +<div> |
| 45 | + <h1>Example Domain</h1> |
| 46 | + <p>This domain is for use in illustrative examples in documents. You may use this |
| 47 | + domain in literature without prior coordination or asking for permission.</p> |
| 48 | + <p><a href="https://www.iana.org/domains/example">More information...</a></p> |
| 49 | +</div> |
| 50 | +</body> |
| 51 | +</html> |
| 52 | +</div></div><script>$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RC("B:0","S:0")</script>" |
| 53 | +`; |
| 54 | + |
| 55 | +exports[`render on the browser environment > should throw error of rendering an invalid element instead of writing them into a template tag 1`] = `[Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.]`; |
| 56 | + |
| 57 | +exports[`render on the browser environment > that it properly waits for Suepsense boundaries to resolve before resolving 1`] = ` |
| 58 | +"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!--$?--><template id="B:0"></template><!--/$--><div hidden id="S:0"><div><!doctype html> |
| 59 | +<html> |
| 60 | +<head> |
| 61 | + <title>Example Domain</title> |
| 62 | +
|
| 63 | + <meta charset="utf-8" /> |
| 64 | + <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
| 65 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 66 | + <style type="text/css"> |
| 67 | + body { |
| 68 | + background-color: #f0f0f2; |
| 69 | + margin: 0; |
| 70 | + padding: 0; |
| 71 | + font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 72 | + |
| 73 | + } |
| 74 | + div { |
| 75 | + width: 600px; |
| 76 | + margin: 5em auto; |
| 77 | + padding: 2em; |
| 78 | + background-color: #fdfdff; |
| 79 | + border-radius: 0.5em; |
| 80 | + box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02); |
| 81 | + } |
| 82 | + a:link, a:visited { |
| 83 | + color: #38488f; |
| 84 | + text-decoration: none; |
| 85 | + } |
| 86 | + @media (max-width: 700px) { |
| 87 | + div { |
| 88 | + margin: 0 auto; |
| 89 | + width: auto; |
| 90 | + } |
| 91 | + } |
| 92 | + </style> |
| 93 | +</head> |
| 94 | +
|
| 95 | +<body> |
| 96 | +<div> |
| 97 | + <h1>Example Domain</h1> |
| 98 | + <p>This domain is for use in illustrative examples in documents. You may use this |
| 99 | + domain in literature without prior coordination or asking for permission.</p> |
| 100 | + <p><a href="https://www.iana.org/domains/example">More information...</a></p> |
| 101 | +</div> |
| 102 | +</body> |
| 103 | +</html> |
| 104 | +</div></div><script>$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RC("B:0","S:0")</script>" |
| 105 | +`; |
0 commit comments