From 0c19e6b56c1adc02583487147c75dc520c5c3f1e Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Fri, 8 Mar 2024 09:50:55 +0100 Subject: add test for inherit-from semantics (cherry picked from commit 8669c02468994887be91072ac58b1ee43380d354) Change-Id: If8513316bf4b4b559c5bb63842c856f016816802 --- tests/functional/lang/eval-okay-inherit-from.exp | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/functional/lang/eval-okay-inherit-from.exp (limited to 'tests/functional/lang/eval-okay-inherit-from.exp') diff --git a/tests/functional/lang/eval-okay-inherit-from.exp b/tests/functional/lang/eval-okay-inherit-from.exp new file mode 100644 index 000000000..43bd0e899 --- /dev/null +++ b/tests/functional/lang/eval-okay-inherit-from.exp @@ -0,0 +1 @@ +[ 1 2 { __overrides = { y = { d = [ ]; }; }; c = [ ]; d = 4; x = { c = [ ]; }; y = «repeated»; } ] -- cgit v1.2.3