File: ops-03.out

package info (click to toggle)
haskell-typst 0.5.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 16,564 kB
  • sloc: haskell: 8,314; xml: 32; makefile: 6
file content (687 lines) | stat: -rw-r--r-- 26,111 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
--- parse tree ---
[ Code
    "test/typ/compiler/ops-03.typ"
    ( line 1 , column 2 )
    (Let
       (BasicBind (Just (Identifier "test")))
       (FuncExpr
          [ NormalParam (Identifier "x") , NormalParam (Identifier "y") ]
          (Block
             (CodeBlock
                [ If
                    [ ( Equals (Ident (Identifier "x")) (Ident (Identifier "y"))
                      , Block (Content [ Text "\9989" ])
                      )
                    , ( Literal (Boolean True)
                      , Block
                          (Content
                             [ Text "\10060"
                             , Text "("
                             , Code
                                 "test/typ/compiler/ops-03.typ"
                                 ( line 1 , column 47 )
                                 (FuncCall
                                    (Ident (Identifier "repr"))
                                    [ NormalArg (Ident (Identifier "x")) ])
                             , Space
                             , Text "/"
                             , Text "="
                             , Space
                             , Code
                                 "test/typ/compiler/ops-03.typ"
                                 ( line 1 , column 59 )
                                 (FuncCall
                                    (Ident (Identifier "repr"))
                                    [ NormalArg (Ident (Identifier "y")) ])
                             , Text ")"
                             ])
                      )
                    ]
                ]))))
, SoftBreak
, Comment
, Code
    "test/typ/compiler/ops-03.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg (Minus (Literal (Int 1)) (Literal (Int 4)))
       , NormalArg (Times (Literal (Int 3)) (Negated (Literal (Int 1))))
       ])
, SoftBreak
, Code
    "test/typ/compiler/ops-03.typ"
    ( line 4 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Minus (Literal (Numeric 4.0 Cm)) (Literal (Numeric 2.0 Cm)))
       , NormalArg (Literal (Numeric 2.0 Cm))
       ])
, SoftBreak
, Code
    "test/typ/compiler/ops-03.typ"
    ( line 5 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (ToPower
              (Minus (Literal (Int 2)) (Literal (Float 1.0e-2)))
              (Literal (Int 1)))
       , NormalArg (Literal (Float 99.99))
       ])
, ParBreak
, Comment
, Code
    "test/typ/compiler/ops-03.typ"
    ( line 8 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg (Times (Literal (Int 2)) (Literal (Int 4)))
       , NormalArg (Literal (Int 8))
       ])
, ParBreak
, Comment
, Code
    "test/typ/compiler/ops-03.typ"
    ( line 11 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Divided (Literal (Numeric 12.0 Pt)) (Literal (Float 0.4)))
       , NormalArg (Literal (Numeric 30.0 Pt))
       ])
, SoftBreak
, Code
    "test/typ/compiler/ops-03.typ"
    ( line 12 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg (Divided (Literal (Int 7)) (Literal (Int 2)))
       , NormalArg (Literal (Float 3.5))
       ])
, ParBreak
, Comment
, Code
    "test/typ/compiler/ops-03.typ"
    ( line 15 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (LessThan
              (Minus
                 (Literal (Int 3)) (Times (Literal (Int 4)) (Literal (Int 5))))
              (Negated (Literal (Int 10))))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "test/typ/compiler/ops-03.typ"
    ( line 16 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Block
              (CodeBlock
                 [ Let (BasicBind (Just (Identifier "x"))) (Literal None)
                 , Assign
                     (Ident (Identifier "x"))
                     (And
                        (GreaterThanOrEqual
                           (Plus
                              (Literal (Int 1)) (Times (Literal (Int 4)) (Literal (Int 5))))
                           (Literal (Int 21)))
                        (Block
                           (CodeBlock
                              [ Assign (Ident (Identifier "x")) (Literal (String "a"))
                              , Equals
                                  (Plus (Ident (Identifier "x")) (Literal (String "b")))
                                  (Literal (String "ab"))
                              ])))
                 , Ident (Identifier "x")
                 ]))
       , NormalArg (Literal (Boolean True))
       ])
, ParBreak
, Comment
, Code
    "test/typ/compiler/ops-03.typ"
    ( line 19 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Plus
              (If
                 [ ( Literal (Boolean True)
                   , Block (CodeBlock [ Literal (Int 1) ])
                   )
                 ])
              (Literal (Int 2)))
       , NormalArg (Literal (Int 3))
       ])
