[PR #416] [MERGED] Enable useCustomStringDelimiters for pkl test example output #539

Closed
opened 2025-12-30 01:25:13 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/416
Author: @lilyball
Created: 4/10/2024
Status: Merged
Merged: 4/18/2024
Merged by: @bioball

Base: mainHead: pkl-test-example-output-delimiters


📝 Commits (2)

  • e4fb29e Enable useCustomStringDelimiters for pkl test example output
  • 821cf4d Add tests

📊 Changes

2 files changed (+57 additions, -4 deletions)

View changed files

📝 pkl-core/src/main/java/org/pkl/core/runtime/TestRunner.java (+1 -1)
📝 pkl-core/src/test/kotlin/org/pkl/core/EvaluateTestsTest.kt (+56 -3)

📄 Description

This should make the <file>-expected.pcf file a bit easier to read when examples contain quotes or backslashes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/416 **Author:** [@lilyball](https://github.com/lilyball) **Created:** 4/10/2024 **Status:** ✅ Merged **Merged:** 4/18/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `pkl-test-example-output-delimiters` --- ### 📝 Commits (2) - [`e4fb29e`](https://github.com/apple/pkl/commit/e4fb29e228a261a29344b2a18ff617f7e6c1be11) Enable useCustomStringDelimiters for pkl test example output - [`821cf4d`](https://github.com/apple/pkl/commit/821cf4d63c63a5cff686d4e159548b5dc4f2a742) Add tests ### 📊 Changes **2 files changed** (+57 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `pkl-core/src/main/java/org/pkl/core/runtime/TestRunner.java` (+1 -1) 📝 `pkl-core/src/test/kotlin/org/pkl/core/EvaluateTestsTest.kt` (+56 -3) </details> ### 📄 Description This should make the `<file>-expected.pcf` file a bit easier to read when examples contain quotes or backslashes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:25:13 +01:00
adam closed this issue 2025-12-30 01:25:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#539