From d864159f34851574c831203e0b019b396d93e3ca Mon Sep 17 00:00:00 2001 From: piegames Date: Tue, 24 Jun 2025 16:28:18 +0200 Subject: [PATCH] tests/functional2/lang: Migrate url-literals test Change-Id: I9096037b3e246dc6e63adcc8f327398bf14518a5 --- tests/functional/lang/parse-okay-url.flags | 1 - .../lang/url-literals/in.nix} | 0 .../lang/url-literals/parse-okay.out.exp} | 0 tests/functional2/lang/url-literals/test.toml | 3 +++ 4 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 tests/functional/lang/parse-okay-url.flags rename tests/{functional/lang/parse-okay-url.nix => functional2/lang/url-literals/in.nix} (100%) rename tests/{functional/lang/parse-okay-url.exp => functional2/lang/url-literals/parse-okay.out.exp} (100%) create mode 100644 tests/functional2/lang/url-literals/test.toml diff --git a/tests/functional/lang/parse-okay-url.flags b/tests/functional/lang/parse-okay-url.flags deleted file mode 100644 index 86329a66e..000000000 --- a/tests/functional/lang/parse-okay-url.flags +++ /dev/null @@ -1 +0,0 @@ ---extra-deprecated-features url-literals diff --git a/tests/functional/lang/parse-okay-url.nix b/tests/functional2/lang/url-literals/in.nix similarity index 100% rename from tests/functional/lang/parse-okay-url.nix rename to tests/functional2/lang/url-literals/in.nix diff --git a/tests/functional/lang/parse-okay-url.exp b/tests/functional2/lang/url-literals/parse-okay.out.exp similarity index 100% rename from tests/functional/lang/parse-okay-url.exp rename to tests/functional2/lang/url-literals/parse-okay.out.exp diff --git a/tests/functional2/lang/url-literals/test.toml b/tests/functional2/lang/url-literals/test.toml new file mode 100644 index 000000000..19842ca21 --- /dev/null +++ b/tests/functional2/lang/url-literals/test.toml @@ -0,0 +1,3 @@ +[[test]] +runner = "parse-okay" +flags = [ "--extra-deprecated-features", "url-literals" ]