tests/functional2/lang: Drop trivial "parse-okay-1"

This really looks like one of the first tests ever written, it doesn't
seem to be actively testing anything interesting

Change-Id: I442840db932203c25da2d8400ada791f8aed04ce
This commit is contained in:
piegames
2025-11-17 22:10:11 +00:00
parent d864159f34
commit fef822494e
2 changed files with 0 additions and 20 deletions
-19
View File
@@ -1,19 +0,0 @@
_type: ExprLambda
body:
_type: ExprConcatStrings
es:
- _type: ExprConcatStrings
es:
- _type: ExprVar
value: x
- _type: ExprVar
value: y
isInterpolation: false
- _type: ExprVar
value: z
isInterpolation: false
formals:
x: null
y: null
z: null
formalsEllipsis: false
-1
View File
@@ -1 +0,0 @@
{x, y, z}: x + y + z