@@ -69,9 +69,9 @@ function check(rx, list)
69
69
seekstart (io)
70
70
expected = map (list) do t
71
71
if t in innertestsets
72
- " " * t * " ✅ "
72
+ " " * t * " ✔ "
73
73
else
74
- t * " ✅ "
74
+ t * " ✔ "
75
75
end
76
76
end
77
77
expected = join (expected, ' \n ' )
@@ -922,63 +922,63 @@ l2 ⋯
922
922
""" )
923
923
retest (Marks, " -x" , " k1" )
924
924
check (Marks, " -x" , dry= true , marks= true , verbose= 3 , id= false , [], output= raw """
925
- a ✅
925
+ a ✔
926
926
b
927
927
c
928
928
"d$(x)"
929
929
e
930
- l1 ✅
931
- k1 ✅
930
+ l1 ✔
931
+ k1 ✔
932
932
k2
933
- l2 ✅
934
- k1 ✅
933
+ l2 ✔
934
+ k1 ✔
935
935
k2
936
936
""" )
937
937
check (Marks, " -x" , dry= true , marks= true , verbose= 1 , id= false , [], output= raw """
938
- a ✅ ⋯
939
- l1 ✅ ✅ ⋯
940
- l2 ✅ ✅ ⋯
938
+ a ✔ ⋯
939
+ l1 ✔ ✔ ⋯
940
+ l2 ✔ ✔ ⋯
941
941
""" )
942
942
@test_throws Test. TestSetException retest (Marks, " e" )
943
943
check (Marks, " -x" , " a" , dry= true , marks= true , verbose= 3 , id= false , [], output= raw """
944
- a ✅
944
+ a ✔
945
945
b
946
946
c
947
947
"d$(x)"
948
948
e ✘
949
949
""" )
950
950
check (Marks, " -x" , " a" , dry= true , marks= true , verbose= 1 , id= false , [], output= raw """
951
- a ✅ ✘ ⋯
951
+ a ✔ ✘ ⋯
952
952
""" )
953
953
retest (Marks, " b" )
954
954
check (Marks, " a" , dry= true , marks= true , verbose= 3 , id= false , [], output= raw """
955
- a ✅
956
- b ✅
955
+ a ✔
956
+ b ✔
957
957
c
958
958
"d$(x)"
959
959
e ✘
960
960
""" )
961
961
check (Marks, " a" , dry= true , marks= true , verbose= 1 , id= false , [], output= raw """
962
- a ✅ ✅ ✘ ⋯
962
+ a ✔ ✔ ✘ ⋯
963
963
""" )
964
964
retest (Marks, " l2" )
965
965
check (Marks, " -x" , dry= true , marks= true , verbose= 3 , id= false , [], output= raw """
966
- a ✅
967
- b ✅
966
+ a ✔
967
+ b ✔
968
968
c
969
969
"d$(x)"
970
970
e ✘
971
- l1 ✅
972
- k1 ✅
971
+ l1 ✔
972
+ k1 ✔
973
973
k2
974
- l2 ✅
975
- k1 ✅
976
- k2 ✅
974
+ l2 ✔
975
+ k1 ✔
976
+ k2 ✔
977
977
""" )
978
978
check (Marks, " -x" , dry= true , marks= true , verbose= 1 , id= false , [], output= raw """
979
- a ✅ ✅ ✘ ⋯
980
- l1 ✅ ✅ ⋯
981
- l2 ✅ ✅
979
+ a ✔ ✔ ✘ ⋯
980
+ l1 ✔ ✔ ⋯
981
+ l2 ✔ ✔
982
982
""" )
983
983
984
984
check (Marks, " x" , dry= true , marks= true , verbose= 3 , id= false , interpolated, [], output= """
@@ -1002,31 +1002,31 @@ x
1002
1002
retest (Marks, r" y1$" )
1003
1003
# at record success at depth==2
1004
1004
check (Marks, " x" , dry= true , marks= true , verbose= 1 , id= false , interpolated, [],
1005
- output= " x ✅ ✅ ⋯" )
1005
+ output= " x ✔ ✔ ⋯" )
1006
1006
@test_throws Test. TestSetException retest (Marks, " y2/z4" )
1007
1007
check (Marks, " x" , dry= true , marks= true , verbose= 1 , id= false , interpolated, [],
1008
- output= " x ✅ ✅ ✘ ⋯" )
1008
+ output= " x ✔ ✔ ✘ ⋯" )
1009
1009
@test_throws Test. TestSetException retest (Marks, " x" )
1010
1010
check (Marks, " x" , dry= true , marks= true , verbose= 3 , id= false , interpolated, [], output= """
1011
- x ✅
1012
- y1 ✅
1013
- z1 ✅
1014
- z2 ✅
1015
- z3 ✅
1016
- z4 ✅
1017
- y2 ✅
1018
- z1 ✅
1019
- z2 ✅
1020
- z3 ✅
1011
+ x ✔
1012
+ y1 ✔
1013
+ z1 ✔
1014
+ z2 ✔
1015
+ z3 ✔
1016
+ z4 ✔
1017
+ y2 ✔
1018
+ z1 ✔
1019
+ z2 ✔
1020
+ z3 ✔
1021
1021
z4 ✘
1022
1022
""" )
1023
1023
check (Marks, " x" , dry= true , marks= true , verbose= 2 , id= false , interpolated, [], output= """
1024
- x ✅
1025
- y1 ✅ ✅
1026
- y2 ✅ ✅ ✘
1024
+ x ✔
1025
+ y1 ✔ ✔
1026
+ y2 ✔ ✔ ✘
1027
1027
""" )
1028
1028
check (Marks, " x" , dry= true , marks= true , verbose= 1 , id= false , interpolated, [], output= """
1029
- x ✅ ✅ ✘
1029
+ x ✔ ✔ ✘
1030
1030
""" )
1031
1031
end
1032
1032
0 commit comments