We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7bfff commit 537f2eaCopy full SHA for 537f2ea
1 file changed
vlib/v/tests/option_var_2_test.v
@@ -16,8 +16,9 @@ fn test_option_var() {
16
}
17
18
val := other or {
19
- println("without name")
+ println('without name')
20
'default'
21
22
+
23
assert val == 'default'
24
0 commit comments