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