, ParBreak
, Comment
, Code
    "test/typ/compiler/ops-03.typ"
    ( line 24 , column 2 )
    (Let
       (BasicBind (Just (Identifier "nums")))
       (Array
          [ Reg (Literal (Int 1))
          , Reg (Literal (Float 3.14))
          , Reg (Literal (Numeric 12.0 Pt))
          , Reg (Literal (Numeric 3.0 Em))
          , Reg (Plus (Literal (Numeric 12.0 Pt)) (Literal (Numeric 3.0 Em)))
          , Reg (Literal (Numeric 45.0 Deg))
          , Reg (Literal (Numeric 90.0 Percent))
          , Reg
              (Plus (Literal (Numeric 13.0 Percent)) (Literal (Numeric 10.0 Pt)))
          , Reg
              (Plus
                 (Plus (Literal (Numeric 5.0 Percent)) (Literal (Numeric 1.0 Em)))
                 (Literal (Numeric 3.0 Pt)))
          , Reg (Literal (Numeric 2.3 Fr))
          ]))
, ParBreak
, Code
    "test/typ/compiler/ops-03.typ"
    ( line 33 , column 2 )
    (For
       (BasicBind (Just (Identifier "v")))
       (Ident (Identifier "nums"))
       (Block
          (CodeBlock
             [ FuncCall
                 (Ident (Identifier "test"))
                 [ NormalArg
                     (Minus
                        (Plus (Ident (Identifier "v")) (Ident (Identifier "v")))
                        (Ident (Identifier "v")))
                 , NormalArg (Ident (Identifier "v"))
                 ]
             , FuncCall
                 (Ident (Identifier "test"))
                 [ NormalArg
                     (Minus
                        (Minus (Ident (Identifier "v")) (Ident (Identifier "v")))
                        (Ident (Identifier "v")))
                 , NormalArg (Negated (Ident (Identifier "v")))
                 ]
             , FuncCall
                 (Ident (Identifier "test"))
                 [ NormalArg
                     (Minus (Ident (Identifier "v")) (Ident (Identifier "v")))
                 , NormalArg (Times (Literal (Int 0)) (Ident (Identifier "v")))
                 ]
             , FuncCall
                 (Ident (Identifier "test"))
                 [ NormalArg
                     (Plus (Ident (Identifier "v")) (Ident (Identifier "v")))
                 , NormalArg (Times (Literal (Int 2)) (Ident (Identifier "v")))
                 ]
             , If
                 [ ( Not
                       (Equals
                          (FuncCall
                             (Ident (Identifier "type")) [ NormalArg (Ident (Identifier "v")) ])
                          (Literal (String "integer")))
                   , Block
                       (CodeBlock
                          [ FuncCall
                              (Ident (Identifier "test"))
                              [ NormalArg
                                  (Plus (Ident (Identifier "v")) (Ident (Identifier "v")))
                              , NormalArg (Times (Literal (Float 2.0)) (Ident (Identifier "v")))
                              ]
                          ])
                   )
                 ]
             , If
                 [ ( And
                       (Not
                          (InCollection
                             (Literal (String "relative"))
                             (FuncCall
                                (Ident (Identifier "type"))
                                [ NormalArg (Ident (Identifier "v")) ])))
                       (Or
                          (Not
                             (InCollection
                                (Literal (String "pt"))
                                (FuncCall
                                   (Ident (Identifier "repr"))
                                   [ NormalArg (Ident (Identifier "v")) ])))
                          (Not
                             (InCollection
                                (Literal (String "em"))
                                (FuncCall
                                   (Ident (Identifier "repr"))
                                   [ NormalArg (Ident (Identifier "v")) ]))))
                   , Block
                       (CodeBlock
                          [ FuncCall
                              (Ident (Identifier "test"))
                              [ NormalArg
                                  (Divided (Ident (Identifier "v")) (Ident (Identifier "v")))
                              , NormalArg (Literal (Float 1.0))
                              ]
                          ])
                   )
                 ]
             ])))
, ParBreak
, Comment
, Comment
, Comment
, Comment
, Code
    "test/typ/compiler/ops-03.typ"
    ( line 56 , column 2 )
    (Let
       (BasicBind (Just (Identifier "dims")))
       (Array
          [ Reg (Literal (Numeric 10.0 Pt))
          , Reg (Literal (Numeric 1.0 Em))
          , Reg (Plus (Literal (Numeric 10.0 Pt)) (Literal (Numeric 1.0 Em)))
          , Reg (Literal (Numeric 30.0 Percent))
          , Reg
              (Plus (Literal (Numeric 50.0 Percent)) (Literal (Numeric 3.0 Cm)))
          , Reg
              (Plus
                 (Plus (Literal (Numeric 40.0 Percent)) (Literal (Numeric 2.0 Em)))
                 (Literal (Numeric 1.0 Cm)))
          ]))
