You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/test_yinxiang.py
+93-2Lines changed: 93 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -408,6 +408,96 @@
408
408
}
409
409
]
410
410
411
+
code_paragraph_content='<div style="-en-codeblock:true;"><div>Quote 1</div><div>2</div><div>3</div><div><span style="color: rgb(255, 38, 0);">Read 4</span></div><div><span style="color: rgb(255, 38, 0);">5</span></div><div>6. <a href="https://openai.com/">OpenAI</a>’s mission is to create artificial intelligence systems that benefit everyone. To that end, we invest heavily in research and engineering to ensure our AI systems are safe and secure. However, as with any <font color="#942192"><b>complex technology</b></font>, we understand that vulnerabilities and flaws can emerge.</div></div>'
412
+
code_paragraph_block= [
413
+
{
414
+
"object": "block",
415
+
"type": "code",
416
+
"code": {
417
+
"rich_text": [
418
+
{
419
+
"plain_text": "Quote 1\n2\n3\n",
420
+
"text": {
421
+
"content": "Quote 1\n2\n3\n"
422
+
},
423
+
"type": "text"
424
+
},
425
+
{
426
+
"plain_text": "Read 4",
427
+
"text": {
428
+
"content": "Read 4"
429
+
},
430
+
"type": "text",
431
+
"annotations": {
432
+
"color": "red"
433
+
}
434
+
},
435
+
{
436
+
"plain_text": "\n",
437
+
"text": {
438
+
"content": "\n"
439
+
},
440
+
"type": "text"
441
+
},
442
+
{
443
+
"plain_text": "5",
444
+
"text": {
445
+
"content": "5"
446
+
},
447
+
"type": "text",
448
+
"annotations": {
449
+
"color": "red"
450
+
}
451
+
},
452
+
{
453
+
"plain_text": "\n6. ",
454
+
"text": {
455
+
"content": "\n6. "
456
+
},
457
+
"type": "text"
458
+
},
459
+
{
460
+
"href": "https://openai.com/",
461
+
"plain_text": "OpenAI",
462
+
"text": {
463
+
"link": {
464
+
"url": "https://openai.com/"
465
+
},
466
+
"content": "OpenAI"
467
+
},
468
+
"type": "text"
469
+
},
470
+
{
471
+
"plain_text": "\u2019s mission is to create artificial intelligence systems that benefit everyone. To that end, we invest heavily in research and engineering to ensure our AI systems are safe and secure. However, as with any ",
472
+
"text": {
473
+
"content": "\u2019s mission is to create artificial intelligence systems that benefit everyone. To that end, we invest heavily in research and engineering to ensure our AI systems are safe and secure. However, as with any "
474
+
},
475
+
"type": "text"
476
+
},
477
+
{
478
+
"plain_text": "complex technology",
479
+
"text": {
480
+
"content": "complex technology"
481
+
},
482
+
"type": "text",
483
+
"annotations": {
484
+
"color": "purple",
485
+
"bold": True
486
+
}
487
+
},
488
+
{
489
+
"plain_text": ", we understand that vulnerabilities and flaws can emerge.",
490
+
"text": {
491
+
"content": ", we understand that vulnerabilities and flaws can emerge."
0 commit comments