Skip to content

Commit 8cb3f99

Browse files
committed
update anps
1 parent 6a23de8 commit 8cb3f99

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`render on node environments > should handle characters with a higher byte count gracefully in React 18 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 node environments > that it properly waits for Suepsense boundaries to resolve before resolving 1`] = `
6+
"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!--$--><!--$--><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><!--/$--><!--/$-->"
53+
`;

0 commit comments

Comments
 (0)