diff options
Diffstat (limited to 'tests/custom/00_syntax/14_array_literals')
-rw-r--r-- | tests/custom/00_syntax/14_array_literals | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/custom/00_syntax/14_array_literals b/tests/custom/00_syntax/14_array_literals index 941ee4a..8651512 100644 --- a/tests/custom/00_syntax/14_array_literals +++ b/tests/custom/00_syntax/14_array_literals @@ -1,4 +1,4 @@ -The utpl script language supports declaring arrays using JSON notation. +The ucode script language supports declaring arrays using JSON notation. -- Expect stdout -- [ ] @@ -25,7 +25,7 @@ The utpl script language supports declaring arrays using JSON notation. -- End -- -Additionally, utpl implements ES6-like spread operators to allow shallow copying +Additionally, ucode implements ES6-like spread operators to allow shallow copying of array values into other arrays. -- Expect stdout -- |