feat: NCS-16 Core Separation via Patterns #10

Merged
Janis merged 20 commits from feat/GUI-UI-Core-Separation into main 2026-03-31 10:31:03 +02:00
Showing only changes of commit 189c268892 - Show all commits
@@ -46,6 +46,7 @@ class PgnExporterTest extends AnyFunSuite with Matchers:
pgn.contains("1. e2e4 c7c5") shouldBe true
pgn.contains("2. g1f3") shouldBe true
}
<<<<<<< HEAD
test("export game with no headers returns only move text") {
val history = GameHistory()
@@ -63,3 +64,5 @@ class PgnExporterTest extends AnyFunSuite with Matchers:
pgn.contains("O-O-O") shouldBe true
}
=======
>>>>>>> 58a962c (feat: add PGN exporter for game notation)