github.com/cheshirekow/buildtools@v0.0.0-20200224190056-5d637702fe81/build/testdata/015.in (about)

     1  # shouldn't add trailing spaces to the blank line after the first comment.
     2  cc_binary(
     3      deps = [
     4          # comment before blank line
     5  
     6          # comment after blank line
     7          "y",
     8          "a",
     9      ])