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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:pkl-test-example-output-delimiters📝 Commits (2)
e4fb29eEnable useCustomStringDelimiters for pkl test example output821cf4dAdd 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.pcffile 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.