OLD | NEW |
---|---|
(Empty) | |
1 executable( | |
2 "win" # Suffix comment on arg. | |
3 | |
4 # And a strangely positioned line comment for some reason | |
5 ) { | |
6 defines = [] # Defines comment, suffix at end position. | |
7 | |
8 deps = [ | |
9 # Deps comment, should be forced multiline. | |
10 ] | |
11 | |
12 sources = [ | |
13 "a.cc", | |
14 | |
15 # End of single sources comment, should be forced multiline. | |
16 ] | |
17 | |
18 # End of block comment. | |
19 } | |
OLD | NEW |