From 2dd6d4df6749fb0d442d33f4a5e34073f4e07769 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Fri, 8 Mar 2024 16:23:00 -0800 Subject: [PATCH] Remove tests that require non-integer matching These tests may be able to be re-added after resolving https://github.com/unicode-org/message-format-wg/issues/675 --- test/test-functions.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/test/test-functions.json b/test/test-functions.json index 7335c8cbb..b44b7ad2e 100644 --- a/test/test-functions.json +++ b/test/test-functions.json @@ -88,17 +88,6 @@ "src": ".match {$foo :integer} one {{one}} * {{other}}", "params": { "foo": 1.2 }, "exp": "one" - }, - { - "src": ".match {$foo :integer} 1.2 {{=1.2}} one {{one}} * {{other}}", - "params": { "foo": 1.2 }, - "exp": "=1.2" - }, - { - "src": ".match {$foo :integer} 1.2 {{=1.2}} |1,2| {{=1,2}} * {{other}}", - "locale": "fr", - "params": { "foo": 1.2 }, - "exp": "=1.2" } ], "number": [