We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
|
1 parent 6b25292 commit e19b828Copy full SHA for e19b828
pkg/license/norm.go
@@ -70,6 +70,8 @@ var (
70
regexp.MustCompile(`(?m)^\s*{\*+`), // {*
71
regexp.MustCompile(`(?m)^\s*\*+}`), // *}
72
regexp.MustCompile(`(?m)^\s*'+`), // '
73
+
74
+ regexp.MustCompile(`(?m)^\s*\|+`), // '
75
}
76
77
flattenSpace = regexp.MustCompile(`\s+`)
0 commit comments