taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 73eccdd1cff60af7031b4e118cb17590694d8362
parent 860aff83e16808d5b67d1c72565b91111ed6e39d
Author: Florian Dold <florian@dold.me>
Date:   Wed,  4 Jan 2023 14:20:16 +0100

harness: test more unicode characters in subject

Diffstat:
Mpackages/taler-harness/src/integrationtests/test-payment.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-harness/src/integrationtests/test-payment.ts b/packages/taler-harness/src/integrationtests/test-payment.ts @@ -53,7 +53,7 @@ export async function runPaymentTest(t: GlobalTestState) { // Test JSON normalization of contract terms: Does the wallet // agree with the merchant? const order2 = { - summary: "Testing “unicode” characters", + summary: "Testing “unicode” characters: 😁😱😇🥺🫦", amount: "TESTKUDOS:5", fulfillment_url: "taler://fulfillment-success/thx", };