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 d4094db commit 43ea096Copy full SHA for 43ea096
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