We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dea084 commit c7c03daCopy full SHA for c7c03da
test/languages/red_test.rb
@@ -19,9 +19,9 @@ def test_full_example
19
as well}
20
21
function add100 [x [integer!]] [
22
- "; this should not count as comment "
23
- { comment [and neither
24
- this] }
+ " this should not count as comment "
+ { and neither
+ this }
25
]
26
CODE
27
@@ -30,9 +30,9 @@ def test_full_example
30
x: 2
31
x: 3
32
33
34
35
36
37
38
0 commit comments