, SoftBreak
, Code
    "test/typ/compiler/ops-03.typ"
    ( line 57 , column 2 )
    (For
       (BasicBind (Just (Identifier "a")))
       (Ident (Identifier "dims"))
       (Block
          (CodeBlock
             [ For
                 (BasicBind (Just (Identifier "b")))
                 (Ident (Identifier "dims"))
                 (Block
                    (CodeBlock
                       [ FuncCall
                           (Ident (Identifier "test"))
                           [ NormalArg
                               (FuncCall
                                  (Ident (Identifier "type"))
                                  [ NormalArg
                                      (Plus (Ident (Identifier "a")) (Ident (Identifier "b")))
                                  ])
                           , NormalArg
                               (FuncCall
                                  (Ident (Identifier "type"))
                                  [ NormalArg
                                      (Minus (Ident (Identifier "a")) (Ident (Identifier "b")))
                                  ])
                           ]
                       ]))
             , For
                 (BasicBind (Just (Identifier "b")))
                 (Array [ Reg (Literal (Int 7)) , Reg (Literal (Float 3.14)) ])
                 (Block
                    (CodeBlock
                       [ FuncCall
                           (Ident (Identifier "test"))
                           [ NormalArg
                               (FuncCall
                                  (Ident (Identifier "type"))
                                  [ NormalArg
                                      (Times (Ident (Identifier "a")) (Ident (Identifier "b")))
                                  ])
                           , NormalArg
                               (FuncCall
                                  (Ident (Identifier "type"))
                                  [ NormalArg (Ident (Identifier "a")) ])
                           ]
                       , FuncCall
                           (Ident (Identifier "test"))
                           [ NormalArg
                               (FuncCall
                                  (Ident (Identifier "type"))
                                  [ NormalArg
                                      (Times (Ident (Identifier "b")) (Ident (Identifier "a")))
                                  ])
                           , NormalArg
                               (FuncCall
                                  (Ident (Identifier "type"))
                                  [ NormalArg (Ident (Identifier "a")) ])
                           ]
                       , FuncCall
                           (Ident (Identifier "test"))
                           [ NormalArg
                               (FuncCall
                                  (Ident (Identifier "type"))
                                  [ NormalArg
                                      (Divided (Ident (Identifier "a")) (Ident (Identifier "b")))
                                  ])
                           , NormalArg
                               (FuncCall
                                  (Ident (Identifier "type"))
                                  [ NormalArg (Ident (Identifier "a")) ])
                           ]
                       ]))
             ])))
