mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add more tests for the SPDX-License-Identifier
This commit is contained in:
committed by
Kamil Śliwak
parent
359c70649d
commit
5bbb017915
@@ -0,0 +1,3 @@
|
||||
// This is parsed as GPL-3.0:
|
||||
// SPDX-License-Identifier: GPL-3.0 ⡉⡊⡋⡌⡍⡎⡏⡐⡑⡒
|
||||
contract C {}
|
||||
@@ -0,0 +1,2 @@
|
||||
/// SPDX-License-Identifier: GPL-3.0
|
||||
contract C {}
|
||||
@@ -0,0 +1,3 @@
|
||||
// This is just ignored:
|
||||
// SPDX-License-Identifier: ⡉⡊⡋⡌⡍⡎⡏⡐⡑⡒
|
||||
contract C {}
|
||||
@@ -0,0 +1,2 @@
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
contract C {}
|
||||
@@ -0,0 +1,2 @@
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
contract C {}
|
||||
@@ -0,0 +1,2 @@
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
contract C {}
|
||||
Reference in New Issue
Block a user