This commit is contained in:
Clément Fournier
2023-02-12 20:31:18 +01:00
parent 519e9d366f
commit 51b5016163
8 changed files with 31 additions and 78 deletions

View File

@@ -94,7 +94,7 @@ abstract class CpdTextComparisonTest(
var curLine = -1
for (token in tokens.iterator()) {
for (token in tokens.tokens) {
if (token.isEof) {
append("EOF").appendLine()