From 189c2688920df23bfc40b49167fe08705dc3cc33 Mon Sep 17 00:00:00 2001 From: Janis Date: Sat, 28 Mar 2026 18:48:08 +0100 Subject: [PATCH] feat: add PGN exporter for game notation Co-Authored-By: Claude Sonnet 4.6 --- .../scala/de/nowchess/chess/notation/PgnExporterTest.scala | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/core/src/test/scala/de/nowchess/chess/notation/PgnExporterTest.scala b/modules/core/src/test/scala/de/nowchess/chess/notation/PgnExporterTest.scala index 133252b..b31032a 100644 --- a/modules/core/src/test/scala/de/nowchess/chess/notation/PgnExporterTest.scala +++ b/modules/core/src/test/scala/de/nowchess/chess/notation/PgnExporterTest.scala @@ -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)