From 21244efa731f7f2cf393d2e8e179feb40bd0d875 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Mon, 10 Mar 2025 07:15:29 +0000 Subject: [PATCH] fix(deeplinks): improve DID route handling and URL encoding - Add colon (:) to safe characters in URL encoding to preserve DID format - Add test case for simple DID route with "test" identifier - Improve test descriptions for DID-based deeplinks - Fix typo in test sequence (/d) The URL encoding now correctly handles DID format (did:ethr:0x...) while still encoding other special characters. Added basic DID test case to verify route handling before testing with actual DID values. --- test-scripts/run-deeplink-tests.sh | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/test-scripts/run-deeplink-tests.sh b/test-scripts/run-deeplink-tests.sh index b0cf048..e20dd1e 100755 --- a/test-scripts/run-deeplink-tests.sh +++ b/test-scripts/run-deeplink-tests.sh @@ -54,7 +54,7 @@ urlencode() { for (( pos=0 ; pos