From 5f5f662a68c1425ce5080bc430e72364d4055af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 25 Jul 2024 02:36:34 +0100 Subject: fix: upgrade deno_core to 0.298.0 (#24709) Fixes percent-encoded filenames in stack traces: - https://github.com/denoland/deno_core/pull/759 Closes #18983 --- tests/integration/test_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/integration/test_tests.rs') diff --git a/tests/integration/test_tests.rs b/tests/integration/test_tests.rs index d4934e03c..175753f4a 100644 --- a/tests/integration/test_tests.rs +++ b/tests/integration/test_tests.rs @@ -93,7 +93,7 @@ test 0 => ./fail_with_contain_unicode_filename🦕.ts:[WILDCARD] error: Error throw new Error(); ^ - at [WILDCARD]/fail_with_contain_unicode_filename%F0%9F%A6%95.ts:[WILDCARD] + at [WILDCARD]/fail_with_contain_unicode_filename🦕.ts:[WILDCARD] FAILURES -- cgit v1.2.3