packages feed

docvim-0.3.1.2: tests/fixtures/parser/endfunction.golden

Project
  [ Project
      [ Unit
          [ FunctionDeclaration
              { functionBang = True
              , functionName = "A"
              , functionArguments = ArgumentList []
              , functionAttributes = []
              , functionBody =
                  [ GenericStatement "for l:item in getqflist()"
                  , GenericStatement "echo l:item"
                  , GenericStatement "endfo"
                  ]
              }
          , FunctionDeclaration
              { functionBang = True
              , functionName = "B"
              , functionArguments = ArgumentList []
              , functionAttributes = []
              , functionBody =
                  [ GenericStatement "for l:item in getqflist()"
                  , GenericStatement "echo l:item"
                  , GenericStatement "endfor"
                  ]
              }
          , FunctionDeclaration
              { functionBang = True
              , functionName = "C"
              , functionArguments = ArgumentList []
              , functionAttributes = []
              , functionBody =
                  [ GenericStatement "for l:item in getqflist()"
                  , GenericStatement "echo l:item"
                  , GenericStatement "endfo"
                  ]
              }
          , FunctionDeclaration
              { functionBang = True
              , functionName = "D"
              , functionArguments = ArgumentList []
              , functionAttributes = []
              , functionBody =
                  [ GenericStatement "for l:item in getqflist()"
                  , GenericStatement "echo l:item"
                  , GenericStatement "endfo"
                  ]
              }
          ]
      ]
  ]