mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #318] [MERGED] Fix curl import: decode Unicode escape sequences in $'...' strings #240
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/318
Author: @gschier
Created: 12/9/2025
Status: ✅ Merged
Merged: 12/9/2025
Merged by: @gschier
Base:
main← Head:claude/fix-oauth2-refresh-token-01Lc2hKpzHR5CY2hbU9nXnPT📝 Commits (1)
9edddf1Fix curl import: decode Unicode escape sequences in $'...' strings📊 Changes
2 files changed (+83 additions, -3 deletions)
View changed files
📝
plugins/importer-curl/src/index.ts(+33 -3)📝
plugins/importer-curl/tests/index.test.ts(+50 -0)📄 Description
https://feedback.yaak.app/p/curl-requests-not-getting-parsed-properly
When importing curl commands with $'...' style strings (ANSI-C quoting), Unicode escape sequences like \u0021 (!) were not being properly decoded.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.