Trivial isoltest updates: missing // ---- at the end

This commit is contained in:
Alex Beregszaszi
2021-04-20 17:38:29 +02:00
committed by Kamil Śliwak
parent 84c05d35f3
commit 1be07c2b36
613 changed files with 613 additions and 0 deletions
@@ -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 {}
// ----