提交 59e44617 编写于 作者: J Jason Simmons 提交者: GitHub

Simplify a license script regex that was not completing on a Skia source file (#3929)

See https://github.com/flutter/engine/pull/3881
上级 d984af46
......@@ -1858,7 +1858,7 @@ final List<ForwardReferencePattern> csForwardReferenceLicenses = <ForwardReferen
)
+
r'|'
r'(?:(?:\1\2? *)? *\n)*'
r'(?:\1? *\n)+'
r')*'
r'\1\2 *'
+
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册