Skip to content

Commit f539a2e

Browse files
committed
refactor: update JSR variable test by adding arbitrary variable and constants
1 parent f6bdefb commit f539a2e

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
incarnation: sapere
22

3+
_constants:
4+
name: "test"
5+
36
variables:
47
number: 1
5-
name: "peppe"
8+
other:
9+
type: ArbitraryVariable
10+
parameters: [ 1, [1, 2]]
611
simple: &simple
712
language: kotlin
813
formula: |
9-
val couple: Pair<Int, String> = number to name
14+
val couple: Pair<Int, String> = (number + other) to name

0 commit comments

Comments
 (0)