, ParBreak
, Comment
, Code
    "test/typ/compiler/ops-03.typ"
    ( line 70 , column 2 )
    (For
       (BasicBind (Just (Identifier "a")))
       (Array
          [ Reg (Literal (Numeric 0.0 Pt))
          , Reg (Literal (Numeric 0.0 Em))
          , Reg (Literal (Numeric 0.0 Percent))
          ])
       (Block
          (CodeBlock
             [ For
                 (BasicBind (Just (Identifier "b")))
                 (Array
                    [ Reg (Literal (Numeric 10.0 Pt))
                    , Reg (Literal (Numeric 10.0 Em))
                    , Reg (Literal (Numeric 10.0 Percent))
                    ])
                 (Block
                    (CodeBlock
                       [ FuncCall
                           (Ident (Identifier "test"))
                           [ NormalArg
                               (Divided
                                  (Times (Literal (Int 2)) (Ident (Identifier "b")))
                                  (Ident (Identifier "b")))
                           , NormalArg (Literal (Int 2))
                           ]
                       , FuncCall
                           (Ident (Identifier "test"))
                           [ NormalArg
                               (Divided
                                  (Plus
                                     (Ident (Identifier "a"))
                                     (Times (Ident (Identifier "b")) (Literal (Int 2))))
                                  (Ident (Identifier "b")))
                           , NormalArg (Literal (Int 2))
                           ]
                       , FuncCall
                           (Ident (Identifier "test"))
                           [ NormalArg
                               (Divided
                                  (Ident (Identifier "b"))
                                  (Plus
                                     (Times (Ident (Identifier "b")) (Literal (Int 2)))
                                     (Ident (Identifier "a"))))
                           , NormalArg (Literal (Float 0.5))
                           ]
                       ]))
             ])))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [❌(]), 
                 text(body: [1.0]), 
                 text(body: [ /= ]), 
                 text(body: [99.99]), 
                 text(body: [)]), 
                 parbreak(), 
                 text(body: [✅]), 
                 parbreak(), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 parbreak(), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 parbreak(), 
                 text(body: [✅]), 
                 parbreak(), 
                 parbreak(), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [❌(]), 
                 text(body: [((12.0pt + 3.0em) + (12.0pt + 3.0em)) + (-12.0pt + -3.0em)]), 
                 text(body: [ /= ]), 
                 text(body: [12.0pt + 3.0em]), 
                 text(body: [)]), 
                 text(body: [❌(]), 
                 text(body: [((12.0pt + 3.0em) + (-12.0pt + -3.0em)) + (-12.0pt + -3.0em)]), 
                 text(body: [ /= ]), 
                 text(body: [-12.0pt + -3.0em]), 
                 text(body: [)]), 
                 text(body: [❌(]), 
                 text(body: [(12.0pt + 3.0em) + (-12.0pt + -3.0em)]), 
                 text(body: [ /= ]), 
                 text(body: [0.0pt + 0.0em]), 
                 text(body: [)]), 
                 text(body: [❌(]), 
                 text(body: [(12.0pt + 3.0em) + (12.0pt + 3.0em)]), 
                 text(body: [ /= ]), 
                 text(body: [24.0pt + 6.0em]), 
                 text(body: [)]), 
                 text(body: [❌(]), 
                 text(body: [(12.0pt + 3.0em) + (12.0pt + 3.0em)]), 
                 text(body: [ /= ]), 
                 text(body: [24.0pt + 6.0em]), 
                 text(body: [)]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [❌(]), 
                 text(body: [((10.0pt + 13%) + (10.0pt + 13%)) + (-10.0pt + -13%)]), 
                 text(body: [ /= ]), 
                 text(body: [10.0pt + 13%]), 
                 text(body: [)]), 
                 text(body: [❌(]), 
                 text(body: [((10.0pt + 13%) + (-10.0pt + -13%)) + (-10.0pt + -13%)]), 
                 text(body: [ /= ]), 
                 text(body: [-10.0pt + -13%]), 
                 text(body: [)]), 
                 text(body: [❌(]), 
                 text(body: [(10.0pt + 13%) + (-10.0pt + -13%)]), 
                 text(body: [ /= ]), 
                 text(body: [0.0pt + 0%]), 
                 text(body: [)]), 
                 text(body: [❌(]), 
                 text(body: [(10.0pt + 13%) + (10.0pt + 13%)]), 
                 text(body: [ /= ]), 
                 text(body: [20.0pt + 26%]), 
                 text(body: [)]), 
                 text(body: [❌(]), 
                 text(body: [(10.0pt + 13%) + (10.0pt + 13%)]), 
                 text(body: [ /= ]), 
                 text(body: [20.0pt + 26%]), 
                 text(body: [)]), 
                 text(body: [✅]), 
                 text(body: [❌(]), 
                 text(body: [(((1.0em + 5%) + 3.0pt) + ((1.0em + 5%) + 3.0pt)) + ((-1.0em + -5%) + -3.0pt)]), 
                 text(body: [ /= ]), 
                 text(body: [(1.0em + 5%) + 3.0pt]), 
                 text(body: [)]), 
                 text(body: [❌(]), 
                 text(body: [(((1.0em + 5%) + 3.0pt) + ((-1.0em + -5%) + -3.0pt)) + ((-1.0em + -5%) + -3.0pt)]), 
                 text(body: [ /= ]), 
                 text(body: [(-1.0em + -5%) + -3.0pt]), 
                 text(body: [)]), 
                 text(body: [❌(]), 
                 text(body: [((1.0em + 5%) + 3.0pt) + ((-1.0em + -5%) + -3.0pt)]), 
                 text(body: [ /= ]), 
                 text(body: [(0.0em + 0%) + 0.0pt]), 
                 text(body: [)]), 
                 text(body: [❌(]), 
                 text(body: [((1.0em + 5%) + 3.0pt) + ((1.0em + 5%) + 3.0pt)]), 
                 text(body: [ /= ]), 
                 text(body: [(2.0em + 10%) + 6.0pt]), 
                 text(body: [)]), 
                 text(body: [❌(]), 
                 text(body: [((1.0em + 5%) + 3.0pt) + ((1.0em + 5%) + 3.0pt)]), 
                 text(body: [ /= ]), 
                 text(body: [(2.0em + 10%) + 6.0pt]), 
                 text(body: [)]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [❌(]), 
                 text(body: [1.0fr]), 
                 text(body: [ /= ]), 
                 text(body: [1.0]), 
                 text(body: [)]), 
                 parbreak(), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 parbreak(), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [❌(]), 
                 text(body: [200%]), 
                 text(body: [ /= ]), 
                 text(body: [2]), 
                 text(body: [)]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [❌(]), 
                 text(body: [200%]), 
                 text(body: [ /= ]), 
                 text(body: [2]), 
                 text(body: [)]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 text(body: [✅]), 
                 parbreak() })