From cbac63cfe5ea9730fe4f91064732d4538ef547ca Mon Sep 17 00:00:00 2001 From: piegames Date: Tue, 24 Jun 2025 20:55:05 +0200 Subject: [PATCH] tests/functional2/lang: Migrate builtins.fromJSON Change-Id: I7828e006eb31f7e4976fcac10ca3529b6b29a700 --- .../lang/builtins.fromJSON/eval-okay-escapes.out.exp} | 0 .../eval-okay-overflow.out.exp | 0 .../eval-okay-underflow.out.exp | 0 .../lang/builtins.fromJSON/eval-okay.out.exp} | 0 .../lang/builtins.fromJSON/in-escapes.nix} | 0 .../{fromJSON-overflowing => builtins.fromJSON}/in-overflow.nix | 0 .../{fromJSON-overflowing => builtins.fromJSON}/in-underflow.nix | 0 .../lang/builtins.fromJSON/in.nix} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename tests/{functional/lang/eval-okay-fromjson-escapes.exp => functional2/lang/builtins.fromJSON/eval-okay-escapes.out.exp} (100%) rename tests/functional2/lang/{fromJSON-overflowing => builtins.fromJSON}/eval-okay-overflow.out.exp (100%) rename tests/functional2/lang/{fromJSON-overflowing => builtins.fromJSON}/eval-okay-underflow.out.exp (100%) rename tests/{functional/lang/eval-okay-fromjson.exp => functional2/lang/builtins.fromJSON/eval-okay.out.exp} (100%) rename tests/{functional/lang/eval-okay-fromjson-escapes.nix => functional2/lang/builtins.fromJSON/in-escapes.nix} (100%) rename tests/functional2/lang/{fromJSON-overflowing => builtins.fromJSON}/in-overflow.nix (100%) rename tests/functional2/lang/{fromJSON-overflowing => builtins.fromJSON}/in-underflow.nix (100%) rename tests/{functional/lang/eval-okay-fromjson.nix => functional2/lang/builtins.fromJSON/in.nix} (100%) diff --git a/tests/functional/lang/eval-okay-fromjson-escapes.exp b/tests/functional2/lang/builtins.fromJSON/eval-okay-escapes.out.exp similarity index 100% rename from tests/functional/lang/eval-okay-fromjson-escapes.exp rename to tests/functional2/lang/builtins.fromJSON/eval-okay-escapes.out.exp diff --git a/tests/functional2/lang/fromJSON-overflowing/eval-okay-overflow.out.exp b/tests/functional2/lang/builtins.fromJSON/eval-okay-overflow.out.exp similarity index 100% rename from tests/functional2/lang/fromJSON-overflowing/eval-okay-overflow.out.exp rename to tests/functional2/lang/builtins.fromJSON/eval-okay-overflow.out.exp diff --git a/tests/functional2/lang/fromJSON-overflowing/eval-okay-underflow.out.exp b/tests/functional2/lang/builtins.fromJSON/eval-okay-underflow.out.exp similarity index 100% rename from tests/functional2/lang/fromJSON-overflowing/eval-okay-underflow.out.exp rename to tests/functional2/lang/builtins.fromJSON/eval-okay-underflow.out.exp diff --git a/tests/functional/lang/eval-okay-fromjson.exp b/tests/functional2/lang/builtins.fromJSON/eval-okay.out.exp similarity index 100% rename from tests/functional/lang/eval-okay-fromjson.exp rename to tests/functional2/lang/builtins.fromJSON/eval-okay.out.exp diff --git a/tests/functional/lang/eval-okay-fromjson-escapes.nix b/tests/functional2/lang/builtins.fromJSON/in-escapes.nix similarity index 100% rename from tests/functional/lang/eval-okay-fromjson-escapes.nix rename to tests/functional2/lang/builtins.fromJSON/in-escapes.nix diff --git a/tests/functional2/lang/fromJSON-overflowing/in-overflow.nix b/tests/functional2/lang/builtins.fromJSON/in-overflow.nix similarity index 100% rename from tests/functional2/lang/fromJSON-overflowing/in-overflow.nix rename to tests/functional2/lang/builtins.fromJSON/in-overflow.nix diff --git a/tests/functional2/lang/fromJSON-overflowing/in-underflow.nix b/tests/functional2/lang/builtins.fromJSON/in-underflow.nix similarity index 100% rename from tests/functional2/lang/fromJSON-overflowing/in-underflow.nix rename to tests/functional2/lang/builtins.fromJSON/in-underflow.nix diff --git a/tests/functional/lang/eval-okay-fromjson.nix b/tests/functional2/lang/builtins.fromJSON/in.nix similarity index 100% rename from tests/functional/lang/eval-okay-fromjson.nix rename to tests/functional2/lang/builtins.fromJSON/in.nix