mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Trivial isoltest updates: missing // ---- at the end
This commit is contained in:
committed by
Kamil Śliwak
parent
84c05d35f3
commit
1be07c2b36
@@ -3,3 +3,4 @@
|
||||
// NOTE: The text above is reversed using Unicode directional marks. In raw form it would look like this:
|
||||
// <LRO>0.3-LPG :reifitnedI-esneciL-XDPS<PDF>
|
||||
contract C {}
|
||||
// ----
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// This test is actually useless, as the test suite adds the automatic preamble.
|
||||
contract C {}
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
// ----
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// This is parsed as GPL-3.0:
|
||||
// SPDX-License-Identifier: GPL-3.0 ⡉⡊⡋⡌⡍⡎⡏⡐⡑⡒
|
||||
contract C {}
|
||||
// ----
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
// This test is actually useless, as the test suite adds the automatic preamble.
|
||||
contract C {}
|
||||
// ----
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// This test is actually useless, as the test suite adds the automatic preamble.
|
||||
// SPDX-License-Identifier GPL-3.0
|
||||
contract C {}
|
||||
// ----
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// This test is actually useless, as the test suite adds the automatic preamble.
|
||||
/* SPDX-License-Identifier: GPL-3.0 */
|
||||
contract C {}
|
||||
// ----
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// This test is actually useless, as the test suite adds the automatic preamble.
|
||||
/// SPDX-License-Identifier: GPL-3.0
|
||||
contract C {}
|
||||
// ----
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// This test is actually useless, as the test suite adds the automatic preamble.
|
||||
/** SPDX-License-Identifier: GPL-3.0 */
|
||||
contract C {}
|
||||
// ----
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// This test is actually useless, as the test suite adds the automatic preamble.
|
||||
//SPDX-License-Identifier:GPL-3.0
|
||||
contract C {}
|
||||
// ----
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// This test is actually useless, as the test suite adds the automatic preamble.
|
||||
/*SPDX-License-Identifier:GPL-3.0*/
|
||||
contract C {}
|
||||
// ----
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// This test is actually useless, as the test suite adds the automatic preamble.
|
||||
pragma solidity >= 0.0; // SPDX-License-Identifier: GPL-3.0
|
||||
contract C {}
|
||||
// ----
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
contract C {}
|
||||
// ----
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
contract C {}
|
||||
// ----
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
// NOTE: Trailing space at the end of the line above is intentional.
|
||||
contract C {}
|
||||
// ----
|
||||
|
||||
Reference in New Issue
Block a user