vendor/github.com/magiconair/properties/lex.go
changeset 265 05c40b36d3b2
parent 260 445e01aede7e
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
     1 // Copyright 2018 Frank Schroeder. All rights reserved.
     1 // Copyright 2013-2022 Frank Schroeder. All rights reserved.
     2 // Use of this source code is governed by a BSD-style
     2 // Use of this source code is governed by a BSD-style
     3 // license that can be found in the LICENSE file.
     3 // license that can be found in the LICENSE file.
     4 //
     4 //
     5 // Parts of the lexer are from the template/text/parser package
     5 // Parts of the lexer are from the template/text/parser package
     6 // For these parts the following applies:
     6 // For these parts the following applies: