feat: add PGN exporter for game notation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-28 18:48:08 +01:00
committed by shahdlala66
parent 98896535ed
commit 9bc1ef550f
@@ -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)