diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-03-23 15:12:46 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-03-23 15:12:46 +0100 |
commit | 87c72961c6e18a56caf5bac6b48196ccb8532336 (patch) | |
tree | ce264c2e0a75d70a5bf783c836e3a34acec62fb6 /tests/custom/00_syntax/14_array_literals | |
parent | 7d27ad5cf0737213ccdd625e88d64e1a0066d4c4 (diff) |
treewide: replace some leftover "utpl" occurrences, update .gitignore
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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 -- |