Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 6, 2025

Tests for AirtableFormulaBuilder failed because the \(e:) string interpolation for escaping apostrophes was internal, inaccessible from the test module.

Changes

  • Added public modifier to String.StringInterpolation extension containing appendInterpolation(e:) methods in AirtableFormulaBuilder.swift

Example

// Now works from external modules
let escaped: String = "\(e: "O'Hara")"  // "O\'Hara"

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] WIP Address test run feedback for Airtable formula builder tests Make apostrophe escaping string interpolation public Dec 6, 2025
Copilot AI requested a review from qizh December 6, 2025 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants