github.com/onsi/ginkgo@v1.16.6-0.20211118180735-4e1925ba4c95/ginkgo/outline/_testdata/position_test.go (about)

     1  package example_test
     2  
     3  import (
     4  	. "github.com/onsi/ginkgo"
     5  )
     6  
     7  // Describe start=101, end=237
     8  var _ = Describe("101,237", func() {
     9  
    10  	/*
    11  	* block comment
    12  	*
    13  	 */
    14  
    15  	// line comment
    16  
    17  	// It start=206, end=233
    18  	It("206,233", func() {
    19  
    20  	})
    21  
    22  })