From fc74560911873542ac4b250dfd6a1afb1bd4f45f 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 b0cf048a..e20dd1e9 100755 --- a/test-scripts/run-deeplink-tests.sh +++ b/test-scripts/run-deeplink-tests.sh @@ -54,7 +54,7 @@ urlencode() { for (( pos=0 ; pos