harness: test more unicode characters in subject

This commit is contained in:
Florian Dold 2023-01-04 14:20:16 +01:00
parent 860aff83e1
commit 73eccdd1cf
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

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