;dev: assertions tests cleanup

This commit is contained in:
Simon Michael 2025-04-27 09:09:58 -10:00
parent 274751f48a
commit c24355e31f
6 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
; assertions1.j
# assertions1.j
2025-01-01
(a) 1 = 1

View File

@ -1,4 +1,4 @@
; assertions11.j
# assertions11.j
2025-01-11
(a) 11 = 11 ; first assertion

View File

@ -1,4 +1,4 @@
; assertions2.j
# assertions2.j
2025-01-02
(a) 1 = 2 ; won't see balance from previous sibling -f file

View File

@ -1,4 +1,4 @@
; assertions21.j
# assertions21.j
2025-01-21
(a) 21 = 32 ; sees balance from parent

View File

@ -1,4 +1,4 @@
; assertions22.j
# assertions22.j
2025-02-22 *
2025-02-22
(a) 22 = 85 ; sees balance from parent and previous siblings/children included by parent

View File

@ -1,4 +1,4 @@
; assertions31.j
# assertions31.j
2025-01-31
(a) 31 = 63 ; sees balance from parent and grandparent