We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e2014 commit 26dd2cdCopy full SHA for 26dd2cd
src/tests/quick-test-module.r3
@@ -79,7 +79,7 @@ qt-init-file: does [
79
]
80
81
start-run: func[
82
- title [string!]
+ title [any-string!]
83
][
84
was-quiet: system/options/quiet
85
system/options/quiet: true
@@ -90,7 +90,7 @@ start-run: func[
90
91
92
start-file: func [
93
94
95
qt-init-file
96
prin "^[[7m~~~started test~~~^[[0m "
@@ -100,14 +100,14 @@ start-file: func [
100
101
102
start-group: func [
103
104
105
qt-group-name: title
106
qt-group?: true
107
108
109
start-test: func [
110
111
112
qt-test-name: title
113
qt-test-assert: 0
0 commit comments